Commit Graph

123882 Commits

Author SHA1 Message Date
Patrick McManus
1f8686901d bug 848360 - telemetry for ssl ratios of http transactions and page loads r=jduell 2013-03-07 16:52:52 -05:00
Brian R. Bondy
f7506474e5 Bug 848798 - currentElement browser.js null usage assertion. r=mbrubeck 2013-03-07 16:52:04 -05:00
Chris Peterson
00db990595 Bug 848761 - input element's type attribute values are case-insensitive. r=jchen 2013-03-07 14:12:40 +00:00
Ryan VanderMeulen
f9743bfe87 Backed out changeset ad01bb8a6742 (bug 848423) for Windows PGO mochitest-2 crashes. 2013-03-07 16:47:07 -05:00
Stephen Pohl
859a46a11f Bug 848417 - Use wcsncpy instead of wcscpy. r=bbondy 2013-03-07 13:41:37 -08:00
Yiming Yang
d5009568e6 Bug 848448 - add Actions from marionette into package and up the version number, r=mdas 2013-03-06 14:41:21 -08:00
Geoff Brown
99352ee61e Bug 784242 - set browser.viewport.scaleRatio during robocop tests; r=kats 2013-03-07 14:05:24 -07:00
Simon Montagu
65bca04d24 Move WalkDescendantsClearAncestorDirAuto from BeforeSetAttr to OnSetDirAttr to simplify the test for elements that had dir=auto but no longer do, especially <bdi>. Bug 845093, r=ehsan 2013-03-07 22:53:08 +02:00
Simon Montagu
9227c29ea2 Make sure not to return the old text node in ResetNodeDirection. Bug 845093, r=ehsan 2013-03-07 22:53:08 +02:00
Simon Montagu
f91dc1e794 Set the AncestorHasDirAuto flag for all new text nodes that need it. Bug 847127, r=ehsan 2013-03-07 22:53:07 +02:00
Simon Montagu
929eb364df Testcase from bug 847127, r=ehsan 2013-03-07 22:53:07 +02:00
Terrence Cole
09f0476417 Bug 848612 - Don't store strings in the store buffer; r=billm
--HG--
extra : rebase_source : f287f6b0945bc0a84ac1acfef9fcad985591db82
2013-03-07 10:50:26 -08:00
Terrence Cole
e0dc40c806 Bug 848608 - Make eagerlyTraceWeakMaps an enum; r=billm
--HG--
extra : rebase_source : 20558f611dda644f966d4660b88895a0cbc5c7d1
2013-03-07 10:49:30 -08:00
Terrence Cole
9784aa8945 Bug 848599 - Implement DisableGenerationalGC like DisableIncrementalGC; r=billm
--HG--
extra : rebase_source : aad333f9196a74e4579be70bd2ebf62fe16f23ed
2013-03-07 10:47:56 -08:00
Terrence Cole
800f1f3a80 Bug 841059 - Do not use the ArenaHeader for sizeOfThis on JSObject; r=billm
--HG--
extra : rebase_source : 6d14d5dca727703166c1cdcc694ec688223e6692
2013-02-13 13:34:25 -08:00
Terrence Cole
388179ea1b Bug 841059 - Make Cell::chunk and Cell::address private; r=billm
--HG--
extra : rebase_source : e6800f71b6950af84b56c541fe6dbdeb8f62abdf
2013-02-13 10:39:17 -08:00
Rafael Ávila de Espíndola
adcba89979 Bug 848020 - Do we really have to poison NtFlushBuffersFile? r=BenWa. 2013-03-07 15:28:05 -05:00
Jason Duell
5abed2ad22 Bug 795254. Intermittent test_private_channel.js failure r=jdm
--HG--
rename : netwerk/test/unit/test_private_channel.js => netwerk/test/unit/test_private_necko_channel.js
2013-03-07 12:12:10 -08:00
Olli Pettay
ceab0ac5ce Bug 844313 - Call GC more likely when there are lots of Events to collect, r=mccr8
--HG--
extra : rebase_source : 675ad0e5b5e22b3ccc1ec2bddac7048df57f522a
2013-03-07 20:53:19 +02:00
Ted Mielczarek
24c7035d29 bug 848880 - Update to Breakpad SVN r1128. r=upstream 2013-03-07 13:50:42 -05:00
Ted Mielczarek
85799006dc Fix breakpad update script to not remove moz.build files. no bug, NPOTB 2013-03-07 13:48:17 -05:00
Vladimir Vukicevic
5ac1a2d90c b=751418; unbreak Win64 builds after SkiaGL landing; r=flames 2013-03-07 13:43:26 -05:00
Aaron Moses
8f45ceecdc Bug 845375 - Implement the nsIClientAuthDialogs interface for android. r=kats 2013-03-07 18:08:03 +00:00
Rafael Ávila de Espíndola
c8d22986fb Bug 847468 - Poison NtWriteFileGather. r=BenWa.
--HG--
extra : rebase_source : 23ad1eec802f547504e08aa5dc8e7d90b2bf0708
2013-03-07 10:02:33 -05:00
Gavin Sharp
ca0a572643 Bug 831236 followup: adjust comment 2013-03-07 09:38:33 -08:00
Gavin Sharp
1ff5c041b7 Bug 817448: remove MozBlobBuilder from FrameWorker API, r=mixedpuppy 2013-03-06 23:43:56 -08:00
Gavin Sharp
d822f8fc25 Bug 831236: remove mobile/xul, r=axel,mfinkle,gps,glandium
--HG--
extra : rebase_source : be789eac5e8e769a54e6c0c4126065c8b5a5192e
2013-03-06 23:43:44 -08:00
Sunny
9d0b8a594e Bug 840745 - Default HTML5 audio/video player controls should facilitate changing playback rate. r=jaws ui-r=limi
--HG--
extra : rebase_source : 9cb821d5b4632dcfbe518504aa963b87b9a2c9f2
2013-03-07 12:28:24 -05:00
Joel Maher
05a0bb6ef8 Bug 845486 - webgl conformance crashes frequently on ubuntu VMs. r=jgilbert 2013-03-07 12:22:55 -05:00
Jim Chen
a3dd91ea93 Bug 840406 - Use password mode for all type=password inputs; r=cpeterson 2013-03-07 13:16:46 +00:00
Jon Coppeard
effb0401cc Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove AutoAssertNoGC and AssertCanGC r=terrence
--HG--
extra : rebase_source : b2afa454a539be84db7a3b11eb7c776bf4054b07
2013-03-06 18:10:35 +00:00
Jon Coppeard
d52628271c Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence
--HG--
extra : rebase_source : 571a1c515d382c94d7a4c4398a08ea48d5507294
2013-03-06 18:10:30 +00:00
Jon Coppeard
9256c58105 Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence
--HG--
extra : rebase_source : d541aeba854e1a10ceebaec2fda366d9b47f7f2e
2013-03-06 18:10:22 +00:00
Jon Coppeard
f85957ecb3 Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
--HG--
extra : rebase_source : 35cbf3cc4da4598c2e9e6975028ef397718849db
2013-03-06 16:41:43 +00:00
Jon Coppeard
9990be53e8 Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence
--HG--
extra : rebase_source : ba8202f4e1f7bd5560a57392f800d255e52b4a54
2013-03-06 16:41:42 +00:00
Jon Coppeard
94c1b81987 Bug 848395 - GC: Move Rooted to JS namespace - Move js::Rooted to JS namespace r=terrence
--HG--
extra : rebase_source : c25db8f97c5d6b39b96dc89976bcc00a85ddbde3
2013-03-06 16:41:38 +00:00
Ted Mielczarek
d7fb625620 bug 779291 - Build stabs code except for Android. r=glandium
--HG--
extra : rebase_source : fe94d532849a403c950982e7251368633d282e5d
2013-03-07 11:17:03 -05:00
Randell Jesup
82afed2e43 Bug 839650: Add debugs to MediaStreamGraph to ease investigation of issues in the future r=roc 2013-03-07 03:53:45 -05:00
Adam Roach [:abr]
318c0cb51a Bug 848423 - Change nearly all WebRTC instances of linked_ptr<> to nsRefPtr<> r=ehugg 2013-03-06 12:40:48 -06:00
Timothy Nikkel
1e3bfd6883 Bug 848421. Part 2. Remove useless PresContext argument to nsCSSRendering::FindBackground. r=mats 2013-03-07 10:03:49 -06:00
Paul Adenot
c4a37862f7 Bug 836824 - Make libsoundtouch build on FreeBSD and Mac without command-line tools. r=khuey 2013-03-04 16:40:31 +01:00
Nicholas Cameron
9b252f936b Bug 842389 - return the right thing from ProgressiveUpdate; r=cwiiis 2013-03-07 15:02:06 +00:00
Vicamo Yang
07e342fc94 Bug 833291 - Part 7/7: fix createMessageList(). r=hsinyi 2013-03-08 00:12:56 +08:00
Vicamo Yang
5ba392f45f Bug 833291 - Part 6/7: fix getThreadList(). r=hsinyi 2013-03-08 00:12:52 +08:00
Vicamo Yang
06e0685ba2 Bug 833291 - Part 5/7: fix markMessageRead(). r=hsinyi 2013-03-08 00:12:49 +08:00
Vicamo Yang
3c5057cf3c Bug 833291 - Part 4/7: fix deleteMessage(). r=hsinyi 2013-03-08 00:12:44 +08:00
Vicamo Yang
e8d6d0a50d Bug 833291 - Part 3/7: fix saveRecord(). r=hsinyi 2013-03-08 00:12:40 +08:00
Vicamo Yang
9ce11f103e Bug 833291 - Part 2/7: add thread/participant stores. r=hsinyi 2013-03-08 00:12:35 +08:00
Vicamo Yang
42aaddb0f4 Bug 833291 - Part 1/7: correct variable namings. rs=sicking
1. 'STORE_NAME' to 'MESSAGE_STORE_NAME',
2. 'lastKey' to 'lastMessageId',
3. 'objectStore' to either 'messageStore' or 'mostRecentStore'.
4. 'record' to either 'messageRecord' or 'mostRecentRecord'
2013-03-08 00:12:31 +08:00
Ryan VanderMeulen
f36267241c Merge m-c to inbound. 2013-03-07 10:15:44 -05:00