Commit Graph

20696 Commits

Author SHA1 Message Date
Bevis Tseng
64c98afa25 Bug 974820 - Part 3: Test case to verify Storage Full Error Code. r=vyang 2014-02-26 10:55:47 +08:00
Bevis Tseng
07ae6b7a7c Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang 2014-02-20 12:21:11 +08:00
Bevis Tseng
945c0c13b7 Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang 2014-02-20 12:17:47 +08:00
Yuan Xulei
d80c39d240 Bug 910412 - Test for checking filesystem API permissions. r=dhylands 2014-03-05 11:23:42 +08:00
Yuan Xulei
03665f1ce0 Bug 910412 - Filesystem API permission request and checks. r=dhylands 2014-03-05 11:24:19 +08:00
Yuan Xulei
1d5dcbf295 Bug 910412 - Basic tests for filesystem API. r=dhylands 2014-03-05 11:24:53 +08:00
Yuan Xulei
260442ce9a Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug 2014-03-05 11:25:40 +08:00
Yuan Xulei
51a5ebf8e6 Bug 910412 - WebIDL and DOM binding for filesystem API. r=baku, r=smaug, f=dhylands, f=jonas 2014-03-05 11:26:39 +08:00
Carsten "Tomcat" Book
bcc4f80b2c Merge mozilla-central to b2g-inbound 2014-03-05 13:47:31 +01:00
Carsten "Tomcat" Book
2b75afa842 merge b2g-inbound to mozilla-central 2014-03-05 13:24:51 +01:00
Carsten "Tomcat" Book
4124791bb3 merge mozilla-inbound to mozilla-central 2014-03-05 13:04:39 +01:00
Eric Chou
fbb9be6ba1 Bug 976883 - Handle unknown property sent from bt stack properly, f=btian, r=shuang 2014-03-05 15:50:54 +08:00
L. David Baron
af015e471f Bug 621618 patch 4: Make conditions in Element::RemoveFromIdTable match those in AddToIdTable, to avoid asymmetric calls to the document's functions. r=bzbarsky 2014-03-04 20:13:20 -08:00
L. David Baron
c756924cf8 Bug 976777: Truncate long source lines in script errors before sending them to the parent process. r=bent
This fixes an out-of-memory foreground-tab crash that I could reliably
reproduce on a 256MB Firefox OS phone, and I think also significantly
reduces the number of background tabs I'm seeing killed due to low
memory.
2014-03-04 20:13:19 -08:00
L. David Baron
a63ef45bd2 Fix merge error between bug 872273 (changeset 46df3fd9b0dc) and bug 946065 (changeset 243259fda9ab) and move this test to the directory where it's listed in mochitest.ini so it will actually be run. No review.
Bug 979640 is filed on making this mistake harder.

--HG--
rename : content/xbl/test/test_bug872273.xhtml => dom/xbl/test/test_bug872273.xhtml
2014-03-04 20:13:19 -08:00
Andrea Marchesini
f9cfcef2a3 Bug 966054 - MessagePort should use StructuredCloneBuffer as internal member, r=smaug 2014-03-05 03:28:20 +00:00
Andrea Marchesini
f247026039 Bug 979109 - termination string check in Console.cpp, r=smaug 2014-03-05 03:22:32 +00:00
Jed Davis
6a4c4691a0 Bug 946407 - Reimplement DumpMemoryInfoToTempDir in terms of GetReports. r=njn
This winds up exposing things in the nsIMemoryReporterManager interface
that arguably don't belong at that level of abstraction -- "minimize
memory usage first" and DMD -- in order to take advantage of the
infrastructure that GetReports already has for managing the child
processes.
2014-03-04 18:27:13 -08:00
Ryan VanderMeulen
291eff6624 Merge m-c to fx-team. 2014-03-04 17:24:28 -05:00
Ryan VanderMeulen
f8b176e5a0 Merge inbound to m-c. 2014-03-04 17:12:58 -05:00
Nils Ohlmeier [:drno]
da10c6e2c0 Bug 976182 - Handle initial ICE connection state failed in tests properly. r=bwc 2014-03-04 13:51:37 -05:00
Eitan Isaacson
b215619269 Bug 978075 - Screen reader turn on and off announce. r=yzen
This patch does several other things:
 1. When a PrefCache with no default setting available is created, or cleared, set value to null.
 2. Removed weird margin change in announce box.
 3. Add announce method to speech presenter.
 4. Don't start and stop AccessFu implicitly in AccessFuTest.
 5. Change tests to two start/stop pairs where in one pair we activate via pref, and
     the other one via settings (TODO).
2014-03-04 10:10:38 -08:00
Bobby Holley
c96d59f157 Bug 916644 - Disable invoking WebIDL constructors without |new| unless you have the system principal. r=bz 2014-03-04 10:05:08 -08:00
Bobby Holley
f8b76527a8 Bug 977340 - Clean up cx usage in Promises. r=bz
None of these are hazards, because we already make sure to push the JSContext
in the cases where we do anything meaningful in JSAPI. But the current setup
trips the new assertions, and is ugly to boot. Let's fix it.
2014-03-04 10:05:08 -08:00
Bobby Holley
f25679417d Bug 976938 - Add a way to identify the Xray parent (if any) of a given function. r=bz 2014-03-04 10:05:07 -08:00
Andrew McCreight
f69705804f Bug 978468 - Add some MOZ_FINAL to XBL. r=mrbkap 2014-03-04 09:49:39 -08:00
Benjamin Smedberg
fc175da9d1 Bug 778866 - Abort from the I/O thread on abnormal shutdown of a plugin-process, in case the main thread is wedged and the Firefox process has already been killed, r=cjones 2014-03-04 12:17:01 -05:00
David Keeler
06559f1667 bug 978797 - stop classifying SEC_ERROR_INADEQUATE_KEY_USAGE as a "bad cert" error r=briansmith 2014-03-03 15:39:07 -08:00
Ehsan Akhgari
f4686ac699 Bug 976258 - Undo the damage of including windows.h in IPCMessageUtils.h; r=bent 2014-03-03 21:35:51 -05:00
Matthew Gregan
87855800ef Bug 962353 - Remove totalFrameDelay from VideoPlaybackQuality. r=chris.double
It's not implemented by other vendors and marked as "at risk" in the spec.
Easy to add back if there's real demand/a concrete spec.
2014-03-04 15:31:57 +13:00
Jed Davis
0b003a2507 Bug 974540 - Fix nsMemoryReporterManager child count for Nuwa. r=khuey 2014-03-03 17:27:03 -05:00
Ryan VanderMeulen
2a78057cf2 Merge m-c to inbound. 2014-03-03 17:23:35 -05:00
Ryan VanderMeulen
ea7db637cd Merge inbound to m-c. 2014-03-03 17:00:34 -05:00
Ed Morley
7f8860f5ca Merge mozilla-central and b2g-inbound 2014-03-03 16:59:32 +00:00
Ed Morley
19a755d4e4 Merge mozilla-central and inbound 2014-03-03 16:59:25 +00:00
Ed Morley
7d716105c8 Backed out changeset 508848ad378a (bug 939562) for causing bug 978450 2014-03-03 16:54:26 +00:00
Bobby Holley
b627ef0672 Bug 975419 - Trace the Incumbent Global from a CallbackObject (but check it too, just to be safe). r=bz,mccr8 2014-03-03 08:53:42 -08:00
Ryan VanderMeulen
7cbcc3884c Backed out changeset 9024f38e3809 (bug 843666) for bustage. 2014-03-03 11:21:10 -05:00
Jeff Gilbert
8a9841d194 Bug 843666 - Implement color-buffer-(half-)float for WebGL. r=kamidphish 2014-03-03 10:36:52 -05:00
Ed Morley
e1af01a9ec Merge latest green fx-team changeset and mozilla-central 2014-03-03 14:48:02 +00:00
Ed Morley
a96a5e92b0 Merge latest green b2g-inbound changeset and mozilla-central 2014-03-03 14:45:43 +00:00
Tim Taubert
635ab0055a Bug 978540 - Follow-up to explicitly discard unused return value r=bustage 2014-03-03 10:05:13 +01:00
Andrea Marchesini
244377af1c Bug 979199 - DataStore should not dispatch events when the window is destroyed, r=ehsan 2014-03-04 16:24:32 +00:00
William Chen
85c733191c Bug 978398 - Rename custom element callbacks from enteredView/leftView to attached/detached. r=mrbkap 2014-02-28 17:45:31 -08:00
Brian Hackett
7a696c0737 Bug 978562 - Remove redundant assignment to {TypedArray}.length, r=gsvelto. 2014-03-03 14:51:53 -07:00
Alan Huang
dbb6bb4e64 Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands 2014-03-04 19:24:19 +08:00
Carsten "Tomcat" Book
af75e007d4 Merge mozilla-central to b2g-inbound 2014-03-04 15:12:22 +01:00
Vivien Nicolas
b7f7e7b34c Bug 978544 - Ignore events targetting a nsIMozBrowserFrame in BrowserElementPanning.js. r=fabrice 2014-03-04 09:53:16 +01:00
Makoto Kato
ba3a895ec9 Bug 968647 - Part 1. Add position change notification for IME. r=roc 2014-02-28 16:45:01 +09:00
Makoto Kato
cf57cff4a8 Backed out changeset d06ee3f1e9a3 (bug 968647) 2014-03-03 11:53:43 +09:00