Bonnie Surender
|
2b42bacc22
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Blake Kaplan
|
44659b1a8f
|
Bug 769265 - Fix these calls. r=bent
|
2012-06-28 16:14:11 +02:00 |
|
Vivien Nicolas
|
72c90c5473
|
Bug 760102 - Authorize web applications to use fullscreen by default. r=cpearce
|
2012-06-28 20:54:37 +12:00 |
|
Ryan VanderMeulen
|
bbdca52357
|
Merge m-c to inbound.
|
2012-06-27 20:15:13 -04:00 |
|
Olli Pettay
|
cccfba0c08
|
Bug 730639 - Blast DOM owned subtrees during canSkip, r=mccr8
|
2012-06-28 01:09:15 +03:00 |
|
Daniel Holbert
|
0432772643
|
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
|
3a7ad02866
|
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
|
a47be26c89
|
Bug 712859 - show CSP policy violation messages in the web developer console. r=bz
|
2012-06-26 13:34:41 -07:00 |
|
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Nathan Froyd
|
d34aed2f16
|
Bug 747509 - include mIdentifierMap's hash keys in about:memory statistics; r=njn
|
2012-06-18 12:39:29 -04:00 |
|
Ms2ger
|
d9ec3587ea
|
Merge m-c to m-i.
|
2012-06-23 10:03:22 +02:00 |
|
Ms2ger
|
323561ac64
|
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
|
2012-06-23 08:58:04 +02:00 |
|
David Zbarsky
|
29b8d2fca9
|
Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky
|
2012-06-23 08:57:57 +02:00 |
|
Ms2ger
|
6cd4867e71
|
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
|
4670001039
|
Bug 761927: Fix focus for <iframe mozbrowser remote>. r=jlebar,Enn
|
2012-06-22 18:27:30 -07:00 |
|
Ed Morley
|
7689b7c5cf
|
Backout 714c402f3050, 80d09e39cd0d & 3a1129278710 (bug 764718) for frequent intermittent failures
|
2012-06-22 11:04:47 +01:00 |
|
Aryeh Gregor
|
f9b7a22814
|
Followup to bug 764400 - Move IsHTML etc. back from nsINode to nsIContent; r=mounir
|
2012-06-22 10:41:56 +03:00 |
|
Boris Zbarsky
|
4214241dca
|
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
|
1bd5846b5c
|
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
|
41afb9dce4
|
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
|
b5919daf01
|
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
|
9c21bf543b
|
Backout fed89ccfe0c2, 5fb8d7a3852f & d220195a8b95 (bug 764718) for mochitest-2 failures
|
2012-06-21 18:18:40 +01:00 |
|
Justin Lebar
|
8c698df741
|
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
|
e3e8c3d4e0
|
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
|
d51481e42b
|
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
|
648eed5d6e
|
Merge mozilla-central to mozilla-inbound
|
2012-06-21 08:38:39 +01:00 |
|
Ms2ger
|
df1c452d41
|
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
|
8d7647348d
|
Bug 763814 - System XHR: Don't leak XMLHttpRequestParameters; r=Ms2ger
|
2012-06-21 09:21:16 +02:00 |
|
Robert O'Callahan
|
d8bf71242f
|
Bug 731293. Address review comments. r=mats
--HG--
extra : rebase_source : ea9186cd545311e82fc12dd4f1170c442e37e7f0
|
2012-06-21 09:03:54 +08:00 |
|
Chris Jones
|
3d818867c8
|
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
|
c0186edc50
|
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
|
409dc0bf38
|
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
|
8d72bf921c
|
Bug 765168 - Remove js context parameter from XHR.send call chain. r=smaug
|
2012-06-20 12:18:39 +02:00 |
|
Bobby Holley
|
46527f944d
|
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
|
894a244c4f
|
Merge last PGO green changeset from mozilla-inbound to mozilla-central
|
2012-06-20 10:53:31 +02:00 |
|
Robert Longson
|
0150868481
|
Backout most of Bug 467498 - crashtest failure on windows
|
2012-06-19 17:49:47 +01:00 |
|
Robert Longson
|
6498ee3556
|
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
|
b95d1d1421
|
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
|
e54447ee69
|
Bug 763861 - Assign a flag in nsINode to say whether the node is content; r=ehsan
|
2012-06-18 23:47:35 -04:00 |
|
Ehsan Akhgari
|
2050b687cc
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (content parts); r=bzbarsky
--HG--
extra : rebase_source : e25a064995914ca4f7b1db16b5725eb440d3e531
|
2012-06-18 22:30:09 -04:00 |
|
Aryeh Gregor
|
3e86298a2f
|
Bug 765799 - Uninitialized variable use in nsRange::InsertNode; r=smaug
|
2012-06-19 16:17:37 +03:00 |
|
Aryeh Gregor
|
51aeb99f90
|
Bug 764400 - Move various nsIContent methods to nsINode; r=mounir
|
2012-06-14 09:47:03 +03:00 |
|
Ryan VanderMeulen
|
d3960be336
|
Merge m-c to inbound.
|
2012-06-17 08:25:16 -04:00 |
|
Aryeh Gregor
|
0f3b06c528
|
Followup bug 412257 - Fix now-incorrect test description; r=Ms2ger
|
2012-06-17 12:35:42 +03:00 |
|
Ms2ger
|
5d0290fff6
|
Bug 762003 - Remove nsDocument::NodeType / nsDocument::NodeName; r=jst
|
2012-06-17 10:11:16 +02:00 |
|
Boris Zbarsky
|
482c5e28a8
|
Bug 764591. Handle removals of kids of document fragments being inserted under a separate scriptblocker, just like we do with the single-node insert case, so their XBL binding teardown happens before insert. r=smaug
|
2012-06-15 17:59:05 -04:00 |
|
Boris Zbarsky
|
24593505c7
|
Bug 764104. Avoid collisions with C++ reserved words by using initial-caps for WebIDL enum values. r=peterv
|
2012-06-15 16:25:51 -04:00 |
|
Ed Morley
|
17ddf20f96
|
Merge mozilla-central to mozilla-inbound
|
2012-06-15 15:18:20 +01:00 |
|
Mike Hommey
|
cc362780fd
|
Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange
|
2012-06-15 15:50:24 +02:00 |
|
Ed Morley
|
e76a671d8e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-06-15 13:32:55 +01:00 |
|