Commit Graph

149396 Commits

Author SHA1 Message Date
Andrea Marchesini
6369099e18 Bug 871445 - patch 10 - DataStore: indexedDB permissions, r=ehsan 2013-10-02 13:27:23 -04:00
Andrea Marchesini
263e781a73 Bug 871445 - patch 9 - DataStore: child<->parent communication, r=ehsan
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_oop.html
2013-10-02 13:27:15 -04:00
Andrea Marchesini
bc8f1080be Bug 871445 - patch 8 - DataStore: disabled by default, r=ehsan 2013-10-02 13:27:15 -04:00
Andrea Marchesini
4d450e5ef5 Bug 871445 - patch 7 - DataStore: WebIDL porting 2013-10-02 13:27:15 -04:00
Andrea Marchesini
ac69e16ef7 Bug 871445 - patch 6 - DataStore: getLength and arrays in get(), r=ehsan 2013-10-02 13:27:15 -04:00
Andrea Marchesini
2845199eca Bug 871445 - patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-10-02 13:27:15 -04:00
Andrea Marchesini
a04c521e92 Bug 871445 - patch 4 - DatAStore: permissions, owned/access, r=mounir, r=ehsan
--HG--
rename : dom/datastore/tests/file_app.template.webapp => dom/datastore/tests/file_app2.template.webapp
rename : dom/datastore/tests/test_revision.html => dom/datastore/tests/file_revision.html
2013-10-02 13:27:14 -04:00
Andrea Marchesini
7eb211cffd Bug 871445 - patch 3 - DataStore: getChanges + revisionID, r=ehsan, sr=mounir, r=bent 2013-10-02 13:27:11 -04:00
Andrea Marchesini
4d71a8646e Bug 871445 - patch 2 - DataStore: basic functions, r=mounir, r=bent 2013-10-02 13:27:09 -04:00
Andrea Marchesini
2991f9c136 Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 13:27:07 -04:00
Ed Morley
aa035592ec Backed out changeset 3986762b88a3 (bug 871445) for failures in test_app_install.html 2013-10-02 17:58:06 +01:00
Ed Morley
a0f800eae4 Backed out changeset 100f3ba430f9 (bug 871445) 2013-10-02 17:57:49 +01:00
Ed Morley
14f6b60dc5 Backed out changeset cab0ddcff382 (bug 871445) 2013-10-02 17:57:46 +01:00
Ed Morley
cae332eb58 Backed out changeset 0e76a4134db2 (bug 871445) 2013-10-02 17:57:43 +01:00
Ed Morley
bfb3a26639 Backed out changeset 325f389cb437 (bug 871445) 2013-10-02 17:57:40 +01:00
Ed Morley
dd4ab371e1 Backed out changeset 55bce2dae36a (bug 871445) 2013-10-02 17:57:37 +01:00
Ed Morley
2747c4a7c1 Backed out changeset 29a5ddc51453 (bug 871445) 2013-10-02 17:57:34 +01:00
Ed Morley
8d3a146bac Backed out changeset 0b73fe0f2b97 (bug 871445) 2013-10-02 17:57:31 +01:00
Ed Morley
c65d476b2d Backed out changeset eae1be292a21 (bug 871445) 2013-10-02 17:57:28 +01:00
Ed Morley
76c56051f1 Backed out changeset 2767ff221c92 (bug 871445) 2013-10-02 17:57:25 +01:00
Ed Morley
ec5700ed65 Backed out changeset b694df7e2faa (bug 871445) 2013-10-02 17:57:22 +01:00
Daniel Holbert
b66ae511bf Bug 923168: Add missing #include to widget/gtk/nsDragService.cpp, to fix bustage in local builds. (no review, because bustage and trivial) 2013-10-02 09:47:07 -07:00
Gregory Szorc
7a94daf2c0 Bug 923039 - Normalize unicode environment variables to bytes; r=mbrubeck 2013-10-02 18:40:06 +02:00
Scott Johnson
5b2d29977b Backout 6a5549d97d8d (bug 878935) for missing IID changes. 2013-10-02 11:36:44 -05:00
Adam Roach [:abr]
f0e0e0afcb Bug 921656 - Fix ICE state change handling and onicecandidate callback r=jib 2013-10-02 11:32:59 -05:00
Daniel Holbert
08c35098b9 (no bug) fix typo in nsGfxButtonControlFrame.cpp comment: s/nsHTMLButtonFrame/nsHTMLButtonControlFrame/
DONTBUILD
2013-10-02 09:04:09 -07:00
Andrea Marchesini
d18d451240 Bug 871445 - DataStore API - sync method, r=ehsan 2013-10-02 11:34:41 -04:00
Andrea Marchesini
7faee0e1e4 Bug 871445 - patch 10 - DataStore: indexedDB permissions, r=ehsan 2013-10-02 11:30:34 -04:00
Andrea Marchesini
d6bf9fce23 Bug 871445 - patch 9 - DataStore: child<->parent communication, r=ehsan
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_oop.html
2013-10-02 11:30:27 -04:00
Andrea Marchesini
b853f7b769 Bug 871445 - patch 8 - DataStore: disabled by default, r=ehsan 2013-10-02 11:30:27 -04:00
Andrea Marchesini
5b41735aeb Bug 871445 - patch 7 - DataStore: WebIDL porting 2013-10-02 11:30:27 -04:00
Andrea Marchesini
de02341250 Bug 871445 - patch 6 - DataStore: getLength and arrays in get(), r=ehsan 2013-10-02 11:30:27 -04:00
Andrea Marchesini
ad6635af6a Bug 871445 - patch 5 - DataStore: onchange, r=ehsan, r=bent 2013-10-02 11:30:26 -04:00
Andrea Marchesini
17ea41a797 Bug 871445 - patch 4 - DatAStore: permissions, owned/access, r=mounir, r=ehsan
--HG--
rename : dom/datastore/tests/file_app.template.webapp => dom/datastore/tests/file_app2.template.webapp
rename : dom/datastore/tests/test_revision.html => dom/datastore/tests/file_revision.html
2013-10-02 11:30:26 -04:00
Andrea Marchesini
181a26a4af Bug 871445 - patch 3 - DataStore: getChanges + revisionID, r=ehsan, sr=mounir, r=bent 2013-10-02 11:30:26 -04:00
Andrea Marchesini
5f39c0d0ce Bug 871445 - patch 2 - DataStore: basic functions, r=mounir, r=bent 2013-10-02 11:30:26 -04:00
Andrea Marchesini
c0a0100c6a Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 11:30:26 -04:00
Ed Morley
fee20361bd Backed out changeset dc8642fe6529 (bug 893309) for build failures 2013-10-02 15:59:07 +01:00
Ed Morley
48a00fd1fc Backed out changeset 74c696729302 (bug 918940) 2013-10-02 15:58:50 +01:00
Ed Morley
9d49d5b0e6 Backed out changeset 9ee3b91945ce (bug 918940) 2013-10-02 15:58:47 +01:00
Mike Hommey
6afff1c65c Bug 923060 - XPIDL_SOURCES impacts the libs tier; r=gps 2013-10-02 22:04:08 +09:00
Andrew Quartey
87bb620d84 Bug 918940 - Part b: Implement setRangeText for HTMLTextAreaElement. r=ehsan 2013-10-02 10:30:29 -04:00
Andrew Quartey
aeba023912 Bug 918940 - Part a: Make HTMLInputElement::SetSelectionRange fire select event asynchronously per spec. r=ehsan 2013-10-02 10:30:29 -04:00
Andrew Quartey
3271f2b840 Bug 893309 - Implement TrackEvent. r=cpearce 2013-10-02 10:30:29 -04:00
Mike Shal
b3030c3bb0 Bug 920915 - Use correct manifest dependencies; r=gps 2013-09-26 15:27:17 -04:00
Brian Hackett
e277c7a67e Bug 922283 - Remove the self hosted class mechanism, r=shu. 2013-10-02 08:16:04 -06:00
Gregory Szorc
7733e44df4 NO BUG - Document more about slow builds
DONTBUILD (NPOTB)
2013-10-02 15:39:19 +02:00
Jan Varga
44b5ad85cf Bug 922837 - In IndexedDatabaseManager.cpp:235: Assertion failure: js::GetObjectClass(aGlobal)->flags & (1<<7) (Not a global object!). r=bholley 2013-10-02 15:34:58 +02:00
Victor Porof
1206bb4769 No bug - Remove a debugging leftover added in changeset 2260a05fdb35 for fixing a 'browser_dbg_variables-view-accessibility.js' orange, r=me 2013-10-02 16:14:18 +03:00
Ehsan Akhgari
4c37a6c970 Bug 922664 - Build omx-plugin in C++11 mode, and also stop supporting the update scripts for the omx-plugin Android headers; r=doublec 2013-10-02 07:40:55 -04:00