Aryeh Gregor
|
72f76af3e3
|
Bug 766426 - Avoid assertion with extractContents() and mutation events; r=smaug
|
2012-06-28 14:29:56 +03:00 |
|
Mounir Lamouri
|
d368078c0c
|
Bug 556009 (1/2) - Add the step attribute to HTMLInputElement. r=sicking
--HG--
extra : rebase_source : 7288832870ee9c6a7964f5f8b3e619c2b2b81c70
|
2012-07-05 12:12:14 +02:00 |
|
Ehsan Akhgari
|
5e6974df88
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
John Schoenick
|
dbecc85fcf
|
Backout Bug 406451 for regressions
|
2012-06-19 16:25:56 -07:00 |
|
Devdatta Akhawe
|
7a3e5d2a07
|
Bug 767134 - Stuff the source principal into nsIContentPolicy (r=bz, sr=jst)
|
2012-07-02 16:16:11 -07:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Aryeh Gregor
|
a0343acde5
|
Bug 767169 part 2 - Handle lastCandidate being null in nsContentSubtreeIterator::Init; r=bz
|
2012-06-28 14:29:56 +03:00 |
|
Masatoshi Kimura
|
6909634954
|
Bug 769119 - Treat null or undefined as an empty dictionary; r=sicking
|
2012-06-30 16:03:27 +02:00 |
|
Matt Woodrow
|
cbd39105d9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Gavin Sharp
|
a0fc0ea03a
|
Bug 769771: add support for specifying content type of an html:iframe, r=bz
--HG--
extra : transplant_source : %97%CDKKQ%11%F4%98%C0%D6e%B81%BE6a%3Ah_%07
|
2012-06-29 15:03:53 -04:00 |
|
Mark Goodwin
|
f519b18aac
|
Bug 766569 - add l10n support to existing CSP errors and warnings. (r=bz)
|
2012-06-29 12:51:24 -07:00 |
|
Bonnie Surender
|
e360fa128a
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Blake Kaplan
|
71e3941c1e
|
Bug 769265 - Fix these calls. r=bent
|
2012-06-28 16:14:11 +02:00 |
|
Vivien Nicolas
|
714578e283
|
Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce
|
2012-06-28 20:54:37 +12:00 |
|
Ryan VanderMeulen
|
78293e16de
|
Merge m-c to inbound.
|
2012-06-27 20:15:13 -04:00 |
|
Olli Pettay
|
86b93c2844
|
Bug 730639 - Blast DOM owned subtrees during canSkip, r=mccr8
|
2012-06-28 01:09:15 +03:00 |
|
Daniel Holbert
|
348d6c9a3d
|
Bug 666041 patch 2: Add "-moz-flex" & "-moz-inline-flex" values for "display" property. r=bz
|
2012-06-26 15:11:38 -07:00 |
|
Bill McCloskey
|
2fab59d87e
|
Bug 766717 - nsNodeInfoManager needs to be able to add itself to the purple buffer (r=smaug)
|
2012-06-26 13:35:29 -07:00 |
|
Mark Goodwin
|
a0a94d6984
|
Bug 712859 - show CSP policy violation messages in the web developer console. r=bz
|
2012-06-26 13:34:41 -07:00 |
|
Jonathan Watt
|
6380335603
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Nathan Froyd
|
1e035628d4
|
Bug 747509 - include mIdentifierMap's hash keys in about:memory statistics; r=njn
|
2012-06-18 12:39:29 -04:00 |
|
Ms2ger
|
37dad68af9
|
Merge m-c to m-i.
|
2012-06-23 10:03:22 +02:00 |
|
Ms2ger
|
7760300401
|
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
|
2012-06-23 08:58:04 +02:00 |
|
David Zbarsky
|
bde771192d
|
Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky
|
2012-06-23 08:57:57 +02:00 |
|
Ms2ger
|
f3772ec187
|
Bug 767130 - Create nsINode.cpp; r=mounir
--HG--
rename : content/base/src/nsGenericElement.cpp => content/base/src/nsINode.cpp
|
2012-06-23 08:57:01 +02:00 |
|
Chris Jones
|
d40f38e211
|
Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn
|
2012-06-22 18:27:30 -07:00 |
|
Ed Morley
|
0ba9aa86c4
|
Backout 714c402f3050, 80d09e39cd0d & 3a1129278710 (bug 764718) for frequent intermittent failures
|
2012-06-22 11:04:47 +01:00 |
|
Aryeh Gregor
|
7fa74c4216
|
Followup to bug 764400 - Move IsHTML etc. back from nsINode to nsIContent; r=mounir
|
2012-06-22 10:41:56 +03:00 |
|
Boris Zbarsky
|
34edba5d0f
|
Bug 766798. Throw SYNTAX_ERR, not NAMESPACE_ERR, from querySelector(All) on unknown namespaces. r=dbaron
|
2012-06-22 16:18:50 -04:00 |
|
Dão Gottwald
|
0dcc90924c
|
Bug 767462 - Allow controlling outside-click event consumption with an attribute. r=enndeakin
--HG--
extra : rebase_source : 0afac7d049f96568390e283cb90f2f1a79ad7c5a
|
2012-06-22 22:07:26 +02:00 |
|
Justin Lebar
|
471d7dec38
|
Bug 764718 - Part 1: Set the initial principal of in-process <iframe mozbrowser> correctly. r=bz
|
2012-06-21 21:17:52 -04:00 |
|
Justin Lebar
|
da1784ba64
|
Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug
|
2012-06-21 21:17:52 -04:00 |
|
Ed Morley
|
40934fb818
|
Backout fed89ccfe0c2, 5fb8d7a3852f & d220195a8b95 (bug 764718) for mochitest-2 failures
|
2012-06-21 18:18:40 +01:00 |
|
Justin Lebar
|
5773d8495d
|
Bug 764718 - Part 1: Set the initial principal of in-process <iframe mozbrowser> correctly. r=bz
|
2012-06-21 11:58:49 -04:00 |
|
Kartikaya Gupta
|
ceed4861d3
|
Bug 755971 - Switch to using the padding rect size for scrollWidth and scrollHeight, and update tests to continue passing. r=bz, gavin
|
2012-06-21 09:36:57 -04:00 |
|
Kartikaya Gupta
|
4013c21c22
|
Bug 755971 - Add a nsGenericElement::GetPaddingRectSize to return the size of the padding rect. r=bz
|
2012-06-21 09:35:31 -04:00 |
|
Ed Morley
|
4992a5b7b4
|
Merge mozilla-central to mozilla-inbound
|
2012-06-21 08:38:39 +01:00 |
|
Ms2ger
|
56a3842ca1
|
Bug 765468 - Use a dictionary for the argument to the XMLHttpRequest constructor; r=bz
|
2012-06-21 09:21:55 +02:00 |
|
Philipp von Weitershausen
|
d06557db01
|
Bug 763814 - System XHR: Don't leak XMLHttpRequestParameters; r=Ms2ger
|
2012-06-21 09:21:16 +02:00 |
|
Robert O'Callahan
|
ba255144b8
|
Bug 731293. Address review comments. r=mats
--HG--
extra : rebase_source : ea9186cd545311e82fc12dd4f1170c442e37e7f0
|
2012-06-21 09:03:54 +08:00 |
|
Chris Jones
|
859f7865df
|
Bug 757137, part 4: Keep the chrome document on the event target chain when mozbrowser is in a chrome document. r=smaug
|
2012-06-20 12:25:23 -07:00 |
|
Chris Jones
|
581ca8ae70
|
Bug 757137, part 1: Force mozbrowser frames to be typeContent (whether or not any other mozbrowser features are enabled). r=bz
|
2012-06-20 12:25:22 -07:00 |
|
Justin Lebar
|
0ed645802c
|
Bug 763593 - In nsImageLoadingContent, lock the current request while switching in a pending request. r=joe,bz
|
2012-06-20 13:43:06 -04:00 |
|
Bobby Holley
|
4c113368e0
|
Bug 765168 - Remove js context parameter from XHR.send call chain. r=smaug
|
2012-06-20 12:18:39 +02:00 |
|
Bobby Holley
|
229908fe9e
|
Bug 765168 - Remove the dependency of XHR::send on a cx parameter. r=smaug
Given the new bindings, I think this is dead code anyway modulo the pref.
|
2012-06-20 12:18:39 +02:00 |
|
Mike Hommey
|
90d687d851
|
Merge last PGO green changeset from mozilla-inbound to mozilla-central
|
2012-06-20 10:53:31 +02:00 |
|
Robert Longson
|
2b5b728153
|
Backout most of Bug 467498 - crashtest failure on windows
|
2012-06-19 17:49:47 +01:00 |
|
Robert Longson
|
83c12e0c1b
|
Bug 467498 - Second level of use is not live to changes. r=dholbert
--HG--
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01a.svg
rename : layout/reftests/svg/dynamic-use-nested-01.svg => layout/reftests/svg/dynamic-use-nested-01b.svg
|
2012-06-19 15:58:39 +01:00 |
|
Mike Hommey
|
c533a83b6c
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Jignesh Kakadiya
|
0f7381388f
|
Bug 763861 - Assign a flag in nsINode to say whether the node is content; r=ehsan
|
2012-06-18 23:47:35 -04:00 |
|