Commit Graph

114318 Commits

Author SHA1 Message Date
Jan de Mooij
1d7ca1e865 Bug 816015 - Make ARM's second scratch register configurable. r=mjrosenb 2012-11-29 15:50:14 +01:00
Jan de Mooij
f2d048f862 Bug 816493 - Fix IsAboutToBeFinalized(ReadBarriered<IonCode>..) to call IsIonCodeAboutToBeFinalized. r=jonco 2012-11-29 15:48:48 +01:00
Paul Adenot
a630caa522 Bug 816143 - Teach AudioStream::EnsureTimeStretcherInitialized() about infallible malloc. r=kinetik 2012-11-29 15:40:57 +01:00
Ben Hearsum
e93cc5a8fa bug 815189: b2g builds should clone http://hg.mozilla.org/integration/gaia-nightly. r=catlee 2012-11-29 09:40:52 -05:00
Fernando Jiménez
6627c7eaa9 Bug 815547 - [Apps] Inconsistent app attribute status when download error; r=fabrice 2012-11-29 15:19:37 +01:00
Ed Morley
e19c72f00c Backout 67e95e421678 (bug 814195) for Windows debug jsreftest failures on a CLOSED TREE 2012-11-29 11:17:11 +00:00
Jan de Mooij
22cb211fc5 Bug 816104 - Assert define/defineBox are not used with call instructions. r=dvander 2012-11-29 10:15:40 +01:00
Cameron McCormack
a9cc73cda2 Bug 816431 - Add unprefixed CSSRule.KEYFRAME{,S}_RULE constants. r=bz 2012-11-29 18:57:32 +11:00
Robert O'Callahan
9b4a4815ee Backout 7aceff7124d9 (bug 815591) for Mac test failures 2012-11-29 20:39:36 +13:00
Daniel Holbert
8b1f0f393d Bug 793308: Remove unneeded/unused "#include string.h" from some SVG c++ files. r=longsonr 2012-11-28 23:13:02 -08:00
Daniel Holbert
ea1d17a12b Bug 816357: use 'default-preference' rather than line-by-line pref() annotations in flexbox reftest.list file. r=heycam 2012-11-28 23:12:32 -08:00
Cameron McCormack
0382051ab3 Bug 815842 - Use default-preferences in @supports reftest manifests. r=bz 2012-11-29 17:37:20 +11:00
Fabrice Desré
a259dfa983 Bug 778668 - Bubble the application name/origin/manifest in the desktop-notification mozChromeEvent [r=wchen] 2012-11-28 22:36:15 -08:00
Patrick Wang
f985f962be Bug 793111 - Part 3 - Test case r=vicamo 2012-11-27 18:26:26 +08:00
Patrick Wang
5a0347b1a6 Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo 2012-11-02 19:34:41 +08:00
Patrick Wang
32dfb2b735 Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking 2012-11-27 21:08:12 +08:00
Henrik Skupin
a04531d34b Bug 816463 - Update webrtc crashtest manifest to use new default-preferences feature. r=jesup
--HG--
extra : rebase_source : 614a2906772fe40a3b781a014eb2ad18f1a226ca
2012-11-29 14:15:33 +01:00
Fabrice Desré
9b9932636b Bug 808220 - [SMS API] Retrieve a 'sent' message show field 'sender' as 'undefined' STRING, not undefined [r=ferjm] 2012-11-29 05:21:11 -08:00
Landry Breuil
dee2982d2e Bug 815793: use $(TAR) when appropriate. r=glandium
--exclude (added in bug #798450) is a gnu tar option
Fixes packaging on BSD platforms.
2012-11-29 14:17:54 +01:00
Chris Lord
e0d69bfa1b Bug 814864 - Reconcile frame resolution difference in layer rendering. r=bgirard
Reconcile the difference when rendering a buffer that has a different frame
resolution to the primary buffer. This is handy for low precision buffers that
are updated at a different rate to primary buffers.
2012-11-29 13:08:41 +00:00
Chris Lord
7e2e47a4e0 Bug 814864 - Only draw low precision tiles when necessary. r=kats
Use DisplayPortCalculator.aboutToCheckerboard to determine if we're in risk of
checkerboarding while drawing tiles, and only then enable low precision
rendering. This makes sure that we don't spend time doing low precision
rendering when it isn't going to be of benefit (and thus decreases the
likelihood of the user seeing low precision tiles unnecessarily).
2012-11-29 13:08:41 +00:00
Chris Lord
f131070a78 Bug 814864 - Respect layers.low-precision-buffer in Fennec browser.js. r=kats
When layers.low-precision-buffer is false, just set the display port and not
the critical display port.
2012-11-29 13:08:41 +00:00
Chris Lord
c18df4638e Bug 814864 - Abort old, stale, low precision updates. r=kats
Don't spend time during stale, low precision content when there are newer
display ports in the pipeline.
2012-11-29 13:08:40 +00:00
Chris Lord
6f781344f3 Bug 814864 - Do high precision updates before low precision updates. r=bgirard
Rather than interleaving high and low precision updates, do low after high.
This patch also refactors the code somewhat so that we don't needlessly
recalculate the values required for repeated transactions.
2012-11-29 13:08:40 +00:00
Jon Coppeard
e0b573304b Bug 816046 - Intermittent "Assertion failure: key.kind != CrossCompartmentKey::StringWrapper r=billm
--HG--
extra : rebase_source : e57dc40bbd5648cabcaf2805b984e921577989f5
2012-11-28 17:39:12 +00:00
Chris Lord
f934392869 Bug 814437 - Record checkerboarding over time instead of per frame. r=kats
Frame-rate has an unpredictable effect on the results of robocop checkerboarding
tests. Instead of recording checkerboarding per frame, record it over time.
2012-11-29 12:03:52 +00:00
Chris Lord
8df438c5af Bug 814437 - Fix checkerboard measurement when using a critical displayport. r=bgirard
The checkerboard measurement depended on the displayport coverage of the
viewport, which was calculated in LayerRenderer. When using a critical
displayport, this value changes, but this was not being accounted for.

We have all the context we need for this Gecko-side, so move this code into
LayerManagerOGL::ComputeRenderIntegrity and account for displayport coverage
correctly.
2012-11-29 12:03:38 +00:00
Chris Lord
c9fb3330b3 Bug 814437 - Count low precision rendering 0.5x towards checkerboarding. r=bgirard 2012-11-29 12:03:27 +00:00
Benjamin Chen
cbf8129880 Bug 804985 - [browser] don't try to zoom out wider than the page width r=cjones
1. bring the zoom factor into BrowserElementScrollng.js
2. fix the zoom ratio in AsyncPanZoomController::ZoomToRect
3. fix the relation between _isRectZoomedIn and AsyncPanZoomController::ZoomToRect
4. zoom it out if the rect reach the device maximal zoom ratio
2012-11-28 17:18:12 +08:00
Makoto Kato
43152978e1 Bug 800785 - unnecessary PGO for js shell. r=ted 2012-10-23 16:42:19 +09:00
Makoto Kato
486d4e430e Bug 813834 - Character corruption on Facebook messenger with Social API. r=jaws 2012-11-29 15:14:48 +09:00
Makoto Kato
0f1625af46 Bug 816004 - Change password mask timer to 1.5s on Gonk. f=vingtetun r=mwu 2012-11-29 15:13:35 +09:00
Matt Woodrow
80ce32fa9d Bug 815593 - Remove unused variable. r=bustage 2012-11-29 19:01:48 +13:00
Mark Hammond
17ed800015 Bug 812108 - ensure that if 'try again' on a social error fails, we continue to display the error message. r=felipe 2012-11-29 16:25:34 +11:00
Alexander Surkov
7def88cb24 Bug 814386 - ASSERTION: No parent accessible. Should we really assert here, r=tbsaunde 2012-11-29 14:14:04 +09:00
Robert O'Callahan
47e66b606d Bug 812897. Limit WS_EX_COMPOSITED hack to pre-Windows-8. r=jmathies 2012-11-29 18:02:57 +13:00
Robert O'Callahan
f9199a2935 Bug 815593. Don't layerize images that exceed MaxTextureSize. r=mattwoodrow
--HG--
extra : rebase_source : f94300b24b90d063df095324663c9d8fa49e42e9
2012-11-28 15:34:45 +13:00
Robert O'Callahan
428fbe055f Bug 801842. Treat windowless plugins in popups as always visible, since we don't compute proper geometry for them. r=tnikkel
--HG--
extra : rebase_source : a6ad44a8dc4b596f3a83fcd19ba97cda43e4def1
2012-11-28 02:18:39 +13:00
Robert O'Callahan
15eedf82be Bug 815591. Don't build nsDisplayBackgroundColor if there is no background color and we're not going to do hit-testing. r=mattwoodrow
--HG--
extra : rebase_source : ce6fbf882f00d7c3ceb7f149bb6e9cb21ed6f74d
2012-11-28 01:50:09 +13:00
Robert O'Callahan
05743fdf57 Bug 815030. Invalidate cached background images in when a frame gets a visual style change. r=mattwoodrow
--HG--
extra : rebase_source : eef4784ea2d4ef0f88d6dfdbf3258d1b8416f443
2012-11-27 22:05:10 +13:00
Stephen Pohl
36020056fe 2 of 2 - Tests for Bug 813322 - Add ability to control time interval for restart prompt to apply update. r=bbondy 2012-11-28 20:57:11 -08:00
Stephen Pohl
9cd3f0a09f 1 of 2 - Main patch for Bug 813322 - Add ability to control time interval for restart prompt to apply update. r=bbondy 2012-11-28 20:56:32 -08:00
Hubert Figuière
e03fccd6ba Bug 816378 - Backout 5158d648702e (Bug 813773). a=bustage,Waldo
--HG--
rename : mobile/android/config/tooltool-manifests/android-x86/android/releng.manifest => mobile/android/config/tooltool-manifests/android/releng.manifest
extra : rebase_source : c2cb0190de4ad637dc3cd35a1876e9f06c16bcba
2012-11-28 23:00:56 -05:00
Randy Lin
be476cbbc6 Bug 814349 - [gonk] Remove default value of master volume setting. r=vingtetun 2012-11-26 11:03:18 +08:00
Eric Wong
4a03777ad3 Bug 812682 - Updated eBay Logo for Desktop. r=gavin 2012-11-26 15:08:31 -08:00
Gabriele Svelto
b0e4008f39 Bug 811740 - Reduce the amount of unused dirty pages kept by jemalloc to 1MiB in B2G. r=jlebar, r=glandium 2012-11-28 17:03:35 +01:00
Cervantes Yu
de45932fd3 Bug 806596 - Don't fire double tap if the delayed task to timeout the 1st tap fails to run in time. r=roc 2012-11-28 22:46:50 -05:00
Shih-Chiang Chien
49f23549df Bug 805638 - Find parent node while the inner scrollable region reaches the end. r=vingtetun 2012-11-01 15:48:45 +08:00
ChangZhuo Chen
a16bcd834a Bug 778053 - Test case for wave metadata. r=kinetik 2012-10-06 19:32:30 +08:00
ChangZhuo Chen
2576dd9681 Bug 778053 - Read wave metadata. r=kinetik 2012-10-06 19:33:11 +08:00