Commit Graph

115080 Commits

Author SHA1 Message Date
David Anderson
03aa8e800a Turn PGO off for various functions (bug 791214, r=jandem). 2012-12-07 14:01:40 -08:00
Rafael Ávila de Espíndola
4fd9a979fc Bug 819229 - Rename gatherStartupInformation to gatherStartupHistograms. r=vladan. 2012-12-07 16:06:35 -05:00
Benjamin Peterson
7b54264543 Bug 787134 - Fix apparent typo. r=me 2012-12-07 16:01:59 -05:00
Nathan Froyd
861bd308d3 Bug 819418 - part 0 - Histogram::SampleSet:Add needs to transfer all values, not just sum_; r=vdjeric 2012-12-07 14:52:19 -05:00
Benedict Singer
e5ef3703f4 Bug 787134 - Make links not in a document or with an invalid href respond to :link selector. r=bzbarsky 2012-12-07 09:35:14 -05:00
Marco Chen
96871bc0d1 Bug 818824 - Fire an event when no audio channel is playing now. r=baku, a=blocking-basecamp 2012-12-07 19:46:18 +08:00
Jim Chen
192b99d5ef Bug 811755 - Add test for PreContentIterator in nsContentEventHandler; r=masayuki 2012-12-07 14:48:18 -05:00
Geoff Brown
c26ce20742 Bug 819093 - Use strings for env values in remote mochitest; r=jmaher DONTBUILD 2012-12-07 09:04:01 -07:00
Gregor Wagner
95355e9c75 Bug 818583 - Permissions Installer Tests. r=orange 2012-12-07 11:24:19 -08:00
Fabrice Desré
6a80a59b30 Bug 819103 - Twitter fails to install from Marketplace [r=sicking] 2012-12-07 11:20:15 -08:00
Daniel Holbert
c8bc346570 Bug 783409: Enable "layout.css.flexbox.enabled" pref. r=dbaron 2012-12-07 10:58:34 -08:00
Daniel Holbert
3d02c4ee75 back out 75cab729c971 because it landed with the wrong bug number 2012-12-07 11:15:27 -08:00
Wes Kocher
3238ceb0ff Bug 817670 - Update Jetpack tests to pick up fixes to test failures. r=kwierso 2012-12-07 11:11:45 -08:00
Robert Strong
924a29af19 Test only change / possible fix for Bug 759639 - Intermittent test_0202_app_launch_apply_update_dirlocked_svc.js | test failed (with xpcshell return code: 0), | pending-service == pending, | exception thrown from do_timeout callback: 2147500036. r=bbondy 2012-12-07 11:03:05 -08:00
Daniel Holbert
e0a186179f Bug 783490: Enable "layout.css.flexbox.enabled" pref. r=dbaron 2012-12-07 10:58:34 -08:00
Brian Nicholson
80fd82632b Bug 735399- Only do session restore after a crash. r=mfinkle 2012-12-07 10:50:40 -08:00
Ehsan Akhgari
ec7cd77a49 Bug 819398 - Build mobile with per-window private browsing support; r=mfinkle
--HG--
extra : rebase_source : 594a4f2a922b3ce4690709eca94e967bb4df674b
2012-12-07 13:53:56 -05:00
Brian Nicholson
78a779dd75 Bug 819070 - Don't restore session if Gecko is already running. r=mfinkle
--HG--
extra : rebase_source : 35f720d9815d6e54d09419002dd30e5ab87f2d1a
2012-12-07 10:50:56 -08:00
Jason Orendorff
2449126ea7 Fix some comments about JSRuntime::gcLock. No bug#, rs=billm over IRC. 2012-12-07 12:51:02 -06:00
Rafael Ávila de Espíndola
aaa05b572c Bug 819240 - Document all functions in nsITelemetryPing.idl. r=vladan.
--HG--
extra : rebase_source : 90858f60619c22c7ec027209479273ca5e543307
2012-12-07 13:49:21 -05:00
Gregor Wagner
edb44f41df Bug 819250 - PhoneNumber.js overwrites national number. r=bent 2012-12-07 10:47:44 -08:00
Ed Morley
1f968efedf Merge mozilla-central to mozilla-inbound 2012-12-07 18:40:02 +00:00
Eitan Isaacson
085bf7b9c8 Bug 818342 - Introduce announcement output. r=davidb 2012-12-07 10:39:17 -08:00
Eitan Isaacson
723100f2cc Bug 818341 - Encapsulate presentation in the presentation module. r=davidb
Making it ready for use outside of the EventManager.
2012-12-07 10:39:17 -08:00
Fernando Jiménez
3d2b9fe860 Bug 818627 - UNSUFFICIENT_STORAGE error is not triggered correctly; r=fabrice 2012-12-07 19:13:27 +01:00
Kannan Vijayan
e47d46bce9 Bug 819393 - Refactor BoxNonStrictThis. r=jorendorff 2012-12-07 13:02:04 -05:00
Geoff Brown
b7575691be Bug 814278 - Protect against NPE in testThumbnails; r=bnicholson 2012-12-07 07:29:17 -07:00
Gregor Wagner
374c60b16f Bug 818583 - Permissions Installer - Fix access and permission: device-storage:apps. r=sicking 2012-12-07 09:55:11 -08:00
Amod Narvekar
aff3b9418a Bug 796873 - Don't lock the screen if we might not be able to unlock it. r=mounir 2012-12-07 17:33:39 +00:00
Jens Hatlak
0f80a79732 Bug 818674 - "ReferenceError: manifest is not defined" in Webapps.jsm inline function readCSPs. r=fabrice 2012-12-07 18:07:04 +01:00
Benoit Girard
269c007221 Bug 818296 - Don't NukeCrossCompartment on optimized shutdown. r=khuey 2012-12-07 11:54:46 -05:00
Alexander Surkov
8511832c18 Bug 819242 - JAWS needs old IServiceProvider::QueryService, r=tbsaunde 2012-12-08 01:29:43 +09:00
Marty Rosenberg
b38977d5ab Port IM to armhf (bug 802358, r=jbramley) 2012-12-07 11:12:18 -05:00
Marty Rosenberg
506b801311 Don't hoist typeguards that are guaranteed to bail. (bug 818791, r=dvander) (also fix a comment for mrbkap) 2012-12-07 11:12:16 -05:00
Tom Schuster
32762dce29 Bug 676619 - Modified test case for https. r=smaug 2012-12-07 16:59:13 +01:00
Chris Lord
600eb8829f Bug 819310 - Fix possible race when stopping checkerboard recording. r=kats
Make stopCheckerboardRecording safe to call while recordCheckerboard is
executing.
2012-12-07 15:11:05 +00:00
Ed Morley
2736b4f7c9 Merge mozilla-central to mozilla-inbound 2012-12-07 14:18:15 +00:00
Ed Morley
3a8e1d9a24 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-07 14:14:03 +00:00
Rafael Ávila de Espíndola
0a1297ce08 Bug 817944 - Replace test-load-histograms with a function. r=vladan. 2012-12-07 08:53:06 -05:00
Ehsan Akhgari
9f557231bb Remove the setWindowPrivate function which is now unused, no bug
DONTBUILD since this is NPOTB for global PB builds
2012-12-07 08:35:02 -05:00
Ehsan Akhgari
d79e37f3d1 Simplify browser_privatebrowsing_lastpbcontextexited.js and make it not leak, no bug
DONTBUILD since this is NPOTB for global PB builds

--HG--
extra : rebase_source : 6b2c4a18d04c09f707d6724f16b00c8f2e8ce1ff
2012-12-07 08:27:39 -05:00
Saurabh Anand
7ab9fff2e2 Backed out changeset 5725e73685e9 (bug 817785) 2012-12-07 14:00:15 +05:30
Saurabh Anand
32fb2cba29 Backed out changeset e7108bad8aa2 (bug 817186) 2012-12-07 13:57:49 +05:30
Saurabh Anand
9764d196a2 Bug 817186 - Split out WebGLUniformLocation into separate files 2012-12-07 13:44:43 +05:30
Bellindira Castillo [:bellindira]
268ad05a3a Bug 806718 - Port browser_tabview_privatebrowsing.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : browser/components/tabview/test/browser_tabview_privatebrowsing.js => browser/components/tabview/test/browser_tabview_privatebrowsing_perwindowpb.js
2012-12-07 00:33:41 -06:00
Andrew Halberstadt
e05ad4400c Bug 818638 - B2G xpcshell shouldn't abort entire test run on single test timeout, r=jgriffin, DONTBUILD a=NPOTB,test-only 2012-12-07 11:37:16 -05:00
Josh Matthews
fea0503514 Bug 769285 - Remove obsolete test of geolocation access token. 2012-12-06 23:00:23 -05:00
Ehsan Akhgari
9ee27cbe92 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Josh Matthews
303c4daa4e Bug 806740 - Unbreak Birch. DONTBUILD for NPOTB. 2012-12-06 22:52:39 -05:00
Mario Alvarado [:marioalv]
951b0e0ecb Bug 806740 - Port test_setAndFetchFaviconForPage_failures.js to the new per-tab PB APIs; r=ehsan
DONTBUILD since this is NPOTB for global PB builds

--HG--
rename : toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js
rename : toolkit/components/places/tests/favicons/favicon-normal16.png => toolkit/components/places/tests/browser/favicon-normal16.png
2012-12-06 18:42:36 -06:00