User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Mon Oct 20 12:40:56 2014 +0000 | cc2d8bdbccb86454ee315f42eb0d998f87d789ca | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 219 merge changesets [Collapse] |
62ac7c28ddae3742c32daafe3198a9c6965ead83 | Jon Coppeard — Bug 650161 - Remove obsolete comment r=sfink DONTBUILD | |
18d8629e20c9f73dbe025650106786bb466f4fe6 | Peter Van der Beken — Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz. | |
f76047f574306287f4331ebb7ff4f90f3b81cba1 | Peter Van der Beken — Bug 1082583 - Avoid shadowing iter variable in DOM bindings generated code. r=bz. | |
e7f156e252529b6b9241f19dae67fee8909e8b70 | Jon Coppeard — Bug 1083722 - Add jittest option to ignore timeouts from some tests r=sfink | |
5c097e67bdb02dd12e7a172334b9044ff7cb3eea | Jon Coppeard — Bug 650161 - Relocate global objects (browser changes) r=bholley | |
c42ba3f5ac3296b5930f57b5a39ade48134ecc53 | Jon Coppeard — Bug 650161 - Relocate global objects r=terrence | |
79b3a9ac83578e145180f8a09332ea18e8f2b9d1 | Jon Coppeard — Bug 650161 - Don't move objects in the self hosting zone as it can be shared between runtimes r=terrence | |
275d7eee096e5c64ecb013e63fd44c2bc6b14576 | Jon Coppeard — Bug 650161 - Fix interaction between getDebuggees and compactings GC r=terrence | |
554d8083b8c6d0f454033b030192823ed5b92575 | Jon Coppeard — Bug 650161 - Update help text for shrinking zeal mode r=terrence | |
ce272484b1dd447955f8649d1f238ff74d575f47 | Jon Coppeard — Bug 650161 - Fix breakage due to generator changes r=terrence | |
2c52ec780e679523ae0f87cfb1d463ac551c889c | Dave Hunt — Bug 1081043 - Only check for crashes if we get a MarionetteException or an instance of IOError. r=mdas | |
0ecbecdbc21ff955fb095ec8e993347249d6078c | Ting-Yu Lin — Bug 1082486 - Part 6 - Add tests to test_reftests_with_caret.html. r=roc | |
c76f0ce30414aaac75bde463dd51f9e564e45300 | Ting-Yu Lin — Bug 1082486 - Part 4 - Check whether nsCaret shows in the scroll frame. r=roc | |
2ec24bc9a5dd981f9db241322d92ea8ab5fde5dd | Ting-Yu Lin — Bug 1082486 - Part 5 - Hide touch caret when PresShell is suppressing painting. r=roc | |
b66bcf105809c23610c6e9ad247efb7e2ad102d0 | Ting-Yu Lin — Bug 1082486 - Part 3 - Refactor UpdatePosition(). r=roc | |
a1c2b6323e6ea305c2952aaa41a0f517210d735e | Ting-Yu Lin — Bug 1082486 - Part 2 - Make GetCanvasFrame() returns nsCanvasFrame*. r=roc | |
c39e875e01f3ba63ea2f1d1e91d00c96a42f3051 | Ting-Yu Lin — Bug 1082486 - Part 1 - Clean up for Mozilla coding style. r=roc | |
169ea979fe84920f0d09d5e5fe4608b5de0d7e67 | Guilherme Goncalves — Bug 1082199 - Recompute stats in jemalloc_stats when using jemalloc3. r=glandium | |
70868ad1299f9cbd61a209789405568c1b174450 | Lebedev Maksim — Bug 1078327 - Test for correct detecting capturing content. r=smaug | |
458b83f2eaf411620e9ce2be80cd39c9ebd46697 | Lebedev Maksim — Bug 1078327 - Add check for correct detecting capturing content. r=smaug | |
d2cbf090111f66eb9f5265578ba0ab855ec4fff9 | Mason Chang — Bug 1069037 - Prevent touch events from piling up on the main thread. r=mwu | |
6250e897cd5dc474167a52d80310800576bdd79c | Viral Wang — Bug 932698 - hold a wakelock when we receive key events. r=mwu | |
27bc3dbcaff532c3f91eb7eea4e4ff38152e7edd | James Kitchener — Bug 670334 - Set a minimum size for mfence's fences and separators. r=karlt | |
f564fff0642cfbd82f7192d7e2d8b00610e16091 | Cykesiopka — Bug 622859 - Reject EV certificates with key sizes below RSA 2048. r=briansmith | |
92f19cf15b2dfe0683669b9f07dbeafc3e4c071c | Cykesiopka — Bug 622859 - Tests for bug 622859. r=briansmith,keeler | |
b3b581cda9405581e89480d211c472693661a39d | Brian Birtles — Bug 1078122 part 9 - Move queuing of CSS animation events to CSSAnimationPlayer; r=dholbert | |
1a66dbf7d8e10bb1393d6f6ab07b2120db563880 | Brian Birtles — Bug 1078122 part 8 - Use the new GetTarget overload in AnimationPlayer; r=dholbert | |
6e807f0f41c6d41321777daea6479fb5da65cfd5 | Brian Birtles — Bug 1078122 part 7 - Add method to Animation to get the target element and pseudo; r=dholbert | |
082d6d6cf6acc5ddf442784cf425da0f68efd20e | Brian Birtles — Bug 1078122 part 6 - Store the previous finished state; r=dholbert | |
4d628be8f7d031c0514df23fb7b1caec4f335410 | Brian Birtles — Bug 1078122 part 5 - Move CSSAnimationPlayer to nsAnimationManager; r=dholbert | |
93c56f764bc31ea07df24baa8f6fa6e83df79658 | Brian Birtles — Bug 1078122 part 4 - Make the mSource and mTimeline members of AnimationPlayer protected; r=dholbert | |
d54306da529f6918f79a9e43c5e0a61883cee453 | Brian Birtles — Bug 1078122 part 3 - Move animation value building down to the Animation objects; r=dholbert | |
8f7dfd335493a888690487b643e7b496ab24a56b | Brian Birtles — Bug 1078122 part 2 - Encapsulate mIsRunningOnCompositor in AnimationPlayer; r=dholbert | |
fe98ceaaafa7964c5eefd8ff13dbb87df04f5071 | Brian Birtles — Bug 1078122 part 1 - Move checks for animation throttling to AnimationPlayer; r=dholbert | |
f6866bdaa73dcf0c26604b8c00bb9f8bc8af84c4 | Brian Birtles — Bug 1078119 - Rename AnimationTimeline/AnimationPlayer GetCurrentTimeDuration; r=bz | |
3e5016be92f475efa67a98e67c6e42ccc52bec97 | David Zbarsky — Bug 1037321 - Implement playState on AnimationPlayer; r=birtles, r=bz | |
8e104207af9d99dab949103534239bd8b2d34d92 | Brian Birtles — Bug 1070745 part 9 - Tests for play/pause behavior; r=dholbert | |
33635f1b4005efe3e0a507557b8af922e408e1ae | Brian Birtles — Bug 1070745 part 8 - Use play/pause from nsAnimationManager; r=dholbert | |
8d9236ef0f6be2d9111beb226b92d64858c42ab3 | Brian Birtles — Bug 1070745 part 7 - Add style flush at the beginning of Play(); r=dholbert | |
445a34c37d9508ab2a9cf8fb7ee59d691eb0c0dc | Brian Birtles — Bug 1070745 part 6 - Add means of marking a CSSAnimationPlayer as being paused by style; r=dholbert | |
8a082e5bb4c3d07c5d5c25caf233645be59ab566 | David Zbarsky — Bug 1070745 part 5 - Add CSSAnimationPlayer subclass; r=dholbert | |
e279fb6525b8c404b88edc36c7b50ce6535216f2 | David Zbarsky — Bug 1070745 part 4 - Add AnimationPlayer::Play and AnimationPlayer::Pause; r=dholbert | |
5a78f9e22770e8fc382e9d3d4405bc8ce30c0dcf | David Zbarsky — Bug 1070745 part 3 - Convert AnimationPlayer mPlayState to an mPaused bool; r=birtles | |
00ec97d72ebf458668ffe0a5ffba8073265ee02b | Brian Birtles — Bug 1070745 part 2 - Update AnimationPlayer IDL to enable play() and pause(); r=bz | |
496e867cd2cd35bcac1adcae618273ddcf137c1d | Brian Birtles — Bug 1070745 part 1 - Factor out new_div etc. to animation_utils.js; r=dholbert | |
bcb2a8673c201b80735153b7216ae2a425f29838 | L. David Baron — Back out changeset 197317c196cf (bug 1077301) for apparently breaking component alpha on some Windows variants (perhaps those without accelerated layers backends). | |
983af7fa41f5293e39554d771e990e6aaa3ba463 | L. David Baron — Bug 1083461 - Convert nsCSSValue{,Pair}List::operator== back to a static Equal method so that it can be validly called on null pointers. r=bzbarsky | |
6f5ba08ca1b9dd67f61e630241832990860ef170 | Boris Zbarsky — Bug 1083591 followup. Remove not-yet-implemented stringifier. | |
652e8de626d23cc31eb5d0801b305faee49ac4c4 | Boris Zbarsky — Bug 1083950. Add a way to get the promises that depend on a given promise via PromiseDebugging. r=nsm | |
68942e4d2ddf3c9eca8770949ba56a2d547f38e3 | Boris Zbarsky — Bug 1083851 part 4. Expose promise stacks on PromiseDebugging. | |
49b03421e1cf56d37db28bca6a0c818101d75ab5 | Boris Zbarsky — Bug 1083851 part 3. Capture stacks at promise fulfillment time. r=nsm | |
97ab895f34f890b5c2cf3d97ba5cf84d3e6abbd1 | Boris Zbarsky — Bug 1083851 part 2. Capture stacks at promise rejection time. r=nsm | |
f79c624883f999d8587e1f6641d369dfa768ec73 | Boris Zbarsky — Bug 1083851 part 1. Capture allocation stacks at promise creation time. r=nsm | |
e82fd502119c3f071cdd619e158c75bdd2edf195 | Boris Zbarsky — Bug 1083591. Support stringifiers and jsonifiers on non-concrete Web IDL interfaces as well, since they make sense there. r=peterv | |
916278924d4c4da444bc65dbcade2b74d305b7a2 | Boris Zbarsky — Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley | |
2c490d1c97b0882a22980c25ff2fd303065832cb | Phil Ringnalda — Backed out 4 changesets (bug 1062963, bug 1079139) for failures in 427129-table-caption.html in b2g reftest-6 and Android 2.3 reftest-5 | |
6976243a25d09d1e4f18339a1e7ea5f3aa26a4c9 | Phil Ringnalda — Back out 820188e039a0 (bug 1067748) for Android reftest-2 failures | |
a9672db96a5dec6591e6cf0bbf8dd5056eaba825 | Simon Montagu — Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame | |
241c23570a6271abe1c3dd908d06a06dd9b66f30 | Simon Montagu — Bug 1062963 patch 3: make nsFloatManager's origin a LogicalPoint, adapt GetFlowAreas, AddFloats, ClearFloats, etc. to use it and make nsFloatManager region functions work with logical region. r=jfkthame | |
90172cc0b012d2f2b5e418e34512ec0db8ffdf1d | Simon Montagu — Bug 1062963 patch 2: changes and additions to WritingModes.h. r=jfkthame | |
71211c4a4acc7e93d58c8284735aaa3f9ac1a14c | Simon Montagu — Bug 1062963 patch 1: Logical coordinates in nsLineLayout:ReflowFrame and CanPlaceFrame. r=jfkthame | |
2cb4b5b083746d01421f6c38fa71d6212b02ec2d | Jonathan Watt — Bug 1083753, part 2 - Port the code that uses nsRenderingContext::FillRect(nsRect) to Moz2D. r=mattwoodrow | |
045556326c7cf9c0dff9430aaa286f0feda8cee6 | Jonathan Watt — Bug 1083753, part 1 - Port the code that uses nsRenderingContext::FillRect(nscoord,...) to Moz2D. r=mattwoodrow | |
2dbb3fbd7385ae8a8e0e29d9d1dc00829eaee2d9 | Jonathan Watt — Bug 1083597, part 2 - Add a variant of NSRectToRect that snaps to device pixels, and have nsTableCellFrame::DecorateForSelection use it to restore its snapping behavior. | |
1abfecf86c502bf7ca33be585d44f235f7592112 | Jonathan Watt — Bug 1082530, part 5 - remove the variant of Moz2D's UserToDevicePixelSnapped that takes a Matrix argument instead of a DrawTarget argument. r=mattwoodrow | |
5f6dc495c8b612631fd91b67f7303e24178f3f15 | Jonathan Watt — Bug 1082530, part 4 - Make BasicColorLayer use the variant of Moz2D's UserToDevicePixelSnapped that honors disabling of pixel snapping and make it ignore scaling in the matrix (restore the pre-bug 989858 beharior). r=mattwoodrow | |
ce005765cf43f6278a37be50dd2a9dfa0cb150b0 | Jonathan Watt — Bug 1082530, part 3 - Get rid of gfxContext::FLAG_DISABLE_SNAPPING and use DrawTarget UserData to store information on whether to disable pixel snapping. r=mattwoodrow | |
61c3d66c10a14473f69d1895003f9b2a9b00f0d9 | Jonathan Watt — Bug 1082530, part 2 - Fix up Moz2D's UserToDevicePixelSnapped to be more like gfxContext::UserToDevicePixelSnapped, and add a temporary variant to aid in porting. r=mattwoodrow | |
9a45f83eeda1f77697897a8f62d5e627f31f9ef3 | Jonathan Watt — Bug 1082530, part 1 - Mark DrawTarget::GetUserData as const. r=mattwoodrow | |
820188e039a05e5bae4cbdd50a0235293a989eaf | Robert O'Callahan — Bug 1067748. When a solid-color display item covers everything else in its layer, make it a ColorLayer. r=tn | |
20d9430a0d6251dbee096930bd04c2f47b402f06 | Robert O'Callahan — Bug 1072528. Part 2: Remove layers code. r=bas | |
f321139439a151811fc6abec905304395e881623 | Robert O'Callahan — Bug 1072528. Part 1: Remove plugin-related code. r=bsmedberg | |
09e514e23ef183c2850d94583382d7e8cfa9b003 | Andrea Marchesini — Bug 1041594 - Fixed a race condition in the dispatching of mozinterruptbegin/end events in AudioContext, r=ehsan | |
53244356f49793fe2346ea79bd9a427d21ff4fa6 | Harsh Vardhan — Bug 1026865 - Fullscreen Maximize Fixed in nsWindow.cpp. r=bbondy | |
2fd40580507b20ecd3feff537eeee6076fba4af2 | Brian R. Bondy — Bug 1051223 - Don't install service on updates if user originally selected not to install. r=rstrong | |
b79232598a905af126cb635c61c7b9ae885303ae | Bruno Peres — Bug 949651 - Serialize all pseudo-elements with the two-colon syntax, even those that allow one colon. r=dbaron | |
e8ff3c1b73d3b6dafb9fe8bc27361ca50e275a15 | Tanvi Vyas — Bug 418354 - update test for bug 455367. Insecure image loads should be considered mixed display content regardless of whether image data was actually returned. r=honzab | |
664f37eb8dabdaf81ab445af324304c1bb16cbb3 | Tanvi Vyas — Bug 418354 - Disable mixed content blocker redirect test for e10s. r=jduell | |
b3ab0a703e5637573848d2904f7c14cfc4b925f7 | Christoph Kerschbaumer — Bug 418354 - Allow Mixed Content Blocker to handle redirects - testcases. r=smaug | |
cf931893650a652c24f8bc447335df9e79c39107 | Tanvi Vyas — Bug 418354 - Redirects should go through Mixed Content Blocker. r=smaug, ckerschb | |
8c605fc7e0e1b6bc91c7b11f95bf475a9f169ef6 | Brian Hackett — Bug 1073842 - Rename NativeObject slots/elements to slots_/elements_, sr=luke. | |
4fcf84dda2c9ba9a43f76254a15b3a1ad2d23947 | Nils — Bug 814995 - Add crashtest. | |
2f406ead9a4ce8e5bb4c6a05f71baa4a9a4e846c | SkyLined — Bug 810303 - Add crashtest. | |
df421341a8941cc63aa521c9d39b9f83063ac9bb | Jesse Ruderman — Bug 415503 - Add crashtest. | |
b475aeb6558b89c99686bbd84cb78e79ac842237 | Martijn Wargers — Bug 668579 - Add crashtest. | |
d7bcc00d3e5cb7abb12a14105e806a1b6ec63fe4 | Gary Kwong — Bug 428113 - Add crashtest. | |
cc86e0fcb91b5bc53aca846f29639b0da8dc43f5 | Jesse Ruderman — Bug 459883 - Add crashtest. | |
0fbbab9a6a0e80ec079c23d0b5e2fed30870cd2e | Jesse Ruderman — Bug 459968 - Add crashtest. | |
3f8221e516a349bc5a44b30f3d3f286d703aab4c | Jesse Ruderman — Bug 462968 - Add crashtest. | |
6e3c4038c9e91e834a1f705f5e4ce33e37f9e341 | Martijn Wargers — Bug 470851 - Add crashtest. | |
3fa55f7a3d14d3827d25faea05fff4253828b786 | Jesse Ruderman — Bug 473042 - Add crashtest. | |
15705b628343ebbe2ae550fd552a4392fbcec17e | Robert O'Callahan — Bug 476526 - Add crashtest. | |
47f47eea45d39a7cc1bb0ca75fdbd38090d5fbf3 | Dan Gohman — Bug 1080438 - IonMonkey: Disable an over-zealous assert. r=nbp | |
35025fd9e99b9ce21bd71709c8eb2f0ba02cac1d | Brian Hackett — Bug 958492 - Start an incremental GC when nearing the allocation threshold for non-incremental zone GCs, r=billm. | |
2681f9b134c297bc70fe04ea8efb7f7ba9ede4d0 | Bobby Holley — Bug 1081990 - Tests. r=gabor | |
576bab9d7f4cb6ec00188939b4046dd925cbb8ad | Bobby Holley — Bug 1081990 - Turn off COWs for Functions. r=gabor | |
712da524ebdd413c8dabf493505867f55973e1b7 | Bobby Holley — Bug 1081990 - Generalize CheckPassToChrome machinery to operate on call/construct for all FilteringWrappers. r=gabor | |
c66cc3b4f587e877edc838ca6f0ef567ac9981b5 | Bobby Holley — Bug 1081990 - Give all non-COW filtering wrappers a null proto. r=gabor | |
aa887bd167cd16b83c04450c99dbb5bb18b0275a | Bobby Holley — Bug 1081990 - Fix up test suite. r=gabor | |
7383d7a819fd4d72706e7e34e825fe976b30c385 | Bobby Holley — Bug 1081990 - Reindent. r=gabor | |
5d6eec6916363291eedb1bb36d836662620d8c80 | Bobby Holley — Bug 1081990 - Fix up XBL tests to avoid dispatching a chrome event to content. r=gabor | |
6fe41be8cfb0257837691750543d76bc339d1467 | Bobby Holley — Bug 1081990 - Fix up BrowserElement API to use function forwarders rather than direct chrome function references. r=gabor | |
fc25ace509cf79df817f852593e4e56837712396 | Bobby Holley — Bug 1081990 - Fix mozPay. r=gabor | |
bac6e8c4efab449dacec003ced64b25dfa86ab33 | Bobby Holley — Bug 1084385 - Clone chrome arrays before passing them to emitSync. r=gabor | |
32182ec68d76d876305935ee9e733e984a31fde6 | Bobby Holley — Bug 1084385 - Use exportFunction for emitToChrome. r=gabor | |
acce1a807efb86cc882d2215a57ef9b1892ff983 | Mike Hommey — Bug 1084210 - Simplify tree traversal for memory/replace. r=mshal | |
536c500f8e76f381d2e2bd1d0e46583c739cbf9d | Mike Hommey — Backout changeset 96baea8ac9ab and 85fb6b5bc62a (part of resp. bug 922912 and bug 609976) because it appears it has not been necessary for a while | |
44c69e5c99fc9ee69249b608ccf79731b092e775 | Mike Hommey — Fixup bug 1084696 on a busted tree. r=me | |
effa5aa63883b61f0103b9b5cb4c62e1f0227aec | Jeff Gilbert — Bug 1083611 - Use UniquePtr and fallible allocations. - r=kamidphish | |
cbce7c288e53ab81010cfc0bb214c41cec4fc525 | Jeff Gilbert — Bug 1084696 - Actually use the RAII helper for locking the DrawTarget. - r=kamidphish | |
cbe9f4f915991b9a5a922b140f065ab1fd4ecbae | Mike Hommey — Followup to bug 609976 - MOZ_SHARED_ICU case for windows doesn't vary with JS_SHARED_LIBRARY. r=me | |
9a99769b1116ea4315693743da8573b54253ed5b | Wes Kocher — Merge m-c to inbound a=merge | |
972afd2b5af8258189004faf1430096dc96407ce | William Chen — Bug 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug | |
96baea8ac9ab6f1fa8b840d60a5542ffd91082fc | Mike Hommey — Bug 922912 - Update removed-files.in to account for the removal of gkmedias.dll. r=mshal | |
85fb6b5bc62ae39268393071f13436dbe3fe73fd | Mike Hommey — Bug 609976 - Update removed-files.in to account for the removal of mozjs.dll. r=mshal | |
887c54a2dc05ae9d1c6a45d06ce988e957461d03 | Mike Hommey — Followup to bug 609976 - Build ICU as a shared library on windows. r=mshal | |
4701a7ff7279da046154b22062ea8f60c9b8a9b3 | Mike Hommey — Bug 1082524 - Do not deref null pointers in link_map. r=nfroyd | |
cde524d5ce6411c5183342dda8442a2be564dfcf | Olli Pettay — Bug 1084421 - Only Events with a wrapper should trigger GC more likely, r=mccr8 | |
f10b55f5a819fab24b11c9c58a43ef951014a2db | Olli Pettay — Bug 1082839 - WebIDL for WindowRoot, r=peterv | |
444b7b1ed52bbfec43c429a393771f284255da0e | William Chen — Bug 1083814 - Fix nsContentUtils::HasDistributedChildren for children of <shadow> insertion point. r=smaug | |
2ae5cd9d4dcaa85e264262715229888e9d342965 | Steven Michaud — Bug 1084589 - Fix a Yosemite topcrasher. r=gijskruitbosch | |
35ba8c31d7f3cdd4c93926d3cfd3977105b8a2d3 | Brian Hackett — Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem. | |
53e24fd12cd18d5bf4805fe4d81b70c13ae1d233 | Wes Kocher — Backed out 9 changesets (bug 1014614) for Android mochitest bustage on a CLOSED TREE | |
3f27d263d0f71cc7043556ff64a0442e1576c883 | Wes Kocher — Backed out changeset 869a28961b5c (bug 1084514) | |
34f6b30b6dfac91ecf9416d1f8c953e79d01a07a | Wes Kocher — Backed out changeset e3fe86623065 (bug 1084607) | |
e3fe866230651de6aca3107670b3fcc5d851eded | Ralph Giles — Bug 1084607 - Add missing namespace references for GLImages.cpp. r=jgilbert CLOSED TREE | |
1c3957daffe6b398ae350b69163c4b14199ad688 | Ralph Giles — Bug 1063356 - Bump clobber. a=KWierso CLOSED TREE | |
5aea4fbbb47d318e23daf4a2e37bd0468a13c3dc | Wes Kocher — Backed out changeset cb31d5a52868 (bug 1028407) under suspicion of web-platform bustage on a CLOSED TREE | |
869a28961b5c2572a18f730fdf4d659cf45d9bf6 | Ralph Giles — Bug 1084514 - Fix AndroidSourceTexture namespace issues. r=dholbert CLOSED TREE | |
db1ee8cf5a8c30c04d7114a784e4c95b5ec3de57 | J.C. Jones — Bug 1054498 - Report pinning violations by CA r=keeler | |
8349f7102c814fad0861f6f3676b7f5028aa0838 | Nicolas Silva — Bug 1027365 - Activate async-video by default when OMTC is on. r=jrmuizel | |
5bd3640ea381ed4bf560d16611e31cc44912ad0f | Bobby Holley — Bug 1081537 - Followup bustage fix. r=me | |
54f0944c9d07e6be6f7d0252ca8aaeb8e378bc2d | Nicolas B. Pierron — Bug 1083781 - Remove AutoEnterAnalysis from Recover instructions. r=bhackett | |
5dc1be48edc3bf0d474a413497e433caac4d9aa9 | Bobby Holley — Bug 1084245 - Introduce a hacky opt-out of the new security checks for MozTCPSocket. r=bz | |
82ff6f0054839c90b6ef22e991e08e4773ebb8e7 | Ralph Giles — Bug 1063356 - Define __ANDROID__ for libvpx asm. r=kinetik,mshal | |
f249d3d1dcfd7b72fe24b18e22a47a28a404388b | Ralph Giles — Bug 1063356 - Pass -mfpu=neon when building libvpx. r=kinetik,mshal | |
5c07229d5dbd97312225067afbf22beea7e4e524 | Ralph Giles — Bug 1063356 - Disable libvpx AVX2 support on linux. r=kinetik | |
3363b89ef1b760a6243feef1457bd1b1e63d120b | Ralph Giles — Bug 1063356 - Update libvpx build flags. r=kinetik,ted | |
3093663c5c228510cea59ef68bdefe8ec286cbe0 | Ralph Giles — Bug 1063356 - Update libvpx source. r=kinetik | |
7bca0cbbecf16ebe4afd887cd38a62f7977bdd06 | Ralph Giles — Bug 1063356 - Update libvpx update script. r=kinetik | |
61df477b150535769c35c4532a5307bedd3dd1d0 | Chris Manchester — Bug 1079635 - Implement a verbose option for the machformatter for those debugging tests locally.;r=jgraham | |
7d93d799ad09a0454f3a5890359b22f0681b787a | Chris Manchester — Bug 1066785 - Log a summary of expected and unexpected statuses in the mozlog StatusHandler summary.;r=jgraham | |
cb31d5a52868cc5db479676a216ae056032dedb1 | Chris Manchester — Bug 1028407 - Establish connection to server faster.;r=jgriffin | |
40f99ba7f6169936cccb78fba0df1a9c31638733 | James Willcox — Bug 1014614 - Fix readback of SurfaceTextureImage r=jgilbert | |
8fbc3c85adfc10345e2b1b260eb1985fdad862dd | James Willcox — Bug 1014614 - Add GLBlitHelper::BlitImageToFramebuffer and support SurfaceTexture images r=jgilbert | |
40dbd7c6ce65823fa1c2b843c70f7763fd44ea98 | Andrew Martin McDonough — Bug 1014614 - Use Android MediaCodec for decoding H264 and AAC in MP4 r=cpearce,edwin,snorp | |
f2b504bdd7c57f6333f04a7eb5352d9de6c09404 | James Willcox — Bug 1014614 - Support attach/detach of GLContext to AndroidSurfaceTexture r=jgilbert | |
c878e29fbef93c303a064267cb347d727494af91 | James Willcox — Bug 1014614 - Fix JNI wrapper for registering SurfaceTexture listener callbacks r=blassey | |
511dcc817f5d46339fe04059fd0abbd866b8d9f8 | James Willcox — Bug 1014614 - Do not try to use a temporary texture for SurfaceTexture r=jgilbert | |
2b72e71f1fdf527395482aab92c0f2f99304fb5f | James Willcox — Bug 1014614 - Expose more SurfaceTexture API in AndroidSurfaceTexture r=blassey | |
8b530a9a2f993048d2a223132db60ec9e10e0e48 | James Willcox — Bug 1014614 - Expose Android native window via AndroidNativeWindow wrapper r=blassey | |
7fa1b78de6845bfc0dc077ed48647aad3cbc0677 | James Willcox — Bug 1014614 - Rename nsSurfaceTexture to AndroidSurfaceTexture r=jgilbert | |
e6c58647bf2bf88772184ec674cdc3a21c31ad48 | Boris Zbarsky — Bug 1073124 part 3. Make PromiseDebugging [Exposed=System]. r=bholley | |
06450cede5ecdf9c2a238ab71755c52301bc66fe | Boris Zbarsky — Bug 1073124 part 2. Define Exposed=System things in BackstagePass::NewResolve as needed. r=bholley | |
288827a46e4def427c5e17317928d7d5ba5629d9 | Boris Zbarsky — Bug 1073124 part 1. Hack the "System" global name into the Web IDL parser, since we have no actual Web IDL interface for system globals. r=khuey | |
5bbe8b64b4b7acca37f269d19c5d1d238fa87586 | Andrea Marchesini — Bug 1004306 - AudioChannelService should drop references to Agents when their window is destroyed, r=mchen, r=rlin | |
76686694c568a13a9e1a7b1efed2c5632bd81c06 | Bobby Holley — Bug 1081537 - Tests. r=bz | |
0016f0b28acb3173184b5ada38990ce98b44a8cc | Bobby Holley — Bug 1081537 - Fall back to the addon global (if one exists) in GetEntryDocument. r=bz | |
788ff9d05938d01c66c5fedfa450699a531408b9 | Zac Campbell — Bug 1075487 - make get_b2g_pid get the right pid, r=davehunt,mdas | |
5951468e1e15214726a7b86f3f7cabaac31ef47b | James Willcox — Bug 1082550 - Fix media decoding on Android | |
4e5ec40e63f6b94ad16e7459e10f412349247917 | Jeff Muizelaar — Bug 1084024. Remove graphite Makefile.in. r=jfkthame | |
2ce3adda218b786d4f658f91a6abf01982167c82 | Carsten "Tomcat" Book — Merge m-c to mozilla-inbound | |
a483e89f4b2197fe44cd689c87048246088d6fe4 | Jonathan Watt — Bug 1083557 follow-up for bustage. Add missing include. | |
ba0373a2af17c17e65456136dd8d2f03aea2fabd | Bobby Holley — Bug 1083060 - Only use the XOW policy for Window and Location. r=bz | |
78f725c6441db73e22b886040a0782f11478bbe0 | Bobby Holley — Bug 1083060 - Refactor the XOW access control code to use an enum rather than a char*. r=bz | |
4714ac6ccbfe6d715edaf82ac1e6f71cecafd13e | Jonathan Watt — Bug 1083597 - Port the code that uses nsRenderingContext::DrawRect() to Moz2D. r=mattwoodrow | |
01662ca4cb404b0c718eeab29261b992f3321b65 | Jonathan Watt — Bug 1083557 - Port the code that uses nsRenderingContext::FillPolygon() to Moz2D. r=mattwoodrow | |
5b45f6dabd395052e00519ccf5f73f81c6308cf0 | Joel Maher — Bug 1083272 - remove chrome-harness.js ability to load file list from jar file. r=ahal | |
102371151dc6ba3a101594976bf469ab1ccd1a4e | Joel Maher — Bug 987849 - Add fail-if support to Mochitest manifests. r=ahal. | |
b02c0d6ff380864655156fafe45c9545c19dd1f6 | Josh Matthews — Bug 898524: Part 2 - Avoid IPC roundtrips for synthesized responses. r=mayhemer | |
35824fa211761c855531eed78408b04ee4366999 | Josh Matthews — Bug 898524 - Part 1: Permit certain HTTP channels to be intercepted before initiating a network connection. r=mayhemer | |
6e59ea43d686e66cb4595a9943f2987509ac35b4 | Luke Wagner — Bug 1081379 - Optimize ArrayBuffer.transfer for 64-bit asm.js-ified ArrayBuffers (r=sfink) | |
1d6e0f7757249bce947554a182def5baa2815353 | Luke Wagner — Bug 1081379 - Add NIGHTLY-only ArrayBuffer.transfer (r=sfink) | |
ec90e1a7b632ce30ab74d20a48d75e3ce0ce155d | Luke Wagner — Bug 1081379 - Change definition of ArrayBufferObject::hasStealableContents (r=sfink) | |
c837c78af266974cd5d2b09403553f27b6d667a3 | Luke Wagner — Bug 1081379 - change BufferKind from a bit field to a dense enum (r=sfink) | |
6e17d46ddda46d459e04478e8a840fe876cdd2da | Jeff Muizelaar — Bug 1070308. Add Acquire and Release semantics to SharedSurface. r=jgilbert | |
cc77c762d6a0c1d167f05e136c9c792d37995572 | Tim Taubert — Bug 1034856 - Follow-up to fix small SECItem leak in PublicKeyToSpki() on a CLOSED TREE r=bustage | |
3c6233f10333bb25a5b4fc115eded2ed10010964 | Tim Taubert — Bug 1034856 - Follow-up to fix small SECItem leak in PublicKeyToSpki() on a CLOSED TREE r=bustage | |
d78ab6a8c92f5791a349553eae1d5d45d9436748 | Tim Taubert — Backed out changeset ace6aa02d442 (bug 1034856) | |
0b5504a244dd0ba49a1e9d6e006467c68df8ded7 | Jonathan Watt — Bug 1084093 follow-up for bustage. Add missing include. | |
197317c196cf68d98b83349027b20afbffe869a3 | Nicolas Silva — Bug 1077301 - Simplify the gralloc texture code. r=sotaro | |
1d96887e4712ae6ce6d1e5eb5b2cb7ec45842750 | Jonathan Watt — Bug 1083533 - Port the code that uses nsRenderingContext::SetClip() to Moz2D. r=mattwoodrow | |
f7f5057765f9deb55a635bb85a0be8a4d2495a90 | Jonathan Watt — Bug 1083761 - Use Color::FromABGR in more places that to the conversion by hand and remove nsLayoutUtils::NSColorToColor(). r=mstange | |
8714fdc213ca6bed614ee7981e1fe9f83e7cb67a | Jonathan Watt — Bug 1084093, part 3 - Use the new ToDeviceColor() function to undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work. r=Bas | |
6d94aa5503e5b59595991819d5bc61d0522fc185 | Jonathan Watt — Bug 1084093, part 2 - Convert gfxPlatform::TransformPixel to Moz2D, and move gfxPlatform::MaybeTransformColor to ToDeviceColor in gfxUtils.h. r=Bas | |
cb91f5ec6b44aa9e54ea3420af04eaecdf451046 | Jonathan Watt — Bug 1084093, part 1 - Add some helpers to Moz2D Color to convert to/from packed ARGB. r=Bas | |
ace6aa02d442482dc11275937b0935c259aa2a33 | Tim Taubert — Bug 1034856 - Follow-up to fix small SECItem leak in PublicKeyToSpki() r=bustage | |
209ec35a59c13bfccd4b5a787268cb4e1eaf1bb3 | Carsten "Tomcat" Book — Backed out changeset 3afdc3253979 (bug 622859) for breaking m1 tests | |
a7e637d5287d642af2c48bf8ed9961c80960ee57 | Carsten "Tomcat" Book — Backed out changeset f5fa8ea86d3b (bug 622859) | |
ce11ac061a1bdd1071615a878bce8cc0300dd178 | Benjamin Bouvier — Bug 1083238: Remove SIMD shuffle masks; r=till | |
5e32e458318f8593d9ecccd52f8ff941c1d942e2 | Benjamin Bouvier — Bug 1083238: Replace SIMD's shuffle/shuffleMix by swizzle/shuffle in the interpreter; r=till | |
6dd9100871c15b51ddeda3420ffffb0a50462d8c | Benjamin Bouvier — Bug 1083047: Add missing SymbolObject include in Symbol.cpp; r=fix-non-unified-builds-bustage | |
a02fdcc10dd91adfc9b8b40195f596f0a37c270c | Tim Taubert — Bug 1034856 - Remove CryptoBuffer::ToSECItem() using moz_malloc() r=rbarnes | |
d866ac7f8606078c156d96b027a90f166c4c6e4c | Tim Taubert — Bug 1034856 - Implement SPKI public key import/export for DH r=rbarnes | |
9527980656c9784e2604464dd8f21100af99c722 | Tim Taubert — Bug 1034856 - Implement raw public key import/export for DH r=rbarnes,smaug | |
0100d140637ae35d23a0d0058592eecb9e41f509 | Tim Taubert — Bug 1034856 - Implement deriveBits() for DH r=rbarnes,smaug | |
f5557f9935fbc126c02a6478f39ba5dd64ee07b8 | Tim Taubert — Bug 1034856 - Implement generateKey() for DH r=rbarnes | |
638e81b7b11f09a9cfce7e18ea84685c9bb9beb2 | Tim Taubert — Bug 1034856 - Introduce DhKeyAlgorithm r=rbarnes,smaug | |
31eb46071e2fd87534cbce1572bbd7d000797182 | André Bargull — Bug 1084278 - Correct function length for functions exported to self-hosting environment. r=till | |
c04673e080a3fed69bc6e514a67f934fafb52c6e | Julien Pagès — Bug 1068956 - mozversion should throw some kind of exception if binary specified and nothing found. r=wlach | |
fcf1af7b09741b020bf47f921dd91e154894af70 | Nicolas B. Pierron — Bug 1083681 - Discard the outer resume point when the successors are becoming unreachable. r=shu | |
5dd335d13677a2124fdbe0db7973987d42bd1abc | Jon Coppeard — Bug 1083716 - This value for scripts not marked in Ion frame r=nbp | |
88b3e8b81de8f6a7387d79138c51b02f20580bbe | Tom Schuster — Bug 1081978 - Make WeakSet closer to the spec. r=till | |
21ea52a1c31dbdbaa068f790005c2f1f61a73dad | Tom Schuster — Bug 1081692 - Move TreeColumn to WebIDL. r=khuey | |
823bfffdf57a0b81f4608b95358519d22b8a2f63 | Jan Beich — Bug 1084140 - Put back mozilla/ArrayUtils.h after bug 1073998: one trivial data array is still left. r=kinetik | |
2b09ba26912423d346bf58d4cbcaed4a9752bccc | Hiroyuki Ikezoe — Bug 1083880 - Fix TEST-UNEXPECTED-FAIL | /builds/slave/test/build/tests/xpcshell/tests/toolkit/mozapps/extensions/test/xpcshell/test_openh264.js | test failed. r=irving | |
baa57b576dd601a6bd9565c1ce8e904e68c82a0b | ziyunfei — Bug 1083047 - Update ToPropertyKey to accept Symbol wrapper objects. r=jorendorff | |
4f9432db3e7794c33ac64c8527699427380900ad | Dragana Damjanovic — Bug 1081794 - Fixing a test for dns request cancel. On e10s, the dns resolver is sometimes faster than a cancel request. Use a random string to be resolved instead of a fix one. r=sworkman | |
11f1649bd31a1696dcf5fb27c0ca6badb0e446dd | Jed Davis — Bug 1080165 - Allow setpriority() to fail without crashing in media plugins on Linux. r=kang | |
c58d8895c9ed1c8fdabece57e428611778265373 | Rik Cabanier — Bug 1077872 - Implement rendering of isolation CSS property. r=roc | |
4e6fd04ea4bae06a9e9c1bbf5824625796c16790 | Rik Cabanier — Bug 1077872 - Implement parsing of isolation CSS property. r=dbaron | |
6a1757feb3ff387a3c852ae7a0106902fd0f1c55 | Morris Tseng — Bug 1062735 - Part 4: Support non-editable fields for selection carets. r=roc | |
0d49c600a6d592795ccf3bb111e1106d6d2a5fe9 | Morris Tseng — Bug 1062735 - Part 3: Change ReduceRectToVerticalEdge to 1 css pixel instead of 1 app unit. r=roc | |
fe11070e6932f219bf7be979b195bdccbce7f956 | Morris Tseng — Bug 1062735 - Part 2: Add a preference to control non-editable fields support. r=roc | |
12499d6135bf09ad39b1bf4593c852c712e2c794 | Morris Tseng — Bug 1062735 - Part 1: Remove GetHintForPosition. r=roc | |
f5fa8ea86d3b7645835b35b4fe6ff35860eea18c | Cykesiopka — Bug 622859 - Tests for bug 622859. r=briansmith,keeler | |
3afdc3253979b356a146c55e49eb68eb48580927 | Cykesiopka — Bug 622859 - Reject EV certificates with key sizes below RSA 2048. r=briansmith | |
f94a07671389dc7b52a19902406d58d442305cf9 | Bob Owen — Bug 1083701: When pre-Vista, for testing purposes allow stdout/err to be inherited by sandboxed process when an env var is set. r=tabraldes |