Matt Woodrow
|
db33b0ef0e
|
Bug 718334 - Fix some tests to make them work with Skia. r=roc
|
2012-01-23 14:08:17 +13:00 |
|
Justin Lebar
|
f24ca507db
|
Bug 710231 - Part 3: Add mozbrowserloadstart, mozbrowserloadend, mozbrowserlocationchange events to <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : 01d82c02f56afd6aebf94443f223bc537536cc57
|
2012-01-20 12:02:48 -05:00 |
|
Justin Lebar
|
95259428e1
|
Bug 710231 - Part 1: Back out bug 708176 part 2 (rev 1bdcd84ae727). r=smaug
--HG--
extra : rebase_source : 1c5768b85524a2c7ad63901e7d1f7acdbc075dcb
|
2012-01-20 12:02:28 -05:00 |
|
Henri Sivonen
|
625e6e725c
|
Bug 102699 - Support text/html in DOMParser.parseFromString(). r=smaug.
--HG--
rename : content/base/test/file_html_in_xhr.sjs => parser/htmlparser/tests/mochitest/file_bug102699.sjs
|
2012-01-20 14:03:49 +02:00 |
|
Henri Sivonen
|
3bd56d1ff6
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
122c17f8e7
|
Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Matt Woodrow
|
d188865651
|
Backout 0190782907ea because of failed tests
|
2012-01-19 19:37:02 +13:00 |
|
Jeff Muizelaar
|
19d31dec25
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Matt Woodrow
|
ae4fbc05f8
|
Bug 718334 - Fix some tests to make them work with Skia. r=roc
|
2012-01-19 17:48:35 +13:00 |
|
Bobby Holley
|
f802ffaae4
|
Bug 702353 - Proof-of-concept on some pretty involved tests. r=ted
|
2012-01-18 19:10:14 -08:00 |
|
Matt Brubeck
|
3aa150e837
|
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
|
2012-01-17 15:15:47 -08:00 |
|
Jeff Muizelaar
|
e18b95dabf
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Olli Pettay
|
0cabdcbd11
|
Bug 718330 - Add URI of owning document to nsGenericElement::Traverse logging, r=mccr8
|
2012-01-16 15:06:19 +02:00 |
|
Olli Pettay
|
437e1050c9
|
Bug 718297 - Add EnumerateAll to nsPropertyTable, r=jst
|
2012-01-15 21:02:06 +02:00 |
|
Ms2ger
|
f97dbc4ba1
|
Bug 717370 - Cleanup range-using and nearby code in editor; r=smaug+ehsan
|
2012-01-15 09:13:12 +01:00 |
|
Ms2ger
|
d8739c7ff6
|
Bug 677079 - Part g: Expose VersionSetXML in jsfriendapi.h; r=bhackett
|
2012-01-15 09:13:08 +01:00 |
|
Henri Sivonen
|
ce7294644a
|
Bug 702167 - Remove an obsolete script execution test whose premise is wrong per HTML5. rs=smaug.
|
2012-01-13 16:27:51 +02:00 |
|
Masatoshi Kimura
|
b71556db7e
|
Bug 716570 - Rename blob URI scheme from "moz-filedata" to "blob" per spec. r=sicking
--HG--
rename : content/base/src/nsFileDataProtocolHandler.cpp => content/base/src/nsBlobProtocolHandler.cpp
rename : content/base/src/nsFileDataProtocolHandler.h => content/base/src/nsBlobProtocolHandler.h
|
2012-01-12 11:36:03 +01:00 |
|
Ehsan Akhgari
|
1ea713b5e0
|
Bug 171237 - Center the search results instead of scrolling only enough to show them in order to provide more visual context; r=roc
|
2012-01-11 20:18:23 -05:00 |
|
Ms2ger
|
096afeb104
|
Merge m-c to m-i.
|
2012-01-11 12:15:35 +01:00 |
|
Ms2ger
|
52641a24c5
|
Bug 332648 - Part b: Move AutoValueRooter to jsapi.h; r=evilpie
This patch also moves the MarkRuntime function into the JS namespace.
|
2012-01-11 09:23:08 +01:00 |
|
Ms2ger
|
1a688061bd
|
Bug 699731 - Remove PR_INT64_MAX / PR_UINT64_MAX from non-nsprpub source; r=ted
|
2012-01-11 09:23:07 +01:00 |
|
Ms2ger
|
d2be610370
|
Bug 715206 - Remove XPConnect from IDB's LOCAL_INCLUDES (again); r=bholley
|
2012-01-11 09:23:07 +01:00 |
|
Justin Lebar
|
af97d824a1
|
Bug 708176 - Part 2: Add {i,}frame.queryInnerState(), which allows privileged pages to peer into an iframe's state. r=smaug
--HG--
extra : rebase_source : dfd89eb7d451bac9ae4e4eb05d090c767f42ab8e
|
2012-01-10 12:57:40 -05:00 |
|
Justin Lebar
|
a44674dd6d
|
Bug 708176 - Part 1: Add nsContentUtils::URIIsChromeOrInPref. r=mounir
--HG--
extra : rebase_source : 9073217bd7a34a5bcd710d7d0671bd021df93164
|
2012-01-10 12:57:39 -05:00 |
|
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
David Zbarsky
|
36d49f44a6
|
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Masatoshi Kimura
|
16de863cf7
|
Bug 702820 - Allow XHR to data URL. r=sicking
|
2012-01-11 10:47:46 +01:00 |
|
Michael Kohler
|
8e7d457186
|
Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style
|
2012-01-10 00:29:30 -05:00 |
|
Ed Morley
|
86037d4658
|
Merge mozilla-central to mozilla-inbound
|
2012-01-08 22:23:21 +00:00 |
|
Olli Pettay
|
138bb80df8
|
Bug 714633 - Release message manager related data structures more aggressively, part2, r=jst
--HG--
extra : rebase_source : 3ed64f297c26111699b7e705836a04599ac5c79d
|
2012-01-07 21:20:26 +02:00 |
|
Olli Pettay
|
ddc85ea830
|
Bug 714633 - Release message manager related data structures more aggressively, r=jst
--HG--
extra : rebase_source : 5749ff9fc1ad21fd7a3d459198437e214b08fdfc
|
2012-01-07 21:20:12 +02:00 |
|
Olli Pettay
|
67e59b9a84
|
Bug 716006 - Don't traverse NodeInfoManager so much, r=jst, mccr8
--HG--
extra : rebase_source : 34085e6ad2c49a691b18c6fb092db7ae71e2a0f3
|
2012-01-07 20:57:03 +02:00 |
|
Mats Palmgren
|
18ad05b670
|
Bug 715056 - Use GetNodeParent(), not GetParent(), because ranges deals with any node, not just content nodes. r=smaug
|
2012-01-04 12:06:44 +01:00 |
|
Jesse Ruderman
|
56b76d1c87
|
Bug 715056 - Crash test.
|
2012-01-04 12:10:49 +01:00 |
|
Ed Morley
|
d89ef2f8f8
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-06 22:27:52 +00:00 |
|
Kyle Huey
|
d382eb7335
|
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
|
2012-01-06 07:32:38 -05:00 |
|
Neil Rashbrook
|
28fd3b25ad
|
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
|
2012-01-05 21:33:41 +00:00 |
|
Kyle Huey
|
a58d81faef
|
Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir
|
2012-01-05 08:44:46 -05:00 |
|
Marco Bonardo
|
8b2530e87f
|
Merge mozilla-central and mozilla-inbound
|
2012-01-06 13:26:21 +01:00 |
|
Santiago Gimeno
|
5c749b2022
|
Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
|
2012-01-04 05:08:00 -05:00 |
|
Henri Sivonen
|
18384e3ee5
|
Bug 708620 - Whine to console when a form is submitted in an encoding that cannot represent all of Unicode. r=smaug.
|
2012-01-02 16:18:30 +02:00 |
|
Robert Longson
|
6dd534bbe4
|
Bug 607854 - implement SVGTests interface. r=jwatt
|
2011-12-31 09:44:03 +00:00 |
|
Bobby Holley
|
9adc1c9d8a
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
|
Bobby Holley
|
8a890a3676
|
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
|
2011-12-30 09:35:38 -08:00 |
|
Ms2ger
|
941318dcd7
|
Merge m-c to m-i.
|
2011-12-30 12:17:22 +01:00 |
|
Olli Pettay
|
e29d8131b7
|
Bug 713462, don't traverse black content lists, r=mccr8
|
2011-12-29 23:21:33 +02:00 |
|
Olli Pettay
|
fb75702799
|
Bug 713865 - Don't traverse XBL and XUL protos so much, r=bent
|
2011-12-29 16:34:05 +02:00 |
|
Robert O'Callahan
|
46858a7a66
|
Bug 591718. Make getClientRects/getBoundingClientRect take transforms into account, and not treat SVG <foreignObject> as establishing a new viewport. r=mats
|
2011-12-28 16:26:46 +13:00 |
|
Ms2ger
|
e27ef6c21a
|
Bug 713550 - Move Base64 code on nsXPConnect to XPCOM / xpcpublic.h; r=bholley+khuey
|
2011-12-28 09:13:38 +01:00 |
|