Andrea Marchesini
|
0991ae3875
|
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
|
2014-02-03 16:48:38 +00:00 |
|
Andrew McCreight
|
8d7a3da3fe
|
Bug 965916 - Do an extra GC on memory pressure if it would be productive. r=smaug
|
2014-02-03 07:31:11 -08:00 |
|
Jon Coppeard
|
50e1f34d5a
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Blake Kaplan
|
e0715678fc
|
Bug 966498 - Get rid of unnecessary reinterpret_casts and avoid some unnecessary work. r=bzbarsky
--HG--
extra : rebase_source : 2a4af4e36ab5b3248fe9b45e597ae23a8fad62b3
|
2014-01-31 15:03:09 -08:00 |
|
Blake Kaplan
|
ddb3014feb
|
Bug 966498 - Refactor nsGlobalWindow::Alert and nsGlobalWindow::Confirm to not be exactly the same. r=bzbarsky
--HG--
extra : rebase_source : 03c77843bc6693d5d56d106ea58f5f921038be3e
|
2014-01-31 15:02:56 -08:00 |
|
Nathan Froyd
|
93c963cf39
|
Bug 965634 - move nsString construction out of mozilla::dom::Register for a codesize win; r=bz
|
2014-01-30 14:53:49 -05:00 |
|
Carsten "Tomcat" Book
|
2a6caad1f0
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
20b4926e22
|
Bug 965904 - Fix some rooting hazards in the browser r=terrence
|
2014-01-31 09:56:40 +00:00 |
|
Jon Coppeard
|
858370c616
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Andrea Marchesini
|
d9a41bf529
|
Bug 965751 - Deprecate ObjectWrapper.jsm, r=bholley, f=fabrice
|
2014-01-30 11:39:46 -08:00 |
|
Andrea Marchesini
|
7184ae68ee
|
Bug 964293 - Implement Cu.cloneInto() method, r=bholley
|
2014-01-30 04:45:48 -08:00 |
|
Masatoshi Kimura
|
b2599eeeaf
|
Bug 964964 - Remove window.pkcs11. r=bz
|
2014-01-30 20:00:01 +09:00 |
|
Boris Zbarsky
|
c1480f74ad
|
Bug 945416 part 5. Implement nsGlobalWindow::GetOwnPropertyNames and flag the interface as NeedNewResolve. r=peterv
|
2014-01-29 22:33:27 -08:00 |
|
Boris Zbarsky
|
78f22014c4
|
Bug 945416 part 4. Introduce a DoNewResolve method on nsGlobalWindow and call it from nsWindowSH::NewResolve. r=peterv
|
2014-01-29 22:33:25 -08:00 |
|
Boris Zbarsky
|
3ecc0d422f
|
Bug 945416 part 3. Make GlobalResolve fill in a JSPropertyDescriptor that nsWindowSH::NewResolve then uses to actually define the property. r=bholley,peterv
|
2014-01-29 22:33:23 -08:00 |
|
Boris Zbarsky
|
2cc31b028d
|
Bug 945416 part 2. When invoking a DoNewResolve hook on an Xray, make sure to first invoke it on the underlying object. r=bholley,peterv
|
2014-01-29 22:33:22 -08:00 |
|
Boris Zbarsky
|
b95def137b
|
Bug 945416 part 1. Move the Components shim into GlobalResolve. r=bholley
|
2014-01-29 22:33:20 -08:00 |
|
Boris Zbarsky
|
21d37593cc
|
Bug 962290. Remove support for the JavaScript-global-dynamic-nameset category as a way to install lazy properties on the global. r=peterv
|
2014-01-29 22:33:10 -08:00 |
|
Boris Zbarsky
|
c6f7471ec5
|
Bug 964891. Don't put up a slow script dialog for no-longer-current inners. Just kill the script instead. r=smaug
|
2014-01-29 22:32:57 -08:00 |
|
Eric Faust
|
2ae17ed581
|
Bug 924720 - Part 8: Remove BaseProxyHandler::isOuterWindow(). (r=bholley)
|
2014-01-29 17:20:16 -08:00 |
|
Eric Faust
|
c41d46714f
|
Bug 924720 - Part 7: Move and rename OuterWindowProxyObject::class_. (r=bholley)
|
2014-01-29 17:20:16 -08:00 |
|
Terrence Cole
|
2e7acf2929
|
Bug 963738 - Fix some false positives in the Array analysis; r=jonco
|
2014-01-28 12:05:35 -08:00 |
|
Nick Lebedev
|
a6d41db5bd
|
Bug 822898. Add maxTouchPoints attribute to navigator. r=romaxa,smaug
--HG--
extra : rebase_source : e3f84cb38ee2a0c75bf775027c8a59e4f9e64908
|
2014-01-28 08:09:34 -08:00 |
|
Ed Morley
|
54d76ad687
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2014-01-29 10:33:43 +00:00 |
|
Olli Pettay
|
11135ed6c2
|
Bug 959585, clear capturing content before entering modal state, r=mrbkap, f=enn
--HG--
extra : rebase_source : 31d6fa26fbabd6cdded638fa24d946f9f9d97a13
|
2014-01-28 09:15:47 -08:00 |
|
ISHIKAWA, Chiaki
|
9af64fcc37
|
Bug 963544 - Do not use NS_ENSURE_TRUE() in a few places and instead expand it to reduce WARNING messages. r=khuey
|
2014-01-27 15:40:50 -05:00 |
|
Henry Chang
|
c0e64a6d2c
|
Bug 811635 - Part 2: Implementation of WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang
|
2014-01-27 15:48:10 +08:00 |
|
Ehsan Akhgari
|
275064aea3
|
Bug 964061 - Part 2: Remove nsIDOMCRMFObject; r=bzbarsky
--HG--
extra : rebase_source : 888e33d68bdcd6e03b56f75036ea00142831961d
|
2014-01-27 08:27:06 -08:00 |
|
Ehsan Akhgari
|
39c2869469
|
Bug 964061 - Part 1: Convert CRMFObject to WebIDL bindings; r=bzbarsky
--HG--
extra : rebase_source : 39a2b35df50cdd42624fb0e7a14383e8d40cea4b
|
2014-01-27 08:27:04 -08:00 |
|
David Zbarsky
|
44eeb608e1
|
Bug 952977: Convert GetTransform to gfx::Matrix4x4 r=nical
|
2014-01-27 10:28:47 -05:00 |
|
Andrea Marchesini
|
994bd1f6f9
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
|
Phil Ringnalda
|
8f94344945
|
Merge b-i to m-c
|
2014-01-25 19:58:13 -08:00 |
|
Vivien Nicolas
|
2d11763be6
|
Bug 963553 - Prevent IndexedDBHelper.jsm to throw an error if there is no callbacks. r=anygregor
|
2014-01-25 16:13:04 +01:00 |
|
Ghislain 'Aus' Lacroix
|
dd08be1bd2
|
Bug 957592. Expose download API properties based on permission. r=bz
|
2014-01-24 11:53:05 -08:00 |
|
Carsten "Tomcat" Book
|
7dfe20e2c1
|
Backed out changeset 691a1d12372a (bug 620935) for m13 perma orange on a CLOSED TREE
|
2014-01-24 15:14:17 +01:00 |
|
Jon Coppeard
|
b944c22698
|
Bug 959787 - Handlify JS_Lookup* APIs r=sfink r=bz
|
2014-01-24 14:03:56 +00:00 |
|
Andrea Marchesini
|
e4b52dd2a3
|
Bug 957893 - RequireWakeLock should not crash when the param is an empty string, r=ehsan
|
2014-01-24 09:40:40 +00:00 |
|
Andrea Marchesini
|
abf4ee0f2e
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-24 08:55:59 +00:00 |
|
Nikhil Marathe
|
03ce85caaf
|
Bug 939332 - Implement Promise.all, Promise.cast, Promise.race. r=bz
--HG--
extra : rebase_source : 72c1a87a6352005765442ea8903cfa16da8608fd
extra : amend_source : 71b6af7c8446cd501bc337d50a345f24814f20db
|
2013-11-19 13:53:00 -08:00 |
|
Ryan VanderMeulen
|
cfa34a1a14
|
Backed out changesets fbc3bb6c002f and 3da2b2a2899b (bug 620935) for debug B2G mochitest-13 crashes.
|
2014-01-23 10:09:10 -05:00 |
|
Andrea Marchesini
|
21fbd9fcfe
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-23 09:25:41 +00:00 |
|
Bobby Holley
|
d2ed53a852
|
Bug 957688 - Remove nsIScriptSecurityManager::CheckPropertyAccess. r=mrbkap
|
2014-01-24 16:08:26 -08:00 |
|
Bobby Holley
|
094cd93292
|
Bug 957688 - Kill off checkAccess. r=mrbkap
|
2014-01-24 16:08:26 -08:00 |
|
Bobby Holley
|
fac9fbd739
|
Bug 957688 - Remove checkAccess nsIXPCScriptable hook. r=mrbkap
|
2014-01-24 16:08:25 -08:00 |
|
Nathan Froyd
|
79807e3f70
|
Bug 962600 - don't spam error messages about DOM storage failing to create keys; r=bz
|
2013-12-06 12:48:21 -05:00 |
|
Carsten "Tomcat" Book
|
9a02f4280b
|
Merge mozilla-central to mozilla-inbound
|
2014-01-22 14:37:23 +01:00 |
|
Carsten "Tomcat" Book
|
95ba54861b
|
merge b2g-inbound to mozilla-central
|
2014-01-22 13:59:54 +01:00 |
|
Gina Yeh
|
a3eb2efd58
|
Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug
|
2014-01-22 14:26:29 +08:00 |
|
Jon Coppeard
|
636ac5c203
|
Bug 959787 - Handlify JS_Delete* APIs r=sfink
|
2014-01-22 11:28:06 +00:00 |
|
Boris Zbarsky
|
6f5cd91b9a
|
Bug 961204 followup to address review comment. r=bholley
|
2014-01-21 22:10:11 -05:00 |
|