Masayuki Nakano
|
bc30e324ae
|
Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug
|
2014-03-04 22:48:28 +09:00 |
|
Masayuki Nakano
|
452e87c792
|
Bug 974318 part.1 Add WidgetTextEvent::mRanges which is an array class of TextRange r=smaug
|
2014-03-04 22:48:26 +09:00 |
|
Andrea Marchesini
|
893a19e4bb
|
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
|
2014-02-03 16:48:38 +00:00 |
|
Ed Morley
|
554b2aaf5b
|
Backed out changeset 508848ad378a (bug 939562) for causing bug 978450
|
2014-03-03 16:54:26 +00:00 |
|
Andrea Marchesini
|
0a23a01816
|
Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug
|
2014-03-03 00:20:34 +00:00 |
|
Jan de Mooij
|
25a5a4b3eb
|
Bug 939562 part 3 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
--HG--
extra : rebase_source : e25c6f5f381a972c472fb8a845c737fb31617682
|
2014-02-26 10:25:36 +01:00 |
|
Masayuki Nakano
|
779efe1c1a
|
Bug 975688 part.26 Rename nsDOMUIEvent to mozilla::dom::UIEvent r=smaug
--HG--
rename : dom/events/nsDOMUIEvent.cpp => dom/events/UIEvent.cpp
rename : dom/events/nsDOMUIEvent.h => dom/events/UIEvent.h
|
2014-02-28 23:58:43 +09:00 |
|
Masayuki Nakano
|
51a7c631e3
|
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
|
2014-02-28 23:58:42 +09:00 |
|
Boris Zbarsky
|
7400b09228
|
Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.
|
2014-02-28 09:09:11 -05:00 |
|
Boris Zbarsky
|
c9c7c6fdcc
|
Bug 952596. HasActiveDocument should just clearly assert that it's only called on inner windows. r=smaug
|
2014-02-28 08:57:14 -05:00 |
|
Boris Zbarsky
|
6ba0d2c459
|
Bug 952890 part 2. Remove the IsArrayLike method, since it no longer matches any spec concept. r=peterv
|
2014-02-14 10:46:09 -05:00 |
|
Andrea Marchesini
|
08f060ed27
|
Bug 965860 - patch 7 - Console API in workers, r=khuey
|
2014-02-27 23:39:30 +00:00 |
|
Andrea Marchesini
|
282559d491
|
Bug 965860 - patch 6 - Console.count(), r=khuey
|
2014-02-27 23:39:24 +00:00 |
|
Andrea Marchesini
|
3ef902f559
|
Bug 965860 - patch 5 - Console inner-window-destroyed observer, r=khuey
|
2014-02-27 23:39:17 +00:00 |
|
Andrea Marchesini
|
5d4853fca9
|
Bug 965860 - patch 4 - Console format string, r=khuey
|
2014-02-27 23:39:12 +00:00 |
|
Andrea Marchesini
|
1574c2db74
|
Bug 965860 - patch 3 - Console replacable in IDL, r=bz
|
2014-02-27 23:39:06 +00:00 |
|
Andrea Marchesini
|
004b2f741b
|
Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz
|
2014-02-27 23:39:00 +00:00 |
|
Andrea Marchesini
|
ed28ed334a
|
Bug 965860 - patch 1 - Convert ConsoleAPIStorage in a Service, r=msucan, r=khuey
--HG--
rename : dom/base/ConsoleAPIStorage.jsm => dom/base/ConsoleAPIStorage.js
|
2014-02-27 23:38:54 +00:00 |
|
Andrew McCreight
|
c479f2a541
|
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
|
2014-02-27 10:04:09 -08:00 |
|
Peter Van der Beken
|
fa5238349a
|
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
|
2013-07-09 13:54:21 -04:00 |
|
Masayuki Nakano
|
8eb5615b8a
|
Bug 975688 part.15 Rename nsDOMMouseEvent to mozilla::dom::MouseEvent r=smaug
--HG--
rename : dom/events/nsDOMMouseEvent.cpp => dom/events/MouseEvent.cpp
rename : dom/events/nsDOMMouseEvent.h => dom/events/MouseEvent.h
|
2014-02-27 19:51:15 +09:00 |
|
Peter Van der Beken
|
f6d0b34d5b
|
Bug 923054 part 2 - Convert DataTransfer to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=smaug
|
2014-02-26 22:23:31 -05:00 |
|
Blake Kaplan
|
dff9fc45ba
|
Bug 956704 - Only suppress animation frames when entering a modal state. r=smaug
|
2014-02-26 15:59:03 -08:00 |
|
Blake Kaplan
|
5acd3527ae
|
Bug 956704 - Introduce a mechanism for only suppressing animation frames. r=smaug
|
2014-02-26 15:58:21 -08:00 |
|
Carsten "Tomcat" Book
|
33fc0403e7
|
Backed out changeset 802aa43ae8cc (bug 939562) for PGO mochitest regression on a CLOSED TREE
|
2014-02-26 16:02:15 +01:00 |
|
Jan de Mooij
|
b36f3f389e
|
Bug 939562 part 2 - Move JIT flags from ContextOptions to RuntimeOptions. r=bent,bholley,luke
|
2014-02-26 10:25:36 +01:00 |
|
Luke Wagner
|
13dba8c69f
|
Bug 976348 - Change DescribeScriptedCaller to not return a JSScript (r=bholley)
--HG--
extra : rebase_source : 58387ce3e4c49d3140b92b84bf3577fc6584820e
|
2014-02-25 09:43:14 -06:00 |
|
John Schoenick
|
78dc97b207
|
Bug 971279 - Add plugin.java.mime. r=bsmedberg
|
2014-02-25 13:30:03 -08:00 |
|
Carsten "Tomcat" Book
|
2f4750a69d
|
Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE
|
2014-02-25 16:00:47 +01:00 |
|
Carsten "Tomcat" Book
|
60446c5e55
|
Merge mozilla-central to mozilla-inbound
|
2014-02-25 15:18:06 +01:00 |
|
Carsten "Tomcat" Book
|
3d4f8f1aaf
|
merge b2g-inbound to mozilla-central
|
2014-02-25 14:30:13 +01:00 |
|
Richard Barnes
|
d1291417b9
|
Bug 936340 - Implement navigator.sendBeacon. r=sicking
|
2014-02-25 08:40:54 -05:00 |
|
Shih-Chiang Chien
|
4db1c68297
|
Bug 898949 - Part 1, add optios in permission prompt for Video/Audio device selection. r=fabrice,khuey
|
2013-09-10 17:41:59 +02:00 |
|
Boris Zbarsky
|
2abdc23dbc
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Phil Ringnalda
|
b88368dbb8
|
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
CLOSED TREE
|
2014-02-22 21:39:13 -08:00 |
|
Boris Zbarsky
|
9343a3872e
|
Bug 973849. Allow clearInterval/clearTimeout calls with no arguments; just treat them as no-ops. r=smaug
|
2014-02-23 00:01:26 -05:00 |
|
Boris Zbarsky
|
1c51e5e586
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug
|
2014-02-23 00:01:12 -05:00 |
|
Ryan VanderMeulen
|
f1a55855c0
|
Backed out changeset 2d021370c57f (bug 965990) for causing bug 973307.
|
2014-02-21 16:54:42 -05:00 |
|
Robert O'Callahan
|
860f3a36ae
|
Bug 973767. Put the compositor into test mode via an IPDL transaction. r=mattwoodrow
--HG--
extra : rebase_source : d40cf8624f93b85298cc501ff315522220522fb6
|
2014-02-12 17:41:57 +13:00 |
|
Wes Kocher
|
6d6d2dff24
|
Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
|
2014-02-20 16:19:30 -08:00 |
|
John Schoenick
|
69263c0a97
|
Bug 971279 - Add plugin.java.mime. r=bsmedberg
|
2014-02-20 14:38:02 -08:00 |
|
Andrew McCreight
|
ecbce16b57
|
Bug 966762 - Add chrome JS function to unlink ghost windows. r=smaug
|
2014-02-20 12:55:40 -08:00 |
|
Andrew McCreight
|
b86e8fb3a9
|
Bug 951491 - Ensure ResumeTimeouts() after FreeInnerObjects() does nothing. r=bz
|
2014-02-20 12:55:40 -08:00 |
|
Bobby Holley
|
c48102d168
|
Bug 973401 - Handle null from GetURI. r=smaug
|
2014-02-19 18:23:48 -08:00 |
|
Andrew McCreight
|
40808535d3
|
Backout bug 966762 for Valgrind leaks
|
2014-02-19 17:17:58 -08:00 |
|
Andrew McCreight
|
41c4e14aa4
|
Backout bug 951491 on suspicion of causing Valgrind leaks
|
2014-02-19 16:10:58 -08:00 |
|
Andrew McCreight
|
7cd675b3c0
|
Bug 966762 - Add chrome JS function to unlink ghost windows. r=smaug
|
2014-02-19 13:27:15 -08:00 |
|
Andrew McCreight
|
ac2549bd60
|
Bug 951491 - Ensure ResumeTimeouts() after FreeInnerObjects() does nothing. r=bz
|
2014-02-19 13:27:15 -08:00 |
|
Boris Zbarsky
|
9b012272ba
|
Bug 973905. setTimeout/setInterval with a string first arg but more than two arguments should still work (and ignore the extra arguments). r=smaug
|
2014-02-19 10:13:38 -05:00 |
|
Boris Zbarsky
|
4b181d6e57
|
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
|
2014-02-19 10:13:38 -05:00 |
|