Commit Graph

292588 Commits

Author SHA1 Message Date
Ed Morley
aac68a2eb6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-05 22:10:26 +00:00
Josh Matthews
2023fa6683 Bug 817447 - Create download manager unit tests that do not rely on the global private browsing service. r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : toolkit/components/downloads/test/unit/test_private_resume.js => toolkit/components/downloads/test/unit/test_private_resume_global.js
rename : toolkit/components/downloads/test/unit/test_privatebrowsing_cancel.js => toolkit/components/downloads/test/unit/test_privatebrowsing_cancel_global.js
rename : toolkit/components/downloads/test/unit/test_privatebrowsing.js => toolkit/components/downloads/test/unit/test_privatebrowsing_global.js
2012-12-05 16:15:55 -05:00
Gregory Szorc
5a8419ee85 Bug 818628 - Handle long exit code values; r=edmorley
DONTBUILD (NPOTB)
2012-12-05 12:32:09 -08:00
Brian Hackett
1d8ec56f57 Fix test for incremental GC when triggering off thread compilation, bug 817635. r=billm 2012-12-05 09:54:57 -07:00
Fabrice Desré
6ba7e978d2 Bug 809947 - Implement app.checkForUpdate for hosted apps [r=ferjm] 2012-12-05 08:50:32 -08:00
Lucas Rocha
4bede739c1 Bug 818021 - Use fade out transition when leaving awesome screen (r=mfinkle) 2012-12-05 16:46:17 +00:00
Marco Bonardo
49c0bc96c5 Bug 817999 - remove DownloadMonitorPanel remnants.
r=dao
2012-12-05 17:44:01 +01:00
Jim Chen
50bc3aab09 Bug 815430 - Fix IME status notification handling; r=cpeterson 2012-12-05 11:10:33 -05:00
Jim Chen
3f7bd3e61f Bug 811755 - Buffer and coalesce IME selection and text changes; r=cpeterson 2012-12-05 11:09:56 -05:00
Jim Chen
72f1716ec4 Bug 811755 - Synchronize selection when selection changes due to events; r=cpeterson 2012-12-05 11:09:56 -05:00
Jim Chen
bdbd973484 Bug 811755 - Preserve selection and spans during replacement actions; r=cpeterson 2012-12-05 11:09:56 -05:00
Jim Chen
648fae1037 Bug 811755 - Send notification when BR nodes become content/non-content; r=masayuki 2012-12-05 11:09:56 -05:00
Jim Chen
5a875cad20 Bug 811755 - Use PreContentIterator to correctly handle boundary cases; r=masayuki 2012-12-05 11:09:55 -05:00
Jim Chen
1dac9245b0 Bug 811755 - Discard stale selection notifications after text change; r=cpeterson 2012-12-05 11:09:55 -05:00
Dale Harvey
ce07e03b31 Bug 816416 - Send system message on sms being sent. r=vicamo 2012-12-05 23:33:30 +08:00
Ed Morley
94af9ca9a8 Bug 784321 - Disable test_framedhistoryframes.html on Android for too many intermittent failures 2012-12-05 15:14:10 +00:00
Ed Morley
cf88c91da2 Bug 783589 - Disable test_popup-navigates-children.html on Android for too many intermittent failures 2012-12-05 15:14:10 +00:00
Ed Morley
646db4204e Bug 559932 - Disable test_bug445004.html for too many intermittent failures 2012-12-05 15:14:10 +00:00
Henrik Skupin
d34cbaf52e Bug 817709 - Global flag to conditionally enable leaking mochitests. r=jesup 2012-12-05 15:57:37 +01:00
Nicolas Silva
5ae5211f6b b=811730 - Take skip into account when copying video frames into shared memory. r=cpeterson 2012-12-04 11:36:33 +01:00
Jim Mathies
8c9db76d47 Bug 817879 - Update bad resource paths in devtools. r=jwalker 2012-12-05 05:14:09 -06:00
Robert Longson
aba24e2cf7 Bug 817439 r=dholbert 2012-12-05 10:59:26 +00:00
Ed Morley
b03ecd193e Backout d29847ff05c4 (bug 811538) for B2G marionette-webapi failures in test_getmessage.js 2012-12-05 10:42:51 +00:00
Robert O'Callahan
8e7070bef2 Bug 816458. Instead of removing the MAY_BE_TRANSFORMED bit in certain frame classes, add an nsIFrame::SupportsCSSTransforms method and call it when necessary. r=mats 2012-12-04 17:50:05 +13:00
Robert O'Callahan
0cb80ab541 Bug 816664. Don't call NotifyPull if we already have all the data buffered in the stream that we need. r=jesup 2012-12-08 00:06:55 +13:00
Robert O'Callahan
ed26918aaa Bug 663776. Part 3: Refactor layer transform snapping to distinguish translation-snapping from rect-snapping, and don't snap translation+scale transforms when we don't know all four edges of the rect that needs to be snapped. r=mattwoodrow
This separates SnapTransform into SnapTransformTranslation, which just snaps translations
and nothing else, and SnapTransform, which snaps translation+scale of rectangles.
2012-12-07 12:58:13 +13:00
Robert O'Callahan
5bac7c566d Bug 663776. Part 2: Move TransformRectToRect from nsCSSRendering to gfxUtils. r=mattwoodrow 2012-12-07 12:58:13 +13:00
Robert O'Callahan
70681911f9 Bug 663776. Part 1: When determining whether the scale factors hav changed, we need to use GetBaseTransform for the old scale factors, because that's what stores the old transform that we computed scale factors from. r=mattwoodrow 2012-12-07 12:58:12 +13:00
Mike Hommey
25f9b02ce9 Bug 804303 part 4 - Set environment variables earlier on Android. r=blassey,r=wesj 2012-12-07 09:32:24 +01:00
Mike Hommey
f5c35d6a44 Bug 804303 part 3 - Build jemalloc3 as a replace-malloc library when building with mozjemalloc. r=khuey 2012-12-07 09:32:24 +01:00
Mike Hommey
e9c6d8bfe1 Bug 804303 part 2 - Add ability to dynamically replace or supplement jemalloc implementation. r=jlebar,r=khuey 2012-12-07 09:32:24 +01:00
Mike Hommey
c51f5d814d Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey
--HG--
rename : memory/build/extraMallocFuncs.c => memory/build/jemalloc_config.c
rename : memory/mozjemalloc/jemalloc.h => memory/build/mozmemory.h
rename : memory/build/extraMallocFuncs.c => memory/build/mozmemory_wrap.c
2012-12-07 09:32:24 +01:00
Mike Hommey
77fe00e25b Bug 815071 - Update jemalloc3 to commit 6eb84fb. r=jlebar 2012-12-07 09:32:23 +01:00
Chris AtLee
25de2d027e Bug 815781: Upload .zip for unagi/otoro builds. r=rail
Also includes boot.img

--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js => browser/base/content/test/browser_tabMatchesInAwesomebar.js
rename : browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug624727.js
rename : browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug650280.js
extra : rebase_source : e072d14a43354981b046410594be4435f2294642
2012-12-03 14:43:07 -05:00
Hsin-Yi Tsai
fea6993df2 Bug 816913 - B2G RIL: update phoneState when there's an incoming call. r=allstarschh 2012-12-03 11:25:28 +08:00
Mark Hammond
d06f318a2e Bug 817782 - unhide the social chatbar as new top-level windows are opened. r=gavin 2012-12-06 13:37:04 +11:00
Karl Tomlinson
2d225d5927 b=786100 consider display item snap when hunting uniform background color r=roc
--HG--
extra : transplant_source : P%7CO%27%D3%E6%B6-eX%BF%AAw%EA%D1.%B8j%D9%2C
2012-12-05 15:53:17 +13:00
Ryan VanderMeulen
6c347360db Backed out changesets 5a1ff68f37d9 and eed8b79a4803 (bug 685470) for mochitest-other timeouts. 2012-12-05 21:29:01 -05:00
Trevor Saunders
2a624f853c backout an accidental change that landed with bug 817133 2012-12-05 20:35:09 -05:00
Ehsan Akhgari
77bb9823b5 Bug 816406 - Disallow dragging a private tab into a non-private window and vice versa; r=dao 2012-12-02 15:57:06 -05:00
Terrence Cole
7a3ea75982 Bug 817091 - Merge Unrooted<T> and Return<T>; r=billm
After Bug 811168, Unrooted<T> and Return<T> perform the same assertions and
allow the same implicit casts. Given this and the performance impact of keeping
Return<T> as a struct, it would be better to just merge these two classes.

--HG--
extra : rebase_source : 173ab623c21b3da9b693b56a33f72aa8efef7b87
2012-12-04 11:10:53 -08:00
Masatoshi Kimura
64bc10205a Bug 817844 - Remove DOMClassInfo remnants from DOMParser/XMLSerializer. r=bz 2012-12-05 19:49:32 -05:00
Masatoshi Kimura
ce94883385 Bug 817844 - Fix WebIDL signature of serializeToStream/parseFromStream. r=bz 2012-12-05 19:49:32 -05:00
Patrick Wang
d7b7ba988a Bug 816452 - Don't fire mozbrowsererror when loading page is stopped. r=jlebar 2012-12-05 16:10:19 +08:00
Shelly Lin
d9ca97b320 Bug 803039 - Correct the logic of finding user activity in IdleTimerCallback (fixes bug 811459). r=jlebar 2012-12-03 10:21:00 +08:00
Ehsan Akhgari
82c91547a9 Bug 816914 - Revamp about:privatebrowsing to support per-window private browsing mode; r=jdm ui-r=shorlander
DONTBUILD since this is NPOTB for global PB builds
2012-12-02 15:11:48 -05:00
Ehsan Akhgari
33cc479d9e Bug 817422 - Move the New Private Window menu item under the app button on Windows and Linux if the app button is visible; r=dao ui-r=shorlander 2012-12-02 15:04:39 -05:00
Bellindira Castillo [:bellindira]
b4a153d738 Bug 806717 - Port browser_tabview_bug650280.js to the new per-tab PB APIs; r=ehsan
DONTBUILD because this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_bug650280.js => browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js
2012-12-05 11:53:55 -06:00
Gregory Szorc
d1484b4697 Bug 818554 - Handle empty variables when parsing mozconfig output; r=glandium
DONTBUILD (NPOTB)
2012-12-05 11:20:59 -08:00
Gregory Szorc
963b4c0ea2 Bug 818543 - Define topsrcdir in mozbuild evaluation environment; r=glandium
DONTBUILD (NPOTB)
2012-12-05 10:20:42 -08:00