Masatoshi Kimura
|
650b314073
|
Bug 907968 - Remove a useless (even harmful) log. r=gps
|
2013-08-22 22:44:19 +09:00 |
|
Masatoshi Kimura
|
d150ab768a
|
Bug 906432 - Use getOwnPropertyNames() in test_interfaces.html. r=smaug
|
2013-08-22 22:44:19 +09:00 |
|
Masatoshi Kimura
|
09d00d9157
|
Bug 600460 - Implement category entry removal for nsScriptNamespaceManager. r=bholley
|
2013-08-22 22:44:19 +09:00 |
|
Markus Stange
|
cb3847e63b
|
Bug 876096 - Try adding waitForFocus, let's see whether that fixes test_activation.xul.
|
2013-08-22 15:33:58 +02:00 |
|
David Zbarsky
|
13f3cb6706
|
Bug 883493: Make CGUnionConversionStruct use CGClass r=bz
|
2013-08-22 09:27:04 -04:00 |
|
David Zbarsky
|
d3de7297e2
|
Remove an extra include of nsContentUtils that I somehow added in bug 903819
|
2013-08-22 09:26:19 -04:00 |
|
Brian Hackett
|
b2e2821cb2
|
Bug 907777 - Add preference for off thread parsing, coalesce with preference for off thread Ion compilation, r=billm.
|
2013-08-22 07:22:33 -06:00 |
|
Brian Hackett
|
3ea6fd69a7
|
Bug 906060 - Allow ExclusiveContext zones to have TI enabled, r=billm.
|
2013-08-22 07:13:18 -06:00 |
|
Patrick McManus
|
36d43a2d51
|
bug 750932 - multipart delimiter check r=jduell
|
2013-08-22 08:52:50 -04:00 |
|
Makoto Kato
|
702e288137
|
Bug 901820 - Part 2. Remove nsCRT::strdup/nsCRT::strndup impl. r=bsmedberg
|
2013-08-22 19:32:11 +09:00 |
|
Makoto Kato
|
9d06ff2f05
|
Bug 901820 - Part 1. replace nsCRT::strdup with strdup. r=bsmedberg
|
2013-08-22 19:31:48 +09:00 |
|
Gabor Krizsanits
|
071ff6dbcc
|
Bug 886237 - Splitting up XPCComponents. r=bholley
|
2013-08-22 08:26:37 +02:00 |
|
Jon Coppeard
|
221b9c90d0
|
Bug 907147 - Add SkipRoot to stop rooting analysis poinsoning hash in getNewType() r=terrence
|
2013-08-21 09:58:25 +01:00 |
|
Ms2ger
|
44a5f9403c
|
Merge m-c to inbound.
|
2013-08-22 11:25:07 +02:00 |
|
Nicholas Cameron
|
d027b19178
|
Bug 907901. Remove NS_lround from rect.h. r=Bas
|
2013-08-22 21:10:35 +12:00 |
|
Nicholas Cameron
|
631d9fe3c8
|
Bug 902330. Reftest for partially transparent layer. r=mattwoodrow
|
2013-08-22 21:10:35 +12:00 |
|
Nicholas Cameron
|
01b99f2af9
|
Bug 902929. Be explicit about re-attaching async video compositable hosts. r=nical
|
2013-08-21 13:28:53 +12:00 |
|
Nicholas Cameron
|
485fad14c4
|
Bug 902929. Assert that we don't have a compositable child for ImageBridgeClients. r=nical
|
2013-08-21 13:27:05 +12:00 |
|
Olli Pettay
|
6c054730c5
|
Bug 822096, make sure to not favor perf mode too long, r=roc
--HG--
extra : rebase_source : 79ae8ff0f2ad0b4d5ce07895efdcc316e0264fc4
|
2013-08-22 02:13:50 +03:00 |
|
Ms2ger
|
4af9d89266
|
Merge m-c to inbound
|
2013-08-22 10:38:48 +02:00 |
|
Ms2ger
|
707d12dbb2
|
Backout changesets 7e6fb33fdf22:c85332df4320 (bug 905017) for windows bustage.
|
2013-08-22 10:16:30 +02:00 |
|
Nicholas Nethercote
|
27d4a3235f
|
Bug 905017 (part 3) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
--HG--
extra : rebase_source : 8322f1c96b95685912375484172d47f53107947f
|
2013-08-19 23:45:26 -07:00 |
|
Nicholas Nethercote
|
6b42324e2b
|
Bug 905017 (part 2) - Move structured clone stuff from jsapi.{h,cpp} and jsclone.{h,cpp} to js/StructuredClone.{h,cpp}. r=billm.
--HG--
rename : js/src/jsclone.cpp => js/src/vm/StructuredClone.cpp
extra : rebase_source : ecce9699ddb45535aa94d5e3add901f5a8620c46
|
2013-08-19 23:43:47 -07:00 |
|
Neil Rashbrook
|
87d75aa6b1
|
Bug 907904 Fix string correctness issues r=bsmith
|
2013-08-22 08:38:57 +01:00 |
|
Jan Beich
|
66c4b90185
|
Bug 907837 - Don't include SPS headers directly. r=nrc
|
2013-08-22 19:11:51 +12:00 |
|
Jan Beich
|
de6b591a26
|
Bug 907837 - Fix IWYU false positive to unbreak non-SPS build. r=nrc
|
2013-08-22 19:11:47 +12:00 |
|
Ms2ger
|
e4ee33fca0
|
Backout changeset b43d38c5c456 for build bustage.
|
2013-08-22 09:00:37 +02:00 |
|
Francesco Lodolo
|
3eb1e3b5f9
|
Bug 906318 - Work - Move productization (p12n) options into a separate region.properties file, r=mbrubeck, f=pike
|
2013-08-19 14:43:13 -07:00 |
|
Paolo Amadini
|
a399e8b09f
|
Bug 847863 - Part 8 of 8 - Use the JavaScript API instead of nsIDownloadManager as the back-end for the panel. r=enn
|
2013-08-19 23:39:14 +02:00 |
|
Paolo Amadini
|
567ba3dd14
|
Bug 847863 - Part 7 of 8 - Convert Downloads Panel tests. r=enn
|
2013-08-19 23:39:14 +02:00 |
|
Neil Deakin
|
a6ae2e139b
|
Bug 847863 - Part 6 of 8 - Convert tests for clearing recent history. r=paolo
|
2013-08-19 23:39:14 +02:00 |
|
Olli Pettay
|
36eeda0bef
|
Bug 906684, make sure to access the right EventTargetChainItem when forwarding events to chrome, r=jst
--HG--
extra : rebase_source : afb2b457c422585e85d7abccfd76f0b6f85315a4
|
2013-08-20 00:12:56 +03:00 |
|
Ryan VanderMeulen
|
4d19bf18c0
|
Merge b2g-inbound to m-c on a CLOSED TREE.
|
2013-08-19 17:02:28 -04:00 |
|
Andrew McCreight
|
7d570ca8f9
|
Bug 614238 - Dynamically check that classes QI to their own participant. r=smaug
|
2013-08-19 13:49:58 -07:00 |
|
Benjamin Peterson
|
89a4d1c167
|
Bug 896264 - Disable Math.hypot until spec settles down. r=jorendorff
|
2013-08-21 15:08:51 -05:00 |
|
Stephen Pohl
|
6091137378
|
Bug 904561: Restrict the growing of overlay scrollbars on hover to OSX 10.8 and above. r=smichaud
|
2013-08-21 15:44:17 -04:00 |
|
Tom Schuster
|
c4a7289b9f
|
Bug 902013 - Only enable CPOWs on desktop with browser.tabs.remote. r=dvander
|
2013-08-21 13:24:53 -04:00 |
|
Tom Schuster
|
c17df4f2ce
|
Bug 895957 - Implement a workaround for goDoCommand in e10s. r=neil
|
2013-08-21 13:24:53 -04:00 |
|
Eitan Isaacson
|
a7011bca77
|
Bug 858529 - Add nsISpeechTask.SendAudioNative. r=smaug
|
2013-08-21 12:39:27 -07:00 |
|
Till Schneidereit
|
c0ed220ec8
|
Bug 907201 - Enable activating TI and IonMonkey for chrome scripts via about:config. r=jandem
--HG--
extra : rebase_source : ee45b0108b4516cff12ecc91014cb566d432a4fa
|
2013-08-20 11:26:44 +02:00 |
|
Daniel Holbert
|
706bb34072
|
Bug 907547: Update nsCSSValue::BufferFromString documentation to indicate that it's infallible, and remove callers' unneeded null-checks. r=bz
|
2013-08-21 12:31:38 -07:00 |
|
Daniel Holbert
|
e176529eae
|
Bug 907539: Use sizeof(PRUnichar) instead of magic number 2, when converting from bytes to wide-string-length in nsCheapString constructor. r=ehsan
|
2013-08-21 12:31:36 -07:00 |
|
Ehsan Akhgari
|
2a87c95927
|
Bug 904695 - #include fewer headers in nsContentUtils.h; r=jst
|
2013-08-21 15:28:26 -04:00 |
|
Martijn Wargers
|
3d65d093d0
|
Bug 907648 - test_bug379959.html and test_bug369814.html should use SpecialPowers. r=jmaher
|
2013-08-21 18:11:26 +02:00 |
|
Jon Coppeard
|
d971cf0a27
|
Bug 893184 - Don't attemmpt to get SharedScriptData* from a null code pointer. r=till
|
2013-08-21 15:25:53 -04:00 |
|
Lucas Rocha
|
0a8736dac7
|
Bug 905591 - Load URLs in PixelTest without requiring input injection (r=gbrown)
|
2013-08-19 21:33:49 +01:00 |
|
Lucas Rocha
|
776de3bdb7
|
Bug 905591 - Use Tabs.loadUrl() instead of Tabs.loadUrlInTab() in JavascriptTest (r=nalexander)
|
2013-08-19 21:33:49 +01:00 |
|
Lucas Rocha
|
3b9038601e
|
Bug 905591 - Rename BaseTest's loadUrl to inputAndLoadUrl (r=gbrown)
|
2013-08-19 21:33:49 +01:00 |
|
Irving Reid
|
338b662f1d
|
Bug 888753: Reschedule walker loop more often to avoid deadlocks with nested event loops; r=paolo
|
2013-08-19 15:55:20 -04:00 |
|
Dan Gohman
|
6fbf2016aa
|
Bug 906368 - IonMonkey: Define a proper CountPopulation32 function, and use it in place of manual code in RegisterSets.h. r=nbp
|
2013-08-19 12:32:22 -07:00 |
|