Commit Graph

274029 Commits

Author SHA1 Message Date
Chris AtLee
2aed941dda Bug 763632: Only GPG sign .checksum files. r=rail,khuey 2012-06-15 09:29:32 -04:00
Nathan Froyd
9156a5c2f9 Bug 752952 - account for nsIDocument's property tables in about:memory; r=njn,f=smaug 2012-06-15 00:10:08 -04:00
Ed Morley
f56446474c Merge mozilla-central to mozilla-inbound 2012-06-15 14:04:37 +01:00
Ed Morley
e76a671d8e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-15 13:32:55 +01:00
Henri Sivonen
999670e4bc Bug 764774 - Remove unused variable and object creation from nsParserUtils. r=smaug. 2012-06-15 15:28:28 +03:00
Aryeh Gregor
836e30efb0 Bug 412257 - Allow createComment("--"); r=bz 2012-06-15 15:13:14 +03:00
Mike Hommey
41e8007adc Fixup for bug 616262 to avoid Windows PGO bustage. r=me 2012-06-15 10:49:53 +02:00
David Flanagan
cda25a51d0 Bug 764614 - add b2g shell.js code to take and save system screenshots. r=vingtetun 2012-06-15 09:20:44 +02:00
Bobby Holley
3f91fbc21e Bug 764389 - Update compartment principals on inner window reuse and on document.write. r=bz 2012-06-15 08:31:27 +02:00
Bobby Holley
759d411034 Bug 764389 - Add an API to change the principals of a compartment. r=luke 2012-06-15 08:30:09 +02:00
Mike Hommey
c94455deff Bug 764021 - Add Startup Timeline probe for when entering main(). r=taras,r=bsmedberg 2012-06-15 08:23:08 +02:00
Mike Hommey
45feb6b7c3 Bug 764019 - Only rely on the maintenance service to enable preload on Windows. r=taras 2012-06-15 08:22:33 +02:00
Phil Ringnalda
73afd44bef Back out fcad61fcaf73 (bug 726191) for test_videocontrols.html bustage 2012-06-14 22:51:50 -07:00
Etienne Segonzac
9fb4899266 Bug 764414 - Let <iframe mozapp> content open popups even when it's in the background. r=bz 2012-06-15 07:48:15 +02:00
Matt Brubeck
3a132caff3 Back out 17e72edbf994 (bug 765106) because of test failures 2012-06-14 22:21:54 -07:00
Chris Pearce
3e1d8a533c Bug 726191 - Only setup video controls' volume control event listeners once we know that we have an audio stream. r=jaws 2012-06-15 17:05:57 +12:00
Nathan Froyd
70bf86d653 Bug 764985 - make memory reporter helper macros ever-so-slightly more efficient; r=njn 2012-06-14 16:29:00 -04:00
Benoit Jacob
5530f6649a Bug 763559 - Enable WEBGL_compressed_texture_s3tc with ANGLE - r=jgilbert 2012-06-14 23:16:21 -04:00
Matt Brubeck
1d0b75d023 Back out bug 764621, bug 762717, bug 764638, and bug 764622 for mochitest failures 2012-06-14 20:12:06 -07:00
Jonathan Watt
c06a0c60b8 Bug 764824 - Make it easier to spot when were using a temporary context. r=longsonr. 2012-06-15 04:02:29 +01:00
Jonathan Watt
1f88d8036d Bug 764813 - Avoid using gfxContext::SetMatrix in SVG code where possible. r=Bas. 2012-06-15 04:02:27 +01:00
Brian R. Bondy
fe0a9bb2a2 Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm 2012-06-14 22:19:39 -04:00
Wes Johnston
a7c08adfaa Bug 755841 - Close a cursor during database creation. r=cpeterson 2012-06-14 19:14:37 -07:00
Aryeh Gregor
a75ff8d37c Bug 763869 part 4 - Use nsIContent* in nsContentIterator where possible; r=bz 2012-06-14 09:47:03 +03:00
Aryeh Gregor
9cb2fb90ff Bug 763869 part 3 - Make aIndexes param optional; r=bz 2012-06-14 09:47:03 +03:00
Aryeh Gregor
0046db2dcd Bug 763869 part 2 - Clean up nsContentIterator.cpp; r=bz 2012-06-14 09:47:03 +03:00
Aryeh Gregor
8fdcc15229 Bug 763869 part 1 - Remove useless NodeHasChildren helper function; r=bz 2012-06-14 09:47:03 +03:00
Brian R. Bondy
4f93794a1d Bug 741174 - Silent install option for maintenance service. r=bbondy 2012-06-15 08:08:31 -04:00
Nicholas Cameron
7759178cf7 Bug 765038; fix a Clang compilation bug in Skia; r=jwatt 2012-06-15 11:52:15 +01:00
Masayuki Nakano
4dbe55aeaf Bug 757688 part.8 Make sure test_keycodes.xul emulates correct key events r=jimm 2012-06-15 18:52:51 +09:00
Masayuki Nakano
53a964cc2e Bug 757688 part.7 Make nsWindow for Windows possible to test dead keys r=jimm 2012-06-15 18:52:51 +09:00
Masayuki Nakano
8dd94156c6 Bug 757688 part.6 Add numpad keys to printable key table and remove KeyboardLayout::IsNumpadKey() r=jimm 2012-06-15 18:52:50 +09:00
Masayuki Nakano
085496f7f8 Bug 757688 part.5 Make KeyboardLayout stateless for non-dead keys r=jimm 2012-06-15 18:52:50 +09:00
Masayuki Nakano
8647e16b8d Bug 757688 part.4 Remove GetShiftState() and move SetShiftState() to VirtualKey r=jimm 2012-06-15 18:52:50 +09:00
Masayuki Nakano
7a1182d4f9 Bug 757688 part.3 Don't use VirtualKey::ShiftState for the arguments of public methods of KeyboardLayout r=jimm 2012-06-15 18:52:50 +09:00
Masayuki Nakano
8c3fc7894e Bug 757688 part.2 Move nsModifierKeyState to KeyboardLayout and redesign it r=jimm 2012-06-15 18:52:50 +09:00
Masayuki Nakano
9d83fab63d Bug 757688 part.1 Make KeyboardLayout::IsDeadKey() stateless r=jimm 2012-06-15 18:52:50 +09:00
Jonathan Watt
072f5b2cb7 Bug 764860 - Simplify and comment the clipPath code. r=longsonr. 2012-06-15 10:06:34 +01:00
Mark Capella
331dec4fd2 Bug 760878 - decomtaminate Get Row / Column Description() on accessible tables, r=tbsaunde 2012-06-15 04:04:03 -04:00
Mark Capella
b74d09b750 Bug 757203 - crash in nsXULTreeAccessible::InvalidateCache when deleting cookie, r=surkov 2012-06-15 04:03:57 -04:00
Mark Capella
25e7472b6b Bug 760880 - decomtaminate Is Column / Row / Cell Selected(), r=tbsaunde 2012-06-15 04:03:51 -04:00
Jonathan Wilde
51e4808e23 Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn 2012-06-11 18:13:20 -07:00
Mark Hammond
44a1bd3a76 Bug 755558 - report exceptions in head.js during browser-test. r=gavin 2012-06-15 12:08:17 +10:00
Nicholas Nethercote
80725c5db7 Bug 758509 (part 8) - Initialize JSScript::globalObject in Create(). r=luke.
--HG--
extra : rebase_source : 9a6e3933b3586c3c986acdbeccedd2d8359c8a65
2012-06-06 21:37:37 -07:00
Nicholas Nethercote
3f23749ab5 Bug 758509 (part 7) - Initialize JSScript::staticLevel in Create(). r=luke.
--HG--
extra : rebase_source : 68b169f29e8d2d928e4b83078bafdf33eb7b53a1
2012-06-06 21:37:37 -07:00
Nicholas Nethercote
21c789f3fb Bug 758509 (part 6) - Initialize JSScript::savedCallerFun in Create(). r=luke.
--HG--
extra : rebase_source : cc6160a1678a1d9e7957c66fffdeefdbeaceb31e
2012-06-06 21:37:37 -07:00
Nicholas Nethercote
95442061d4 Bug 758509 (part 5) - Initialize JSScript::compileAndGo in Create(). r=luke.
--HG--
extra : rebase_source : 115d1df8e173b8d655a8cb0bc1b552dad5f10647
2012-06-06 21:37:37 -07:00
Mike Hommey
bda3a28b5d Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo 2012-06-04 08:30:26 +02:00
Mike Hommey
6505be978b Bug 616262 - Add mozilla/TypeTraits.h with mozilla::Conditional and mozilla::IsBaseOf traits, similar to resp. C++11 std::conditional and std::is_base_of. r=Waldo 2012-06-14 08:20:47 +02:00
Jonathan Griffin
f382b1eb95 Bug 765095 - Post logcat log to autolog, r=mdas, DONTBUILD because NPOTB 2012-06-14 18:26:43 -07:00