Shawn Wilsher
|
4d4634434f
|
Merge mozilla-central into Places.
|
2010-12-07 15:06:32 -08:00 |
|
Brad Lassey
|
582df8a6e6
|
bug 615617 - GetDocumentMetadata does not return data from META elements added by scripts (breaks jQuery Mobile) r=bz a=blocking-fennec
|
2010-12-07 11:11:44 -05:00 |
|
Benjamin Smedberg
|
d2d3260579
|
Bug 614015 - Add <browser>.messageManager property for both in-process and out-of-process tabs, r=gavin
--HG--
extra : rebase_source : f0419a400dc714bc52481959fc4712fdc50b5e88
|
2010-12-07 09:34:34 -05:00 |
|
Boris Zbarsky
|
dfc0ce7e62
|
Bug 597345. Discard script preloads if the charset doesn't match. r=sicking, a=blocker
|
2010-12-07 08:54:50 -05:00 |
|
Shawn Wilsher
|
aeffa1f8c7
|
Merge mozilla-central into Places
|
2010-12-06 09:48:54 -08:00 |
|
Shawn Wilsher
|
5126652a70
|
Merge mozilla-central to Places.
|
2010-12-02 09:05:33 -08:00 |
|
Boris Zbarsky
|
7580ad5a3d
|
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking, a=blocker
|
2010-11-30 13:18:15 -05:00 |
|
Boris Zbarsky
|
40e2e0dbeb
|
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
|
2010-11-30 13:19:59 -05:00 |
|
Dave Townsend
|
f322fea87c
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Dave Townsend
|
fe84867992
|
Backing out bug 605296 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:57:14 -08:00 |
|
Dave Townsend
|
b765f459b7
|
Backing out bug 614724 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:55:24 -08:00 |
|
Shawn Wilsher
|
7a35d860e3
|
Merge mozilla-central into Places.
|
2010-11-29 08:43:57 -08:00 |
|
Bas Schouten
|
a8a2865db2
|
Backout bug 595277. a=bustage
|
2010-12-07 05:39:19 +01:00 |
|
Bas Schouten
|
c957999822
|
Bug 595277 - Part 2: Add parameter to specify requiring the permanent LayerManager. r=roc
|
2010-12-07 03:05:52 +01:00 |
|
Boris Zbarsky
|
efbe7ef052
|
Bug 605296 followup: fix test to do the right thing on failure. a=orange
|
2010-11-30 16:19:40 -05:00 |
|
Peter Van der Beken
|
92c77053b1
|
Bug 605672. Fix reason for invalid scope assertion. r=jst@mozilla.com, a=blocker.
|
2010-11-30 12:02:15 -08:00 |
|
Boris Zbarsky
|
3fefd9af5d
|
Bug 614724 followup. Fix crash due to silly assumptions about order of argument evaluation. a=orange
|
2010-11-30 13:59:42 -05:00 |
|
Boris Zbarsky
|
3402cba7c8
|
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
|
2010-11-30 13:19:59 -05:00 |
|
Boris Zbarsky
|
26f3831fe8
|
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking
|
2010-11-30 13:18:15 -05:00 |
|
Boris Zbarsky
|
3fe2b9b4bb
|
Bug 608914 part 2. Get rid of some temporary strings now that we can AppendFloat to an nsAString. r=dbaron
|
2010-11-30 13:18:15 -05:00 |
|
Boris Zbarsky
|
65d75b2402
|
Bug 614724. Quickstub createElementNS. r=peterv
|
2010-11-30 13:18:14 -05:00 |
|
Mounir Lamouri
|
b07af12fe3
|
Backed out changeset d1fe7786e33b (see of orange). a=backout
|
2010-11-30 12:31:22 +01:00 |
|
Boris Zbarsky
|
f4effdf6a3
|
Bug 614724. Quickstub createElementNS. r=peterv a=jst
|
2010-11-30 11:56:12 +01:00 |
|
Marco Bonardo
|
c794ac5f0b
|
Bug 568969 - Nuke nsContentUtils::GetHistory.
Original patch by Shawn Wilsher
r=bz a=bsmedberg
|
2010-08-05 10:07:46 -07:00 |
|
Henri Sivonen
|
6b69faed33
|
Bug 599588 addendum - Revert change to nsIParser and introduce a new abstract class instead to avoid changing the interface during an interface freeze. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : 3272dc97668c262945b91809a918ac5c013d8569
|
2010-11-16 09:47:10 +02:00 |
|
Kyle Huey
|
57fcc263fd
|
Bug 602482: Update XHR forbidden headers to latest spec. r=sicking a=b:betaN
--HG--
rename : content/base/test/test_bug308484.html => content/base/test/test_xhr_forbidden_headers.html
|
2010-11-15 06:55:30 -05:00 |
|
Mounir Lamouri
|
d5800beb27
|
Bug 597791 (2/2) - Always define nsGkAtoms::progress even if MOZ_MEDIA isn't set. r=smaug a=bustage
|
2010-11-15 10:36:27 +01:00 |
|
Olli Pettay
|
ace216c43b
|
Bug 609626 - Investigate max native stack limit differences, r=mrbkap, a=blocking
|
2010-11-15 09:08:36 +02:00 |
|
Alex Vincent
|
afeed87706
|
b=601756 Tests for TreeWalker.nextSibling, previousSibling, as suggested by Traversal spec r=smaug a=test
--HG--
extra : rebase_source : c0119c7cd025ad199f2a1623843836eace58ea1c
|
2010-11-15 12:08:49 +13:00 |
|
Ms2ger
|
774509ef2e
|
Bug 610935 - Don't clamp percentages in HTML dimension attributes; r+a=sicking
|
2010-11-12 09:46:13 +01:00 |
|
Olli Pettay
|
da61055435
|
Bug 608939 - XMLHttpRequest.statusText and getAllResponseHeaders shouldn't throw, r=sicking, a=sicking
--HG--
extra : rebase_source : 5dc42964f6a216c4f10127d0ad74fe52674601d7
|
2010-11-11 23:39:14 +02:00 |
|
Mounir Lamouri
|
7d34709c98
|
Bug 589977 - Removing aNotify in nsGenericHTMLFormElement::ClearForm. r=sicking a=blocking-final
|
2010-11-11 13:36:42 +01:00 |
|
Henri Sivonen
|
76999c3787
|
Bug 599588 - Make scripts created by createContextualFragment() executable. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : cfe476ed6ac2b1ee4cc243034659290d1226bd42
|
2010-11-01 11:50:01 +01:00 |
|
Henri Sivonen
|
01fa16e8c5
|
Bug 592656 part 1 - Use the current parser-inserted script as the insertion point key. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : 92320d48b27c984e25c72be6dafbaef9d6133038
|
2010-09-06 10:41:26 +03:00 |
|
Henri Sivonen
|
540f2194fe
|
Bug 602838 part 2 - Make script-created scripts (incl. scripts that have lost their parser-insertedness) default to .async=true. r=jonas, a=blocking2.0-beta8.
--HG--
extra : rebase_source : 8488bca56232504b1510e92b52f2567fa42eaf99
|
2010-10-27 15:04:09 +03:00 |
|
Henri Sivonen
|
69d732d81d
|
Bug 602838 part 1 - Execute in insertion order script-inserted external scripts that have the async DOM attribute reporting false. r=jonas, a=blocking2.0-beta8.
--HG--
extra : rebase_source : bfbbf7cf783a1d50a52896e5fe540aa7e84b2e0c
|
2010-10-13 10:12:55 +03:00 |
|
Michael Wu
|
f8ed923585
|
Backed out changeset 090046fc6891 bug 482935 due to a=orange
|
2010-11-10 19:29:51 -08:00 |
|
bjarne@runitsoft.com
|
935a3cd3d5
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
(Av1f) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
|
2010-11-11 01:02:15 +01:00 |
|
Ehsan Akhgari
|
a968458dc9
|
Backed out changeset c85c2f1b0566 because of oranges on mochitest-1
|
2010-11-10 17:46:32 -05:00 |
|
bjarne@runitsoft.com
|
a181c1aca6
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
(Av1e) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
|
2010-11-10 22:28:54 +01:00 |
|
Ehsan Akhgari
|
291032cb14
|
Bug 551704 - Part 5: Move breakIsVisible to nsIHTMLEditor_MOZILLA_2_0_BRANCH to make sure that nsIHTMLEditor does not change for Gecko 2.0; r=bzbarsky a=blocking-betaN+
This patch should be backed out on trunk when Gecko 2.0 has been branched.
|
2010-11-09 21:00:26 -05:00 |
|
Ehsan Akhgari
|
45318ab728
|
Bug 551704 - Part 3: Don't copy invisible BR nodes to the clipboard for editable elements, to make us more compatible with WebKit and Opera; r=bzbarsky a=blocking-betaN+
|
2010-11-06 18:49:26 -04:00 |
|
Daniel Holbert
|
7a34649262
|
Bug 610419: Don't pause SMIL in initially-"hidden" documents that are actually SVG-as-an-image documents (which don't get OnPageShow/OnPageHide calls and hence appear to be hidden). r=roc a=blocking-beta8+
|
2010-11-09 21:50:29 -08:00 |
|
Chris Jones
|
339106b788
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
|
Chris Jones
|
52d0f01838
|
Bug 550611: Make nsTArray optionally infallible. sr=bsmedberg a=blocking
--HG--
rename : xpcom/glue/nsTArray.cpp => xpcom/glue/nsTArray-inl.h
|
2010-11-08 20:48:59 -06:00 |
|
Mike Kristoffersen
|
110eddecd7
|
Bug 575647 - [e10s] Move FlushLayoutForTree to nsContentUtils r=jonas, a=approval2.0
|
2010-11-03 13:57:15 +01:00 |
|
Mike Kristoffersen
|
e2bbe9dc14
|
Bug 575642 - [e10s] rename GetMessageManager to EnsureMessageManager r=Olli.Pettay, a=approval2.0
|
2010-11-03 13:55:23 +01:00 |
|
Ms2ger
|
5bfdee1550
|
Bug 600175 - Run scripts inside noembed, iframe and noframes elements. r=sicking a=jst
|
2010-10-22 23:29:41 +02:00 |
|
timeless@mozdev.org
|
aced8a13a8
|
Bug 615485 warning: format '%11x' expects type 'unsigned int', but argument 3 has type 'PRUint64' in nsTextNode::List
r=bz, a=bz
--HG--
extra : rebase_source : 3d15042aaedf55731c46072ee0d5655aa61c52d0
|
2010-12-05 11:12:08 +00:00 |
|
timeless@mozdev.org
|
7c65053ebf
|
Bug 615837 - unused variable rv in nsXMLHttpRequest::GetStatusText. r+a=bz
|
2010-12-04 10:58:25 +01:00 |
|