Commit Graph

22782 Commits

Author SHA1 Message Date
Nathan Froyd
6c50f755ed 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
3f5b3dd046 Merge mozilla-central to mozilla-inbound 2014-01-22 14:37:23 +01:00
Carsten "Tomcat" Book
23879c668c merge b2g-inbound to mozilla-central 2014-01-22 13:59:54 +01:00
Gina Yeh
f386355248 Bug 952907 - Patch 1: Use WebIDL codegen to implement Bluetooth events, r=smaug 2014-01-22 14:26:29 +08:00
Wes Kocher
9a43f7ee39 Merge b2g-inbound to m-c 2014-01-21 17:23:48 -08:00
Jon Coppeard
5518bdc828 Bug 959787 - Handlify has property APIs r=terrence r=bz 2014-01-22 11:28:06 +00:00
Jon Coppeard
d10337280e Bug 959787 - Handlify JS_Delete* APIs r=sfink 2014-01-22 11:28:06 +00:00
Andrea Marchesini
bb2f046496 Bug 961785 - DataStoreChangeNotification should not check the appStatus when the client is shutting down, r=ehsan 2014-01-22 10:19:23 +00:00
Myk Melez
dbf68bfc13 Bug 953328 - followup nit fixes to change that makes about:apps work with synthetic APKs; r=wesj, fabrice 2014-01-22 01:02:47 -08:00
Myk Melez
f7b1d7cea4 Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Boris Zbarsky
2b891c0ee4 Bug 961204 followup to address review comment. r=bholley 2014-01-21 22:10:11 -05:00
Boris Zbarsky
787877e0b4 Bug 961208 part 2. Change the WebIDL DoNewResolve hook signature to take a JSPropertyDescriptor. r=bholley 2014-01-21 22:08:51 -05:00
Boris Zbarsky
96d02efb92 Bug 961208 part 1. When doing a DoNewResolve for Xrays, pass the Xray, not the underlying object, to DoNewResolve, in case people want to do permissions checks on the object. r=bholley 2014-01-21 22:08:49 -05:00
Boris Zbarsky
261d27931e Bug 961204. Remove the my_context bits from nsWindowSH::NewResolve and just use the passed-in cx for everything. r=bholley 2014-01-21 22:08:47 -05:00
Peiyong Lin
19a0624476 Bug 950246 - Correct nsDOMWindowUtils::StopFrameTimeRecording() alloc to sizeof(float). r=jdm 2014-01-21 15:51:18 -05:00
Ryan VanderMeulen
33db50dc56 Merge m-c to inbound. 2014-01-21 15:20:25 -05:00
Ryan VanderMeulen
ef76a2b3ff Merge fx-team to m-c. 2014-01-21 15:18:30 -05:00
Sotaro Ikeda
4d758c0459 Bug 961405 - Change GraphicBufferLocked as to use AtomicRefCountedWithFinalize. r=nical, r=pchang, r=doublec, r=mikeh 2014-01-21 13:53:48 -05:00
Nathan Froyd
f5eb413a24 Bug 961808 - delete dead imports from BrowserElement{Child,Panning}.js; r=fabrice 2014-01-20 11:33:34 -05:00
Albert Crespell
dffefcdf98 Bug 961007 - Data mobile usage is not counted. r=chucklee 2014-01-19 10:03:24 +01:00
Nathan Froyd
1275a120ae Bug 961733 - delete dead observe topic case in BrowserElementParent.js; r=fabrice 2014-01-17 16:10:34 -05:00
Nathan Froyd
536c10929f Bug 961793 - don't register weak observers in BrowserElementChildPreload.js; r=fabrice 2014-01-17 15:41:28 -05:00
David Rajchenbach-Teller
a778a5c39c Bug 951838 - Add OS.Constants.Path.libSqlite3. r=khuey 2014-01-21 11:29:29 -05:00
Bevis Tseng
489e6eee41 Bug 960741 - Messages app fails to upgrade database (JS exception in upgradeSchema14) after updating from 1.2 to 1.3. r=gene 2014-01-17 13:41:31 +08:00
Phil Ringnalda
27963a40d2 Merge m-c to m-i 2014-01-20 18:46:36 -08:00
Phil Ringnalda
88b2fccf3f Merge m-i to m-c 2014-01-20 18:39:03 -08:00
Nathan Froyd
23c2d4fb30 Bug 961841 - use Services.obs for the observer service in BrowserElementPanning.js; r=smaug 2014-01-20 16:04:24 -05:00
David Zbarsky
d5aee5db72 Bug 952977: Convert CreateMatrix to gfx::Matrix r=nical 2014-01-20 16:52:04 -05:00
Phil Ringnalda
ef2f36b2e4 Merge m-c to b-i 2014-01-20 11:12:49 -08:00
Carsten "Tomcat" Book
3c62a7c304 merge mozilla-inbound to mozilla-central 2014-01-20 15:34:26 +01:00
Robert Longson
fd731b4580 Bug 931013 - Try to fix intermittent failure of smil/crashtests/690994-1.svg. r=birtles 2014-01-20 10:51:06 +00:00
Carsten "Tomcat" Book
fb8b0f6a21 merge b2-inbound to mozilla-central 2014-01-20 10:41:00 +01:00
Ms2ger
2320cf3218 Merge central to inbound. 2014-01-20 09:36:09 +01:00
Ms2ger
e40b6f8313 Bug 956862 - Move some mochitests to manifests; r=mshal 2014-01-20 08:58:27 +01:00
Ms2ger
4f1e9b830b Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
Ms2ger
5463f5d483 Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger
47fc8d091f Bug 953425 - Part a: Store bools directly in MetadataParameters; r=janv 2014-01-20 08:58:24 +01:00
Ms2ger
4b96745752 Bug 924160 - Part b: Use mochitest manifests for the expected failures in dom/imptests; r=gps 2014-01-20 08:58:24 +01:00
Josh Aas
073772a710 Remove dead code. No bug. r=me 2014-01-19 23:11:14 -06:00
Josh Aas
4ee46cac40 Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
Ryan VanderMeulen
fdae3860b4 Merge b2g-inbound to m-c. 2014-01-19 15:40:48 -05:00
Olli Pettay
9ba15f226b Bug 936604, null check event handler in event listener service, r=bz 2014-01-18 19:50:08 +02:00
Jamin Liu
9e0c783bfd Bug 953045 - Fix a bug of bluetooth AVRCP to support media metadata updating correctly. f=shuang, r=echou 2014-01-17 18:15:37 +08:00
Patrick Wang(Chih-Kai Wang)
7ce0627cb0 Bug 960641: Queue browser API calls before remote frame is shown. r=fabrice 2014-01-16 03:05:00 +08:00
Gene Lian
4074685562 Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly (test case). r=vicamo a=v1.3+ 2014-01-20 19:49:59 +08:00
Gene Lian
ec4a44fadb Bug 948399 - [Messages] Subject. A subject containing special characters sent in a message is not received correctly. r=vicamo a=v1.3+ 2014-01-16 16:32:07 +08:00
Jim Chen
9305d633e9 Bug 959237 - Define GetVM, GetJNIEnv, and GetJNIForThread as infallible; r=blassey
Currently when either of these methods fail, we log something and rely on the calling code to null check. Since these failures are serious and likely unrecoverable, it's better to define these methods as infallible and just crash if they do fail.
2014-01-17 23:32:24 -06:00
Siddartha Pothapragada
4b4040f3cf Bug 948870 - Remove App target info from the registered list when the application is killed. r=allstars.chh 2014-01-14 17:43:21 -08:00
Ryan VanderMeulen
b75c40bb3e Merge m-c to b2g-inbound. 2014-01-17 15:30:54 -05:00
Ryan VanderMeulen
b989384c30 Merge b2g-inbound to m-c. 2014-01-17 15:04:32 -05:00