Robert Longson
|
abcd22038e
|
Bug 940193 - rename nsSVGTextFrame2 to SVGTextFrame. r=dholbert
--HG--
rename : layout/svg/nsSVGTextFrame2.cpp => layout/svg/SVGTextFrame.cpp
rename : layout/svg/nsSVGTextFrame2.h => layout/svg/SVGTextFrame.h
|
2013-12-20 16:38:51 +00:00 |
|
Ms2ger
|
4720fc16e5
|
Merge backout.
|
2013-12-20 11:36:27 +01:00 |
|
Ms2ger
|
09229ed637
|
Backout bug 942104 (changesets 4e5746a65a5e:62e32a84a9fb) for missing review.
|
2013-12-20 11:33:37 +01:00 |
|
Alessio Placitelli
|
adacc97f9f
|
Bug 943519 - Using moz_malloc/free/realloc instead of nsMemory::Alloc/Free/Realloc (fallible allocations); r=bsmedberg
* * *
Bug 943519 - Propagate allocation errors back to nsGenericDOMDataNode::SetTextInternal; r=hsivonen
* * *
Bug 943519 - Renamed bool rv variables to bool ok as suggested by reviewer; r=hsivonen
|
2013-12-19 09:09:00 -05:00 |
|
Henri Sivonen
|
43d20acacf
|
Bug 945189 - Finish sjs response explicitly using XHR instead of relying on a timer. r=bzbarsky.
|
2013-12-19 12:38:39 +02:00 |
|
Ryan VanderMeulen
|
16e73dd936
|
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
|
2013-12-18 19:41:29 -05:00 |
|
Steve Workman
|
8042f61bcb
|
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
|
2013-12-18 15:03:48 -08:00 |
|
Robert O'Callahan
|
aeb166a207
|
Bug 950427. Don't descend into subdocuments at all in elementFromPoint. r=mats
--HG--
extra : rebase_source : 59ce23c3ab81afc624921e4543fe48dd7ae47ce2
|
2013-12-18 18:37:24 +13:00 |
|
Jan de Mooij
|
1ca5488dd9
|
Bug 922681 part 2 - Add some innerHTML tests. r=bz
--HG--
extra : rebase_source : 6cd96f0eecd0b2003e23805d8072ecc834dfea55
|
2013-12-18 11:01:49 +01:00 |
|
Phil Ringnalda
|
47bb18469f
|
Back out f55504b0184f (bug 950427) for mochitest-4 and mochitest-oth bustage (at least)
CLOSED TREE
|
2013-12-17 23:22:20 -08:00 |
|
Robert O'Callahan
|
9454d623f6
|
Bug 950427. Don't descend into subdocuments at all in elementFromPoint. r=mats
|
2013-12-18 18:37:24 +13:00 |
|
Blake Kaplan
|
5a1403e62a
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
|
2013-12-17 16:12:33 -08:00 |
|
Eric Chou
|
d3a0fe86e9
|
Bug 942104 - Add an event "ondiscoverystatechanged", r=gyeh, sr=mrbkap
|
2013-11-30 20:20:17 +08:00 |
|
Ms2ger
|
a129edb4cb
|
Merge mozilla-inbound to mozilla-central.
|
2013-11-29 09:54:12 +01:00 |
|
Ms2ger
|
f3e4ac0351
|
Bug 925887 - Part a: move some mochitests in content/ to manifests; r=jst
|
2013-11-28 15:03:16 +01:00 |
|
Bill McCloskey
|
56351ad02f
|
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
|
2013-11-23 21:32:45 -08:00 |
|
Markus Stange
|
2e8c31eda8
|
Bug 888615 - [Australis] Add a drawtitle attribute for XUL root elements. When drawtitle="true" is set, even drawintitlebar windows will have a window title. r=roc, r=smichaud
|
2013-12-17 17:11:13 +01:00 |
|
Ehsan Akhgari
|
ce9c4676d6
|
Bug 949445 - Part 2: Move Selection to WebIDL; r=bzbarsky
|
2013-12-17 09:12:33 -05:00 |
|
Ehsan Akhgari
|
161bc424ea
|
Bug 949445 - Part 1: Move selectionLanguageChange to nsISelectionPrivate; r=bzbarsky
|
2013-12-17 09:12:17 -05:00 |
|
Jan de Mooij
|
a047889c3c
|
Bug 922681 - Add SetInnerHTML fast path for short strings with no markup. r=bz
|
2013-12-17 14:58:32 +01:00 |
|
Henri Sivonen
|
14fe78be84
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
|
Honza Bambas
|
4fc7ebc647
|
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
|
2013-11-19 23:15:59 +01:00 |
|
Olli Pettay
|
08427b8620
|
Bug 944192 - Optimize out common cases when calling nsContentList::ContentAppended , r=bz
|
2013-11-28 14:10:39 +02:00 |
|
Olli Pettay
|
c9ad6cea44
|
Bug 944149 , Optimize ComparePosition, r=bz
|
2013-11-28 14:07:43 +02:00 |
|
Deian Stefan
|
a528700e0c
|
Bug 845057 - Part 3: Use the parsed attribute in ParseSandboxAttributeToFlags; r=bz
|
2013-12-19 13:35:25 -08:00 |
|
Nicholas Nethercote
|
77419f6a47
|
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
|
2013-11-07 16:35:30 +11:00 |
|
Ehsan Akhgari
|
c3970a73fb
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
|
2013-11-27 20:05:00 -05:00 |
|
Nicholas Nethercote
|
78e4d6490d
|
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
|
2013-11-07 16:35:30 +11:00 |
|
Ryan VanderMeulen
|
c173096f45
|
Merge inbound to m-c.
|
2013-12-16 16:58:27 -05:00 |
|
Ryan VanderMeulen
|
8adbb71ea4
|
Backed out changesets 01de929d4b85 and b9c5750d818a (bug 943519) for suspicion of causing B2G mochitest-2 failures.
CLOSED TREE
|
2013-12-16 13:41:15 -05:00 |
|
Kartikaya Gupta
|
8109167828
|
Bug 949132 - Add a flag to FrameMetrics indicating a non-APZ scroll (original patch by mstange). r=tn
|
2013-12-16 12:04:45 -05:00 |
|
Ryan VanderMeulen
|
9e25d86316
|
Backed out changeset 99e6a5b3b079 (bug 933483) for mochitest-bc leaks.
CLOSED TREE
|
2013-12-16 11:09:54 -05:00 |
|
Carsten "Tomcat" Book
|
618641b52a
|
Merge mozilla-central to b2g-i on a CLOSED TREEx
|
2013-12-16 16:25:31 +01:00 |
|
Blake Kaplan
|
970a3de618
|
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
|
2013-12-16 08:37:34 -05:00 |
|
Boris Zbarsky
|
b55a445a3a
|
Bug 950544 part 3. Make ParseSelectorList an nsINode member method and use it in Element for MozMatchesSelector. r=smaug
|
2013-12-16 13:06:36 -05:00 |
|
Boris Zbarsky
|
e0acd737bf
|
Bug 950544 part 2. Move the handling of the selector cache into ParseSelectorList. r=smaug
|
2013-12-16 13:06:36 -05:00 |
|
Boris Zbarsky
|
42a4ff55ff
|
Bug 950544 part 1. Change FindMatchingElements and ParseSelectorList take an ErrorResult instead of returning an nsresult. r=smaug
|
2013-12-16 13:06:36 -05:00 |
|
Phil Ringnalda
|
1ec3283fa3
|
Bug 945189 - Disable test_bug602838.html on gonk for constant failures
--HG--
extra : rebase_source : 855afa97756a21c6ea2443d883f8c05b5b094c1c
|
2013-12-15 21:11:31 -08:00 |
|
Ryan VanderMeulen
|
00161f8da9
|
Backed out changesets a7fc463961ce and 65061e971eb8 (bug 935793) for breaking Travis testing (bug 950441).
|
2013-12-15 12:47:09 -05:00 |
|
Alessio Placitelli
|
192e23fde2
|
Bug 943519 - Use moz_malloc/free/realloc instead of nsMemory::Alloc/Free/Realloc (fallible allocations) in nsTextFragment::Append. r=hsivonen
|
2013-12-16 09:01:30 -05:00 |
|
Masatoshi Kimura
|
661d3b5d7f
|
Bug 948268 - Remove privilege check from MozCancelFullScreen() to comply with the spec. r=cpearce, f=bz,smaug
|
2013-12-14 13:22:47 +09:00 |
|
Bobby Holley
|
a1dd4b463e
|
Bug 944011 - Remove explicit cx pushing from event code. r=bz
|
2013-12-13 18:22:18 -08:00 |
|
Quentin Headen
|
ad2e63374b
|
Bug 731667 - Rewrite mtable implementation to avoid use of _moz-* attributes - remove legacy code. r=karlt
|
2013-12-13 12:42:57 -05:00 |
|
Steve Fink
|
5936d87d4a
|
Bug 949108 - Rooting hazards in nsScriptLoader.cpp due to AutoPushJSContext, r=bz
--HG--
extra : rebase_source : 02c19e3831118d3d4703c7904ea0b7228c06261f
|
2013-12-11 16:26:37 -08:00 |
|
Mark Hammond
|
75591f7a7a
|
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
|
2013-12-13 14:24:37 +11:00 |
|
Mark Hammond
|
fb3c18109b
|
Bug 935793 (part 1) - Add ownerIsBrowserOrApp to nsIFrameLoader. r=smaug
--HG--
extra : rebase_source : 189b45b39c04e4272d7b0cc188f35bb02bc19970
|
2013-12-13 14:24:36 +11:00 |
|
Trevor Saunders
|
907dfc4528
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Boris Zbarsky
|
6153f11d20
|
Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley
|
2013-11-27 11:16:07 -05:00 |
|
Wes Kocher
|
16b93cae53
|
Merge b2g-inbound to m-c
|
2013-11-26 19:34:07 -06:00 |
|
Randy Lin
|
19e505c45a
|
Bug 854753 - [B2G][Audio] Implement SpeakerManager API. r=amarchesini, sr=jonas
|
2013-11-25 12:50:03 +13:00 |
|
Henri Sivonen
|
941bbef0ec
|
Bug 919935 - Add a deCOMtaminated way to instantiate nsIUnicodeDecoders and nsIUnicodeEncoders. r=emk.
|
2013-11-26 09:31:52 +02:00 |
|
Ryan VanderMeulen
|
e00ec7bb58
|
Merge m-c to inbound.
|
2013-11-25 14:23:48 -05:00 |
|
Ryan VanderMeulen
|
f78e36ac4a
|
Merge inbound to m-c.
|
2013-11-25 14:13:56 -05:00 |
|
Benjamin Smedberg
|
694253ff89
|
Bug 941908 - Crash in nsIDocument::IsActive becuse of a null document. This would assert in debug builds, but use a wallpaper null-check in release builds also, r=johns
|
2013-11-25 12:08:37 -05:00 |
|
Chia-hung Tai
|
adafc46c73
|
Bug 921918 - 2/4: DOM implementation. r=khuey
|
2013-11-25 18:54:59 +08:00 |
|
Carsten "Tomcat" Book
|
1d8644ba1c
|
Backed out changeset 94f875f9a8de (bug 921918) Windows XP Debug Bustage on a CLOSED TREE
|
2013-11-25 08:56:24 +01:00 |
|
Chia-hung Tai
|
65f2b95643
|
Bug 921918 - 2/4: DOM implementation. r=khuey
|
2013-11-25 15:19:23 +08:00 |
|
Olli Pettay
|
fa64f21519
|
Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8
--HG--
extra : rebase_source : ed7e687229a92075657d9b665fbc7af42d9eb5cc
|
2013-11-24 21:35:34 +02:00 |
|
Phil Ringnalda
|
a147287a80
|
Back out 89c3bfc7d873:58bfa3b59c2c (bug 673569) because bug 682048 is coming out
CLOSED TREE
|
2013-11-24 10:31:26 -08:00 |
|
Bill McCloskey
|
ccc9dfbb13
|
Bug 673569 - Address review feedback (r=Waldo)
|
2013-11-23 21:35:54 -08:00 |
|
Bill McCloskey
|
fb231de2be
|
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
|
2013-11-23 21:32:45 -08:00 |
|
Deian Stefan
|
9151912829
|
Bug 935690 - InitCSP checks SetCsp failure. r=bz
|
2013-11-20 21:05:34 -08:00 |
|
Henri Sivonen
|
9a664db15c
|
Bug 863728 - Implement the replacement encoding. r=emk.
|
2013-11-25 10:06:56 +02:00 |
|
Deian Stefan
|
ccc5b61f69
|
Bug 941404 - Data documents should not set CSP, r=bz
|
2013-11-21 21:16:00 -08:00 |
|
Deian Stefan
|
a022cb82af
|
Bug 886164 - Enforce CSP in sandboxed iframe, r=grobinson
|
2013-11-22 15:12:00 -08:00 |
|
Garrett Robinson
|
b5d4da9ac2
|
Bug 934062 - Move call to waitForExplicitFinish to avoid race condition r=sstamm
|
2013-11-22 13:41:45 -08:00 |
|
Ryan VanderMeulen
|
d7e49cc136
|
Merge b-i to m-c.
|
2013-11-22 15:35:31 -05:00 |
|
Botond Ballo
|
52ad7c7517
|
Bug 912666 - Introduce a 'scrollgrab' DOM property. r=roc,ehsan,Cwiiis
|
2013-11-20 15:23:43 -05:00 |
|
Ryan VanderMeulen
|
57e59a5be4
|
Merge m-c to b2g-inbound.
|
2013-11-21 11:38:18 -05:00 |
|
Carsten "Tomcat" Book
|
247dddda8c
|
merge fx-team to mozilla-central
|
2013-11-21 14:32:10 +01:00 |
|
Carsten "Tomcat" Book
|
9f47cb96d7
|
merge mozilla-inbound to mozilla-central
|
2013-11-21 14:20:21 +01:00 |
|
Oleg Romashin
|
8428edd05d
|
Bug 822898 - Implement pointer events. Interface. r=smaug
|
2013-11-20 21:44:22 -08:00 |
|
Oleg Romashin
|
0e795599f8
|
Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator
|
2013-11-20 16:08:36 -08:00 |
|
Szu-Yu Chen [:aknow]
|
602517e64e
|
Bug 856553 - Part 2: Add setRadioEnabled API (dom). r=khuey
|
2013-11-21 09:08:50 -05:00 |
|
Trevor Saunders
|
bb5ea2186e
|
bug 939049 - get rid of useless QIs r=smaug
|
2013-11-15 11:32:12 -05:00 |
|
Trevor Saunders
|
f2f73dd7c1
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -05:00 |
|
Oleg Romashin
|
4f81ba4a69
|
Bug 822898 - Implement pointer events. Interface. r=smaug
|
2013-11-20 13:05:39 -08:00 |
|
Terrence Cole
|
db6bfaf0c6
|
Bug 940718 - Create the first safe JSContext in a GC safe location; r=bholley
--HG--
extra : rebase_source : fa6e43d8e194e21e1a5231050aa7a959d844edd5
|
2013-11-20 12:12:11 -08:00 |
|
Ryan VanderMeulen
|
a723ca0f3e
|
Merge m-c to fx-team.
|
2013-11-19 22:27:42 -05:00 |
|
Ryan VanderMeulen
|
73463a4880
|
Merge inbound to m-c.
|
2013-11-19 20:43:15 -05:00 |
|
Ehsan Akhgari
|
59b8e9d9a9
|
Bug 939303 - Build content/base in unified mode; r=jst,bzbarsky
--HG--
extra : rebase_source : 93bcb48cd6f8cdeab5aa2cd79f95aaba4790d521
|
2013-11-19 14:49:52 -05:00 |
|
Botond Ballo
|
b75d9dd1de
|
Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn
|
2013-11-08 19:07:00 -05:00 |
|
Nathan Froyd
|
8bee1ff184
|
Bug 940170 - part 2 - constify PLDHashTableOps in content/; r=bz
|
2013-11-18 21:52:15 -05:00 |
|
Tim Taubert
|
b14dbd0595
|
Bug 939784 - Provide a notification when the applicable state of a style sheet changes r=bz
From 0d69149ae5e9809d42bb7fbe9c60b760b931ec7e Mon Sep 17 00:00:00 2001
|
2013-10-28 10:09:04 +01:00 |
|
Edgar Chen
|
d4456d6d0c
|
Bug 814637 - Part 3: DOM changes for IccManager support multiple sim. f=hsinyi. r=smaug
|
2013-10-09 17:40:12 +08:00 |
|
Phil Ringnalda
|
83330ed1eb
|
Back out babac1cc0741:ad287f78608a (bug 939049) for OS X build bustage
CLOSED TREE
|
2013-11-19 07:35:17 -08:00 |
|
Trevor Saunders
|
37180a93f9
|
bug 939049 - get rid of useless QIs r=smaug
|
2013-11-15 11:32:12 -05:00 |
|
Trevor Saunders
|
088fe2bf42
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -05:00 |
|
Jon Coppeard
|
cdb8275c7d
|
Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
|
2013-11-20 15:37:30 +00:00 |
|
Ed Morley
|
ed2555d89d
|
Backed out changeset 2522a5bca61a (bug 940692)
|
2013-11-20 16:37:58 +00:00 |
|
Jon Coppeard
|
9827011909
|
Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
|
2013-11-20 15:37:30 +00:00 |
|
Mats Palmgren
|
5e94ba11ba
|
Bug 936835 - Adding script runners or messing with mLinksToUpdate during FlushPendingLinkUpdates is not allowed. r=bz
|
2013-11-20 13:54:58 +00:00 |
|
Boris Zbarsky
|
cf503f66b0
|
Bug 948096. Warn when people use window._content. r=smaug,myk
|
2013-12-12 16:11:54 -05:00 |
|
Trevor Saunders
|
81260b0a39
|
bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz
|
2013-11-20 14:18:25 -05:00 |
|
Andrea Marchesini
|
578ebe29fb
|
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
|
2013-12-12 19:30:27 +00:00 |
|
Bobby Holley
|
517f4b36f3
|
Bug 937317 - Remove unnecessary AutoSystemCaller usage. r=bz
See bug 937317 comment 38.
|
2013-12-11 17:51:58 -08:00 |
|
Bobby Holley
|
a7395d2ec6
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-11 17:51:58 -08:00 |
|
Bobby Holley
|
bc61230c38
|
Bug 937317 - Implement and expose GetIncumbentGlobal. r=bz,luke
|
2013-12-11 17:51:57 -08:00 |
|
Steve Fink
|
8976499175
|
Backed out changeset 926aeca75e6c (bug 949108) due to request asserts on a CLOSED TREE.
|
2013-12-11 14:02:54 -08:00 |
|
Steve Fink
|
ee8f34ec1c
|
Bug 949108 - Rooting hazards in nsScriptLoader.cpp due to AutoPushJSContext, r=bz
|
2013-12-11 12:15:07 -08:00 |
|
Ryan VanderMeulen
|
6fb3114a62
|
Merge m-c to inbound.
|
2013-12-10 15:48:16 -05:00 |
|
Ryan VanderMeulen
|
e58ec03427
|
Merge b2g-inbound to m-c.
|
2013-12-10 15:38:44 -05:00 |
|
Carsten "Tomcat" Book
|
89c65ce284
|
merge mozilla-inbound to mozilla-central
|
2013-12-10 13:02:55 +01:00 |
|
Randell Jesup
|
77dbfd38fb
|
Bug 853356: backout p3
|
2013-12-10 01:03:21 -05:00 |
|
Jason Orendorff
|
18dfde2509
|
Bug 793860, part 0b - Declare some accidentally undeclared variables. r=bz.
|
2013-12-09 14:10:51 -06:00 |
|
Nicholas Nethercote
|
bdfbbf7bcd
|
Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
--HG--
extra : rebase_source : f6f74de69d8c1d79d38b84b19dff5439efc41075
|
2013-12-07 21:39:47 -08:00 |
|
Nicholas Nethercote
|
0b9a804eb0
|
Bug 947798 (part 1) - Rename NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN as MOZ_DEFINE_MALLOC_SIZE_OF. r=mccr8.
--HG--
extra : rebase_source : ec09d4c31264c15befb020375bf001a1ad1df6b8
|
2013-12-07 21:38:32 -08:00 |
|
Deian Stefan
|
226bfcf626
|
Bug 943460 - Apps only set CSP once. r=grobinson, r=sstamm
--HG--
extra : rebase_source : 106af498bfd3314f6aaba061b81729ca43633a7e
|
2013-12-07 17:43:11 -08:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Birunthan Mohanathas
|
2a97f4dc0d
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Jonathan Watt
|
7af003defb
|
Bug 940760 - Make the CSS pseudo-class :focus apply to <input type=number>, fixing B2G forms styling. r=smaug
|
2013-12-08 21:26:42 +00:00 |
|
Phil Ringnalda
|
6a951967dc
|
Merge m-c to b-i
|
2013-12-07 11:21:04 -08:00 |
|
Phil Ringnalda
|
e2e1627d17
|
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
|
2013-12-07 11:08:56 -08:00 |
|
Phil Ringnalda
|
304d9f6577
|
Merge m-c to b-i
|
2013-12-07 08:28:10 -08:00 |
|
Phil Ringnalda
|
635976cc53
|
Merge m-c to b-i
|
2013-12-06 21:10:25 -08:00 |
|
Phil Ringnalda
|
b8c995c10c
|
Back out 567d2bba4f97 (bug 933483) for causing bug 946726
|
2013-12-06 19:11:11 -08:00 |
|
Wes Kocher
|
ea7a42ee9b
|
merge m-c to b2g-inbound
|
2013-12-06 20:49:02 -06:00 |
|
Alexander Surkov
|
4dbdd52b3a
|
Bug 943482 - remove a11y support of not existing xul:menulist@droppable, r=tbsaunde
|
2013-12-07 00:40:02 -05:00 |
|
Phil Ringnalda
|
ec57391e9c
|
Merge m-c to m-i
|
2013-12-06 21:11:17 -08:00 |
|
Drew Willcoxon
|
c68156fff5
|
Bug 898593 - Fix intermittent failures in test_bug413958.html and others by making SimpleTest.monitorConsole() ignore unexpected messages by default. r=ted
|
2013-12-06 18:07:09 -08:00 |
|
Alfredo Yang
|
c0d5a4a149
|
Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey
|
2013-12-06 17:38:52 -05:00 |
|
Andrew McCreight
|
fc02b84543
|
Bug 943373, part 3 - Use MOZ_THIS_IN_INITIALIZER_LIST with nsINode. r=bholley
|
2013-12-10 08:07:21 -08:00 |
|
Tom Schuster
|
6e8e5fefaa
|
Bug 939194 - Bump iid of nsIXMLHttpRequestEventTarget. r=bz
|
2013-11-20 13:48:45 +01:00 |
|
Ed Morley
|
2ac7edcee1
|
Merge mozilla-central and inbound
|
2013-11-20 12:44:07 +00:00 |
|
Olli Pettay
|
54a85b044d
|
Bug 847763, add a way to prevent an iframe to take focus, (pref'ed off by default), r=jst
--HG--
extra : rebase_source : b2539bd99aebec59bc1d540e0502e1a5693f25ba
|
2013-11-20 00:21:16 +02:00 |
|
Phil Ringnalda
|
ddc90dfbd9
|
Back out 4983f1debf4c (bug 918880) for b2g mochitest-3 bustage
CLOSED TREE
|
2013-11-19 21:59:10 -08:00 |
|
Honza Bambas
|
8ea258361a
|
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
|
2013-11-19 23:15:59 +01:00 |
|
David Zbarsky
|
d1dd41cac1
|
Bug 952973: Perform some content/base decom r=bz
|
2014-01-15 09:26:51 -05:00 |
|
Olli Pettay
|
b5e3affd28
|
Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : 5b466917ad1b1b5ef75119cfbeba75861cb49823
|
2014-01-15 14:00:52 +02:00 |
|
Boris Zbarsky
|
db08d5bb20
|
Bug 933193 part 3. Add getElementById to DocumentFragment. r=smaug
|
2013-11-01 15:39:25 -04:00 |
|
Boris Zbarsky
|
533a12d89c
|
Bug 933193 part 2. Implement nsINode::GetElementById and make SVGSVGElement use it. r=smaug
|
2013-11-01 15:39:24 -04:00 |
|
Boris Zbarsky
|
1d482cc2e8
|
Bug 933193 part 1. Factor out the id selector fast-path from querySelector(All) so we can reuse it a bit more broadly. r=smaug
|
2013-11-01 15:39:24 -04:00 |
|
Mike Hommey
|
a65383e1e9
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
8ceb917350
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
d7b6f95761
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Wes Kocher
|
cc812cf104
|
Backed out 3 changesets (bug 822898) for mochitest bustage on Windows on a CLOSED TREE
Backed out changeset 63c1f6716755 (bug 822898)
Backed out changeset 145150ef00a5 (bug 822898)
Backed out changeset a5e360e6d713 (bug 822898)
|
2013-11-18 15:27:53 -08:00 |
|
Oleg Romashin
|
63cf1c4a0a
|
Bug 822898 - Implement pointer events. Interface. r=smaug
|
2013-11-18 13:10:05 -08:00 |
|
Jonathan Watt
|
769a3a3091
|
Bug 889736, part 3 - Remove nsSVGTSpanFrame. r=heycam
|
2013-11-18 14:29:52 +00:00 |
|
Jonathan Watt
|
5dc11fc229
|
Bug 889736, part 2 - Remove nsSVGTextPathFrame. r=heycam
|
2013-11-18 14:29:52 +00:00 |
|
Jonathan Watt
|
159a62b18f
|
Bug 889736, part 1 - Remove nsSVGTextFrame and nsSVGGlyphFrame. r=heycam
|
2013-11-18 14:29:51 +00:00 |
|
Ed Morley
|
8e9d30130b
|
Backed out changeset e6a9c98d62d0 (bug 927196) for causing bug 939269
|
2013-11-18 10:59:01 +00:00 |
|
Bobby Holley
|
bf8b28b514
|
Bug 938297 - Stop using GetContextFromDocument in GetStateObject. r=bz
|
2013-11-17 18:44:04 -08:00 |
|
Tom Schuster
|
0d6b6b163b
|
Bug 939194 - Remove jsval event listeners. r=bz
|
2013-11-16 13:31:37 +01:00 |
|
Tom Schuster
|
f311064c6e
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ehsan Akhgari
|
a9b0c71037
|
Bug 938852 - Build layout/inspector in unified mode; r=roc
|
2013-11-14 21:46:28 -05:00 |
|
Ms2ger
|
6b38d3ca3d
|
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
|
2013-11-17 16:39:25 +01:00 |
|
Tom Schuster
|
73332ed177
|
Bug 939194 - Remove jsval event listeners. r=bz
|
2013-11-16 13:31:37 +01:00 |
|
Tom Schuster
|
dd485f9336
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Boris Zbarsky
|
50446f2a31
|
Bug 937465. Warn when cloneNode() and importNode() are used without the boolean "deep" argument on nodes that have kids. r=sicking
|
2013-11-17 00:10:18 -05:00 |
|