Justin Lebar
|
65b70fabf4
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Justin Lebar
|
3e68e04f09
|
Bug 725796 - Make window.{top,parent,frameElement} respect <iframe mozbrowser>. r=bz
|
2012-03-04 11:02:00 -05:00 |
|
Aryeh Gregor
|
88c8133b31
|
Bug 711047 Part 2 - Remove RangeException in favor of DOMException. r=sicking
|
2012-03-01 13:35:48 -05:00 |
|
Matheus Kerschbaum
|
51254c73d0
|
Bug 687579 part 1: Remove globalStorage implementation. r=jst
Bug 687579 part 1: Remove globalStorage implementation. r=jst
|
2011-10-09 22:14:00 -04:00 |
|
John Schoenick
|
cf96434179
|
Bug 406541 - Followup - Handle failed URI creation, fix typo. r=bzbarsky
|
2012-03-02 14:13:10 -08:00 |
|
aceman
|
6c002f28d6
|
Bug 368758 - Remove obsolete workaround pref editor.quotesPreformatted. r=ehsan
|
2012-03-02 17:23:01 -05:00 |
|
Peter Van der Beken
|
615a5bd90d
|
Fix for bug 717013 (Add new DOM binding for DOMTokenList). r=jst.
--HG--
extra : rebase_source : 6ae0abe3bbe33a140c62c193685e23529d44e6d4
|
2011-08-22 11:14:13 +02:00 |
|
Nicholas Nethercote
|
94c77b94d3
|
Bug 730181 (part 2) - Rename nsDOMMemoryReporter. r=khuey.
--HG--
rename : dom/base/nsDOMMemoryReporter.cpp => dom/base/nsWindowMemoryReporter.cpp
rename : dom/base/nsDOMMemoryReporter.h => dom/base/nsWindowMemoryReporter.h
extra : rebase_source : f3aca3b1829e03e6f8a5a0607eb437322eb62f7d
|
2012-02-23 18:43:33 -08:00 |
|
Nicholas Nethercote
|
21e2aeb95c
|
Bug 730181 (part 1) - Merge the "dom+style" and "layout" memory reporter trees. r=khuey.
--HG--
extra : rebase_source : dabcf525d823639c5ff465c7a21de8ae533e82ff
|
2012-02-21 07:10:11 -08:00 |
|
Nicholas Nethercote
|
29ca78c292
|
Bug 723799 - Use mallocSizeOf in the DOM memory reporters. r=mounir.
--HG--
extra : rebase_source : 2eb96d2f901bbe4cc1ff6dbccdec4dc4099b08fc
|
2012-02-01 13:58:01 -08:00 |
|
Marco Bonardo
|
fd38296758
|
Merge central to inbound
|
2012-03-01 16:05:54 +01:00 |
|
Marco Bonardo
|
208a286683
|
Merge last green PGO from inbound to central
|
2012-03-01 14:27:31 +01:00 |
|
Olli Pettay
|
ebffce0923
|
Bug 730581, unbind content tree lazily after unlink, r=jst
|
2012-03-01 15:09:00 +02:00 |
|
Igor Bukanov
|
9174f0c095
|
bug 730281 - remove cx argument from GC and compartment related functions. r=:billm
|
2012-02-29 13:18:16 +01:00 |
|
John Schoenick
|
2cbb11efb8
|
Bug 406541 - Ensure we agree with java on applet codebase, and run security checks for file: codebase URIs. r=jst
|
2012-02-27 13:58:00 -08:00 |
|
Simon Montagu
|
6091adf028
|
Use GetGeneralCategory in IsPunctuationMark instead of the precompiled ccmap. Bug 731222, r=jfkthame
|
2012-03-01 00:17:27 -08:00 |
|
Justin Lebar
|
62dbeeb1ab
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Ryan VanderMeulen
|
f20c50e238
|
Backout bug 492921 due to mochitest crashing.
|
2012-02-29 20:29:49 -05:00 |
|
Emanuel Hoogeveen
|
09bd2b6a82
|
Bug 492931 - Part 1b: Change to ASCII case conversion in content/ where appropriate. r=sicking
|
2012-02-29 19:32:13 -05:00 |
|
Emanuel Hoogeveen
|
36698a56aa
|
Bug 492931 - Part 1a: Change to ASCII case conversion in content/ where appropriate. r=sicking
|
2012-02-29 19:31:45 -05:00 |
|
Emanuel Hoogeveen
|
106ac5e0c1
|
Bug 492931 - Part 0: Add nsContentUtils::EqualsLiteralIgnoreASCIICase. r=sicking
|
2012-02-29 19:29:12 -05:00 |
|
Jim Mathies
|
b1a104d755
|
Bug 724781 - Prevent repetitive nsObjectLoadingContent StopPluginInstance calls from entering DoStopPlugin. r=joshmoz
|
2012-02-29 09:04:37 -06:00 |
|
Neil Deakin
|
c96504c7ba
|
Bug 728581, use ContainsNode to determine if the mouse is over a selection so that dragging a scrollbar in chrome works properly, r=ehsan
|
2012-02-28 15:33:30 -05:00 |
|
Matt Brubeck
|
8aa8ff3307
|
Merge from mozilla-central to mozilla-inbound
|
2012-02-28 10:08:33 -08:00 |
|
Josh Aas
|
242d0ae9d0
|
Bug 731040: Fix bug in which we don't properly create an object frame due to over-aggressive fallback. r=jst
|
2012-02-28 10:05:06 -05:00 |
|
Josh Aas
|
353e2336d9
|
Bug 729673: Fix cases in which plugin instance src data stream is not delivered properly. r=bsmedberg
|
2012-02-27 15:36:46 -05:00 |
|
Olli Pettay
|
b4ba8dce02
|
Bug 730601 - Don't use GetListenerManager(false) to check existence of ELM, but HasListenerManager, r=jst
|
2012-02-27 16:03:15 +02:00 |
|
Ed Morley
|
0610770d3b
|
Merge mozilla-central to mozilla-inbound
|
2012-02-28 02:55:32 +00:00 |
|
Masatoshi Kimura
|
fa603ed1e3
|
Bug 705110 - Suppress warning spam on DOMAttrModified event. r=smaug
|
2012-02-27 18:57:28 -05:00 |
|
Henri Sivonen
|
cc739e00b5
|
Bug 650784 part 4 - Scripted test for plain text conversion. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
b0b6cb7764
|
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
--HG--
rename : toolkit/components/feeds/nsIScriptableUnescapeHTML.idl => parser/html/nsIScriptableUnescapeHTML.idl
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.h => parser/html/nsParserUtils.h
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
3aacb86e06
|
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Henri Sivonen
|
95c3b0eac7
|
Bug 650784 part 0 - Fold nsParserUtils into nsContentUtils. r=smaug.
|
2012-02-27 13:57:48 +02:00 |
|
Nathan Froyd
|
25b26d1813
|
Bug 700659 - Slay nsHashSets in content. r=bz
|
2011-11-08 15:23:12 -05:00 |
|
Jason Duell
|
d321b23aa7
|
Bug 716841. EventSource::GetInterface goes into infinite loop if redirected. r=bz
|
2012-02-24 11:37:30 -08:00 |
|
Jonathan Kew
|
9e665aa5d9
|
bug 724826 pt 3 - replace users of nsIUGenCategory service within libxul with direct access to mozilla::unicode::GetGenCategory. r=smontagu
|
2012-02-24 10:15:46 +00:00 |
|
Neil Deakin
|
4b83914437
|
Bug 728707, check return result of getting transferable, r=smaug
|
2012-02-23 15:59:45 -05:00 |
|
Matthew Schranz
|
62d6dff935
|
Bug 698381 - Make Node.cloneNode aDeep argument optional, default to true. r=smaug
|
2012-02-23 14:23:30 +01:00 |
|
Masatoshi Kimura
|
d99288b6cc
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
|
Jason Duell
|
1f1d1d4bdd
|
Bug 728514: Websockets: don't CloseConnection twice in OnServerClose. r=smaug
|
2012-02-21 14:57:13 -08:00 |
|
Jason Duell
|
b89ae61fae
|
Bug 696085: WebSocket connection opening across page loads r=smaug
|
2012-02-21 14:57:10 -08:00 |
|
Ed Morley
|
3d389274ff
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-21 11:59:33 +00:00 |
|
Ms2ger
|
cfdbc77292
|
Bug 724252 - Don't QI in nsDocument::GetDefaultView; r=smaug
|
2012-02-21 10:34:02 +01:00 |
|
Ms2ger
|
8f0aca08e4
|
Bug 726434 - Return DOMString for XMLHttpRequest.getAllResponseHeaders(); r=bent
|
2012-02-21 10:34:01 +01:00 |
|
Ms2ger
|
79981b5cf9
|
Bug 726416 - Fix some content/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
|
Olli Pettay
|
64de674dcd
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |
|
Chris Pearce
|
45a6bbad67
|
Bug 727303 - Add nsPIDOMWindow::SetFullScreenInteral. r=roc
|
2012-02-20 10:02:08 +13:00 |
|
Jonathan Watt
|
b6f2456346
|
Bug 721920 - Honor the 'lang' and 'xml:lang' attributes in SVG as we do in HTML. r=bz.
|
2012-02-19 20:49:34 +00:00 |
|
Emanuel Hoogeveen
|
bf0c63446d
|
Bug 727337 - Switch IsAllowedAttribute over to lossless conversion to avoid false positives; r=bz
|
2012-02-19 18:55:15 +00:00 |
|
Masatoshi Kimura
|
0a6c1a9d0d
|
Bug 727530 - XHR for data URIs should support content-type header field; r=jonas
|
2012-02-19 11:58:24 +00:00 |
|
Andrew McCreight
|
eb94676a90
|
Bug 726777, followup. r=sicking
|
2012-02-20 12:02:47 -08:00 |
|
Jonathan Watt
|
b84e0cbe12
|
Bug 416581, part 2 - Pay attention to the 'lang' attribute when fetching the user's font prefs for the CSS cascade. r=dbaron.
|
2012-01-25 23:52:26 +00:00 |
|
Bobby Holley
|
995b314569
|
Bug 696331 - Clear the document principal in nsDocument::ResetToURI after teardown, rather than before. r=jst
|
2012-02-18 08:55:28 -08:00 |
|
Chris Lord
|
37426c75dd
|
Bug 726817 - Add nsIFrameLoaderOwner.clampScrollPosition. r=roc
Add an attribute to nsIFrameLoaderOwner that allows the clamping of set scroll
positions to be toggled.
|
2012-02-17 23:41:13 +00:00 |
|
Neil Deakin
|
96524d644a
|
Bug 499008, part 7, merge html drag type constants into one place, r=ehsan
|
2012-02-17 09:17:00 -05:00 |
|
Neil Deakin
|
bb01abe388
|
Bug 499008, part 2, move editor dragstart handling to ContentAreaDragDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Ed Morley
|
776733eb64
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-17 11:06:18 +00:00 |
|
Olli Pettay
|
21c7c00df5
|
Bug 725804 - Don't add active network requests (XHR, WebSocket, EventSource) to CC graph, r=mccr8,jduell,jst
|
2012-02-16 18:45:25 +02:00 |
|
Marco Bonardo
|
7a229c8f87
|
Merge last green PGO from inbound to central
|
2012-02-16 11:45:18 +01:00 |
|
Brian Birtles
|
23a907da1b
|
Bug 629200 part 25 - Remove unnecessary serialisation from setting SVGStringList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
ffc98b904a
|
Bug 629200 part 24 - Add wrapper for SVG types used in nsAttrValue so we don't need to export them; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
db17484443
|
Bug 629200 part 22 - Remove unnecessary serialisation from setting SVGTransformList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
d09472bc4b
|
Bug 629200 part 21 - Remove unnecessary serialisation from setting SVGPathSegList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
2e1fc8f187
|
Bug 629200 part 20 - Remove unnecessary serialisation from setting SVGPointList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
c8d3bb7c3e
|
Bug 629200 part 19 - Remove unnecessary serialisation from setting nsSVGNumberList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
0da3cb6885
|
Bug 629200 part 18 - Remove unnecessary serialisation from setting nsSVGViewBox; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
5b666ab413
|
Bug 629200 part 17 - Remove unnecessary serialisation from setting nsSVGPreserveAspectRatio; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
|
Brian Birtles
|
175187d7ab
|
Bug 629200 part 14 - Remove unnecessary serialisation from setting nsSVGAngle; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
d6de4ce8bf
|
Bug 629200 part 13 - Remove unnecessary serialisation from setting nsSVGIntegerPair; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
c430369aac
|
Bug 629200 part 12 - Remove unnecessary serialisation from setting nsSVGInteger; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
b391bc3d32
|
Bug 629200 part 11 - Remove unnecessary serialisation from setting nsSVGNumberPair; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
6ff2b4dd52
|
Bug 629200 part 10 - Remove unnecessary serialisation from setting nsSVGNumber2; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
b950210d56
|
Bug 629200 part 9 - Update attribute setting for SVGAnimatedLengthList; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
aeb1e07624
|
Bug 629200 part 8 - Remove unnecessary serialisation from setting nsSVGLength2; r=jwatt
|
2012-02-16 08:40:45 +09:00 |
|
Brian Birtles
|
d3b3749053
|
Bug 629200 part 7 - Remove unnecessary serialisation from setting SVGEnum; r=jwatt
|
2012-02-16 08:40:44 +09:00 |
|
Gavin Sharp
|
fd1108bafd
|
Bug 726866: remove nsIMessageWakeupService since it isn't built/used, r=mfinkle
|
2012-02-15 12:15:08 -08:00 |
|
Andrew McCreight
|
f2b74f5472
|
Bug 727572 - remove childless nsChildContentList from the purple buffer. r=smaug
|
2012-02-16 08:45:19 -08:00 |
|
Dão Gottwald
|
1814a49659
|
Bug 725289 followup, replace remaining mozSlize with slice
|
2012-02-16 12:43:08 +01:00 |
|
Marco Bonardo
|
756b3f734f
|
Merge central to inbound
|
2012-02-16 11:47:36 +01:00 |
|
Matthew Schranz
|
f4ee122174
|
Bug 725289 - Removed moz prefix in Blob.mozSlice. r=sicking
--HG--
rename : dom/workers/test/fileReadMozSlice_worker.js => dom/workers/test/fileReadSlice_worker.js
rename : dom/workers/test/fileMozSlice_worker.js => dom/workers/test/fileSlice_worker.js
rename : dom/workers/test/test_fileReadMozSlice.xul => dom/workers/test/test_fileReadSlice.xul
rename : dom/workers/test/test_fileMozSlice.xul => dom/workers/test/test_fileSlice.xul
|
2012-02-16 11:22:25 +01:00 |
|
Johnny Stenback
|
dbc1f7b85e
|
Bug 704623, part 1. Track orphan DOM nodes so that they can be reported in about:memory. r=smaug
|
2012-02-14 15:13:19 -08:00 |
|
Andrew McCreight
|
c3f24a6a48
|
Bug 726777. r=sicking
|
2012-02-14 10:05:43 -08:00 |
|
Jonathan Kew
|
026918c9c1
|
bug 726981 - remove stray instances of PRBool in content. r=mounir
|
2012-02-14 16:17:19 +00:00 |
|
Marco Bonardo
|
5d2d3f3a0e
|
Merge central to inbound
|
2012-02-14 11:18:40 +01:00 |
|
Marco Bonardo
|
ead310cb44
|
Merge last green PGO from inbound to central
|
2012-02-14 11:16:13 +01:00 |
|
Phil Ringnalda
|
4ef4e9a277
|
Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange
|
2012-02-13 22:31:22 -08:00 |
|
Robert O'Callahan
|
54b0e6b827
|
Bug 725221. Don't fire notifications in nsGenericDOMDataNode::SetTextInternal if the text hasn't changed. r=jst
|
2012-02-14 17:41:57 +13:00 |
|
Brian Birtles
|
841396ac1d
|
Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz
|
2012-02-14 11:00:57 +09:00 |
|
Brian Birtles
|
6f19807311
|
Bug 629200 part 4 - Tidy up bool parameters to make them easier to read; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Brian Birtles
|
8703bcb41f
|
Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Brian Birtles
|
8e36f98441
|
Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Brian Birtles
|
3ed762da7b
|
Bug 629200 part 1 - Make MaybeCheckSameAttrVal work on parsed attributes instead of strings; r=bz
|
2012-02-14 11:00:56 +09:00 |
|
Geoff Lankow
|
c4d2ef72bf
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Mats Palmgren
|
65785ecf42
|
Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug
|
2012-02-12 22:21:49 +01:00 |
|
Matthew Schranz
|
2756348faf
|
Bug 718274 - Implement ::DispatchUntrustedEvent and ::DispatchEvent for ContentUtils. r=mounir
|
2012-02-13 18:07:04 -05:00 |
|
Jason Duell
|
17f932d3ef
|
Bug 725862: Allow test_websocket.html to run multiple times to help track down random oranges. r=mcmanus
|
2012-02-13 11:30:01 -08:00 |
|
Robert Accettura
|
b24e0ca1f7
|
Bug 542938: add a pref to control whether oncopy/oncut/onpaste events are fired, r=smaug
|
2012-02-13 10:06:26 -08:00 |
|
Phil Ringnalda
|
e66d5e8494
|
Back out 1cd8c9b40035 (bug 725376), df43cc1f72e1 (bug 725535), and 8a820e4ee7f6 (bug 726364) for reftest orange
|
2012-02-12 14:01:58 -08:00 |
|
Mats Palmgren
|
86e320e2f9
|
Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug
|
2012-02-12 22:21:49 +01:00 |
|
Johnny Stenback
|
9f1a2f2eb9
|
Followup fix for bug 723473, also make sure that the content type string remains valid while instantiating a plugin instance. r=josh
|
2012-02-13 13:26:41 -08:00 |
|
Olli Pettay
|
8435d939fc
|
Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8
|
2012-02-13 22:59:14 +02:00 |
|
Olli Pettay
|
2b5128a5bf
|
Bug 701423 - Log the id and classes of an element in cycle collector dumps, f=mccr8,r=sicking
|
2012-02-11 13:03:54 +02:00 |
|
Ed Morley
|
6270d4ef00
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-11 01:49:07 +00:00 |
|
Olli Pettay
|
cb88710c94
|
Bug 725768 - BBP for ObjectHolders, additional patch, mccr8
|
2012-02-11 03:21:26 +02:00 |
|
Olli Pettay
|
ef64620390
|
Bug 725446 - BBP for ContentList, f=mccr8,r=jst
|
2012-02-10 22:47:29 +02:00 |
|
Olli Pettay
|
1c1078d993
|
Bug 725768 - BBP for ObjectHolders, r=mccr8
--HG--
extra : rebase_source : 31e088050144099582d035f758d716516885ebd3
|
2012-02-10 21:50:37 +02:00 |
|
Olli Pettay
|
2bf2adc708
|
Bug 725867 - Optimize anon content in BBP, f=mccr8,r=jst
--HG--
extra : rebase_source : 4ac761bd26bf7497140b574c91d8da9dc6954aa8
|
2012-02-10 21:42:46 +02:00 |
|
Ms2ger
|
01ae744c0b
|
Bug 716208 - Simplify nsHTMLCopyEncoder::IsMozBR; r=peterv
|
2012-02-10 11:04:45 +01:00 |
|
Ms2ger
|
7eb30cb017
|
No bug - Remove unused variable 'gen'; r=smaug
|
2012-02-10 11:04:45 +01:00 |
|
Mounir Lamouri
|
4ae7b782c7
|
Merge mozilla-central into mozilla-inbound.
|
2012-02-09 11:31:59 +01:00 |
|
Benjamin Smedberg
|
b3dc2af026
|
Bug 723473: Fix crash with Flashblock, regression from bug 90268. r=josh
|
2012-02-08 18:15:16 -05:00 |
|
Philipp Wagner
|
76034a2846
|
Bug 724873 - Don't include nsString.h in nsIXPathEvaluatorInternal.h; r=bsmedberg
|
2012-02-08 18:28:07 +01:00 |
|
Ed Morley
|
fa2f8b5e00
|
Merge mozilla-central to mozilla-inbound
|
2012-02-10 14:03:24 +00:00 |
|
Josh Aas
|
7f8b14d760
|
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
|
2012-02-10 08:39:40 -05:00 |
|
Heather Arthur
|
aee4173802
|
Bug 708874 - API for locking pseudo-class state of an element. r=bz
|
2012-02-08 10:42:38 -08:00 |
|
Edmund Wong
|
e2dc3856a0
|
Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug
|
2012-02-08 10:53:33 +08:00 |
|
Josh Aas
|
f5d4d28cb8
|
Bug 723379: Be more strict about not instantiating plugin instances before they have an object frame. Also fix a bug causing object frame creation to fail. r=bz
|
2012-02-07 16:25:28 -05:00 |
|
Neil Deakin
|
6125e0566b
|
Bug 707382, merge nsIDOMDataTransfer and nsIDOMNSDataTransfer, r=jonas
|
2012-02-07 13:02:32 -05:00 |
|
Marco Bonardo
|
f05785c238
|
Backout 683c21514e28, c22a4f1815c6, adb8a322cbe3, 415f3b807d45, 25edb41d0119 (bug 629200) for Dromaeo(DOM) regressions
|
2012-02-07 15:57:03 +01:00 |
|
Brian Birtles
|
6ee88b6eff
|
Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz
|
2012-02-07 15:54:39 +09:00 |
|
Brian Birtles
|
8b808c4c87
|
Bug 629200 part 4 - Tidy up bool parameters to make them easier to read; r=bz
|
2012-02-07 15:54:38 +09:00 |
|
Brian Birtles
|
c0c319ccbe
|
Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz
|
2012-02-07 15:54:38 +09:00 |
|
Brian Birtles
|
a9bc61b8d3
|
Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz
|
2012-02-07 15:54:38 +09:00 |
|
Brian Birtles
|
ea0cbd9a1e
|
Bug 629200 part 1 - Make MaybeCheckSameAttrVal work on parsed attributes instead of strings; r=bz
|
2012-02-07 15:54:37 +09:00 |
|
Aryeh Gregor
|
a4fd88b30a
|
Bug 393910 - Serialize "0" as "0px" for lengths instead of "0pt"; r=dbaron
|
2012-02-14 10:54:08 -05:00 |
|
Jeff Muizelaar
|
995c62066b
|
Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman
|
2008-11-04 16:50:00 -05:00 |
|
Cameron Kaiser
|
8b76d285cd
|
Bug 724456. Don't assume that sizeof(bool) == 1 when memsetting arrays of bools in nsLineBreaker. r=bzbarsky
|
2012-02-06 13:02:22 -05:00 |
|
Mark Capella
|
7457cb6aa6
|
Bug 689540 - Expose IA2 margin- object attributes, r=surkov
|
2012-02-06 18:18:25 +01:00 |
|
Masatoshi Kimura
|
0b5ecd0592
|
Bug 722962 - Avoid a race condition; r=jonas
|
2012-02-04 13:11:09 +00:00 |
|
Gavin Sharp
|
5ed770e1dd
|
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
|
2012-01-30 17:58:30 -08:00 |
|
Sid Stamm
|
12185d824b
|
Bug 717511 - Content Security Policy Bypass. r=bsterne, jst
|
2012-02-02 15:42:12 -08:00 |
|
Boris Zbarsky
|
c9cb72c0b1
|
Bug 723441. Add a way to store base URI object on nodes out-of-band, and use the for <use>-cloned content. r=dholbert
|
2012-02-02 15:50:50 -05:00 |
|
Matt Brubeck
|
6eb3db5623
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
|
Igor Bukanov
|
bd4db6e9ef
|
bug 723021 - moving native stack limits into runtime. r=luke
|
2012-01-31 23:28:22 +01:00 |
|
Ms2ger
|
b18a5b04b2
|
Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug
|
2012-02-01 11:54:22 +01:00 |
|
Josh Aas
|
1d82a76ecf
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Ed Morley
|
08314b3ec8
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 10:52:29 +00:00 |
|
Ed Morley
|
987beafe67
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-01-31 03:06:47 +00:00 |
|
Olli Pettay
|
8fbdcb4ae7
|
Bug 721515 - Add Documents, elements and textnodes to BBP, r=mccr8,jst
--HG--
extra : rebase_source : 103b7572ee627990ed53f214b31d0badfdb05585
|
2012-01-30 22:08:13 +02:00 |
|
Olli Pettay
|
cdb633fcb3
|
Bug 721548 - Cleanup purple buffer during cycle-collector-forget-skippable, r=mrrc8
--HG--
extra : rebase_source : 24265a6e07a778fb308d6273183d5d5e09a06be2
|
2012-01-30 22:07:42 +02:00 |
|
Philipp Wagner
|
b87e8f8c4d
|
Bug 694754 - Accessing DOM Document methods lookupPrefix, lookupNamespaceURI and isDefaultNamespace through XPCOM and quickstubs should create equal results. r=jonas
|
2012-01-30 15:54:54 +01:00 |
|
Masatoshi Kimura
|
9ca2145ed8
|
Bug 696586 - Part 3: Tests; r=jonas
|
2012-01-30 11:34:15 +01:00 |
|
Masatoshi Kimura
|
f239bda90f
|
Bug 696586 - Part 2: Add moz-blob response type and ability to access to the blob in progress events. r=jonas
|
2012-01-30 11:33:59 +01:00 |
|
Masatoshi Kimura
|
1facb9143a
|
Bug 696586 - Part 1: Split nsDOMBlobBuilder.h from nsDOMBlobBuilder.cpp; r=jonas
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/nsDOMBlobBuilder.h
|
2012-01-30 11:33:22 +01:00 |
|
Mats Palmgren
|
03a740d4a6
|
Bug 714587 - If the new boundary point is null, as it is for the call from Reset(), then it's expected that the new common ancestor is also null. r=smaug
|
2012-01-28 16:55:23 +01:00 |
|
David Zbarsky
|
9784c231a7
|
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
|
2012-01-28 16:42:14 +01:00 |
|
Scott Johnson
|
439ea73edb
|
Bug 706198 - Disable font inflation on sites optimized for mobile to avoid strangely inflated text. [r=mbrubeck,dbaron]
--HG--
extra : rebase_source : 60d764b0a76ae87515a3e669ba76adc61926c862
|
2012-01-30 16:52:11 -06:00 |
|
Ed Morley
|
14dbcc2bc2
|
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
|
2012-02-01 12:58:07 +00:00 |
|
Marco Bonardo
|
4ed363f0ac
|
Merge mozilla-central to mozilla-inbound
|
2012-01-26 19:34:35 +01:00 |
|
Olli Pettay
|
63133475db
|
Bug 719949 - Unmark listeners in XHR, WebSocket and EventSource if the object is black, r=mccr8
--HG--
extra : rebase_source : ceff390170c3ad35baa33a7f16ec39e3393a81be
|
2012-01-26 16:55:30 +01:00 |
|
Olli Pettay
|
ea14e2294f
|
Bug 720647 - Add message managers to black-bit-propagation, r=mccr8
--HG--
extra : rebase_source : f250f4d74ececd46e07bb81eb4ad9178d6408bd9
|
2012-01-26 16:39:23 +01:00 |
|
Olli Pettay
|
e45ec4dc02
|
Bug 720808 - Add nsJSEventListener and nsGlobalWndow to BBP, r=mccr8
--HG--
extra : rebase_source : e6512fe1b8b19b3ddd959b992ce0f2672b0b072f
|
2012-01-26 16:03:21 +01:00 |
|
Olli Pettay
|
12ceb58a9b
|
Bug 720630 - Add a way to unmark all the listeners in black documents, r=mccr8
--HG--
extra : rebase_source : 3703e6bc0dc16683757255fd5bf7a5537ac4de38
|
2012-01-26 15:51:58 +01:00 |
|
Jeff Walden
|
c6126c237c
|
Bug 720941 - Remove JSDOUBLE_COMPARE (and DOUBLE_COMPARE, outside SpiderMonkey), as tinderbox's Windows compilers seem not to need it any more. r=dmandelin
--HG--
extra : rebase_source : 1ee5ff83329ef22e6ea471f5a06815bafa45f345
|
2012-01-23 11:52:28 -08:00 |
|
Jon Buckley
|
a1ada7a67d
|
Bug 682299 - Implement CORS support for the <video> tag. r=roc
|
2012-01-25 17:31:30 -05:00 |
|
Jon Buckley
|
350374a515
|
Bug 682299 - Move CORS attributes and enumerations to nsGenericHTMLElement. r=bz
|
2012-01-25 17:31:29 -05:00 |
|
Matthew Schranz
|
75edd6c796
|
Bug 698384 - Make document.createNodeIterator's 2nd and 3rd parameters optional. r=smaug
|
2012-01-25 13:47:50 +01:00 |
|
Ms2ger
|
2d51bac031
|
Merge m-c to m-i.
|
2012-01-25 11:06:40 +01:00 |
|
Ms2ger
|
c65e8a0ba7
|
Bug 718504 - Remove some GetChildAt callers; r=smaug
|
2012-01-25 08:50:07 +01:00 |
|
Ms2ger
|
4bcb2cb24d
|
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
|
2012-01-25 08:50:05 +01:00 |
|
Ms2ger
|
9d656c56e1
|
Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
70306e5407
|
Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
05ed36cc33
|
Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen
|
2012-01-25 08:50:04 +01:00 |
|
Ms2ger
|
4a0736a867
|
Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen
|
2012-01-25 08:50:02 +01:00 |
|
Ben Turner
|
ceef542221
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : kT-%8B%9A%00%D5%230%EC%11%00%1A%B1%A2%1EFSd%2A
|
2012-01-24 02:03:37 -08:00 |
|
Alex Vincent
|
2de5871839
|
Implement XMLHttpRequest.timeout support. Bug 525816, r=smaug, sr=sicking.
--HG--
extra : rebase_source : f8ec0171cab2d0fbcc1975c5e455162ebbeb2690
|
2012-01-26 11:02:22 +01:00 |
|
Timothy Zhu
|
9e65bddb23
|
Bug 686514 - Make ctrl-plus and ctrl-minus scale image documents. r=gavin.sharp,jonas
|
2011-11-16 23:25:00 -05:00 |
|
Phil Ringnalda
|
deb06f5a95
|
Backed out changeset a57b82b18bde (bug 622232) for build bustage
|
2012-01-23 16:07:47 -08:00 |
|
Steve Workman
|
96e0190997
|
Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz
|
2012-01-20 15:14:46 -08:00 |
|
Ed Morley
|
57b735d92d
|
Backout 8886b027527a (bug 718132) for xpcshell failures
|
2012-01-23 16:18:14 +00:00 |
|
Bobby Holley
|
949e30351c
|
Bug 579535 - Remove AddScriptBlockerAndPreventAddingRunners() API and warn about script runner failures. r=bz
|
2012-01-23 16:52:38 +01:00 |
|
Ben Turner
|
ad6eb968ce
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : 1j%98%F9%1D%7F%C8%13%8E%9D%B0%05%05%93%D4%60%89%3D%06%19
|
2012-01-23 06:03:41 -08:00 |
|
Matt Woodrow
|
3ca05ac15f
|
Bug 718334 - Fix some tests to make them work with Skia. r=roc
|
2012-01-23 14:08:17 +13:00 |
|
Masatoshi Kimura
|
7d692e41fd
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug
|
2012-02-01 11:36:42 +01:00 |
|
Jason Duell
|
cdc38d0c74
|
Bug 718557: Clean up DOM Websocket close logic. r=smaug
|
2012-01-31 20:41:43 -08:00 |
|
Nicholas Nethercote
|
4f29e66f41
|
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
|
2012-01-02 18:19:14 -08:00 |
|
Justin Lebar
|
235e524f0e
|
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
|
ff743fa577
|
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
|
7bcb2df73f
|
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
|
556cef528f
|
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Henri Sivonen
|
6db281e157
|
Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.
|
2012-01-20 13:16:27 +02:00 |
|
Matt Woodrow
|
4749771972
|
Backout 0190782907ea because of failed tests
|
2012-01-19 19:37:02 +13:00 |
|
Jeff Muizelaar
|
a47ca866d2
|
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
|
4499e2be71
|
Bug 718334 - Fix some tests to make them work with Skia. r=roc
|
2012-01-19 17:48:35 +13:00 |
|
Bobby Holley
|
455e02abb5
|
Bug 702353 - Proof-of-concept on some pretty involved tests. r=ted
|
2012-01-18 19:10:14 -08:00 |
|
Steve Workman
|
c542c8f61b
|
Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz
|
2012-01-20 15:14:46 -08:00 |
|
Jeff Muizelaar
|
223038ca63
|
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
--HG--
extra : rebase_source : d21f4ffb244ae661e1ca222c02a8fa8b40a071bd
|
2012-01-18 19:53:35 -05:00 |
|
Matt Brubeck
|
b79b1e58d3
|
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
|
2012-01-17 15:15:47 -08:00 |
|
Jeff Muizelaar
|
315982723f
|
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
|
79b4d25989
|
Bug 718330 - Add URI of owning document to nsGenericElement::Traverse logging, r=mccr8
|
2012-01-16 15:06:19 +02:00 |
|
Olli Pettay
|
233390c4b7
|
Bug 718297 - Add EnumerateAll to nsPropertyTable, r=jst
|
2012-01-15 21:02:06 +02:00 |
|
Ms2ger
|
cee1d31b2e
|
Bug 717370 - Cleanup range-using and nearby code in editor; r=smaug+ehsan
|
2012-01-15 09:13:12 +01:00 |
|
Ms2ger
|
db00645596
|
Bug 677079 - Part g: Expose VersionSetXML in jsfriendapi.h; r=bhackett
|
2012-01-15 09:13:08 +01:00 |
|
Henri Sivonen
|
60ff9bd2bc
|
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
|
940decf815
|
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
|
18f246bc79
|
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
|
10ae9ad9d2
|
Merge m-c to m-i.
|
2012-01-11 12:15:35 +01:00 |
|
Ms2ger
|
41e5f45d47
|
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
|
f721014338
|
Bug 699731 - Remove PR_INT64_MAX / PR_UINT64_MAX from non-nsprpub source; r=ted
|
2012-01-11 09:23:07 +01:00 |
|
Ms2ger
|
7209aafe64
|
Bug 715206 - Remove XPConnect from IDB's LOCAL_INCLUDES (again); r=bholley
|
2012-01-11 09:23:07 +01:00 |
|
Justin Lebar
|
e79f17be95
|
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
|
0055d0f36c
|
Bug 708176 - Part 1: Add nsContentUtils::URIIsChromeOrInPref. r=mounir
--HG--
extra : rebase_source : 9073217bd7a34a5bcd710d7d0671bd021df93164
|
2012-01-10 12:57:39 -05:00 |
|
David Zbarsky
|
785e84c27d
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
David Zbarsky
|
3484fe1ebe
|
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Masatoshi Kimura
|
977201ed8c
|
Bug 702820 - Allow XHR to data URL. r=sicking
|
2012-01-11 10:47:46 +01:00 |
|
Michael Kohler
|
bf6a5aaae5
|
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
|
12d25a866b
|
Merge mozilla-central to mozilla-inbound
|
2012-01-08 22:23:21 +00:00 |
|
Olli Pettay
|
d4bcb61819
|
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
|
68c4899431
|
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
|
38dc995613
|
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
|
91993e6477
|
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
|
f59033de5b
|
Bug 715056 - Crash test.
|
2012-01-04 12:10:49 +01:00 |
|
Ed Morley
|
8790c6731c
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-06 22:27:52 +00:00 |
|
Kyle Huey
|
3a27625aad
|
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
|
2012-01-06 07:32:38 -05:00 |
|
Neil Rashbrook
|
e7ecf3a5d5
|
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
|
d7fda3b961
|
Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir
|
2012-01-05 08:44:46 -05:00 |
|
Marco Bonardo
|
27b788e814
|
Merge mozilla-central and mozilla-inbound
|
2012-01-06 13:26:21 +01:00 |
|
Santiago Gimeno
|
c5a094d7d4
|
Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
|
2012-01-04 05:08:00 -05:00 |
|
Henri Sivonen
|
757bd59f6a
|
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
|
48d9142be8
|
Bug 607854 - implement SVGTests interface. r=jwatt
|
2011-12-31 09:44:03 +00:00 |
|
Bobby Holley
|
92e001c11a
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
|
Bobby Holley
|
4b6add2c77
|
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
|
2011-12-30 09:35:38 -08:00 |
|
Ms2ger
|
b5c39750d9
|
Merge m-c to m-i.
|
2011-12-30 12:17:22 +01:00 |
|
Olli Pettay
|
cf45db1549
|
Bug 713462, don't traverse black content lists, r=mccr8
|
2011-12-29 23:21:33 +02:00 |
|
Olli Pettay
|
ba414d54f2
|
Bug 713865 - Don't traverse XBL and XUL protos so much, r=bent
|
2011-12-29 16:34:05 +02:00 |
|
Robert O'Callahan
|
d961c63703
|
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
|
a63b21f505
|
Bug 713550 - Move Base64 code on nsXPConnect to XPCOM / xpcpublic.h; r=bholley+khuey
|
2011-12-28 09:13:38 +01:00 |
|
Mats Palmgren
|
d60797cd3d
|
Bug 713417 - Another crash test.
|
2011-12-26 14:29:25 +01:00 |
|
Jesse Ruderman
|
837851c4c9
|
Bug 713417 - Crash test.
|
2011-12-26 14:29:25 +01:00 |
|
Mats Palmgren
|
222c87f7e7
|
Bug 713417 - Make the nsGkAtoms::range property transferable. r=smaug
|
2011-12-26 14:29:25 +01:00 |
|
Phil Ringnalda
|
8e7c10e41c
|
Merge m-i <-> m-c
|
2011-12-24 21:50:23 -08:00 |
|
Ms2ger
|
8d47d26d10
|
Bug 711240 - Part b: Expose xpc_qsStringToJsval publicly; r=bholley
|
2011-12-24 09:27:04 +01:00 |
|
Ed Morley
|
7526912220
|
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
|
2011-12-23 23:54:24 +00:00 |
|
Olli Pettay
|
4393f02fb4
|
Bug 712743, if node is black, return early from ::Traverse, r=mccr8,sicking
|
2011-12-24 00:28:58 +02:00 |
|
Patrick McManus
|
300ca2ef0e
|
bug 694576 r=bz
|
2011-12-22 21:21:20 -05:00 |
|
Jeff Walden
|
5d0d2b2e73
|
Bug 711647 - Add MOZ_DELETE to a bunch of deliberately-not-implemented methods across the tree. r=dbaron
--HG--
extra : rebase_source : 507006c0f099da6851b585d2062267d285978ad7
|
2011-12-16 14:42:07 -05:00 |
|
Mats Palmgren
|
e1783667b9
|
Bug 698237 - Invalidate affected frames when a range in a selection is modified. r=smaug
|
2011-12-24 14:26:03 +01:00 |
|
Chris Pearce
|
85eda6f596
|
Bug 713597 - Move assertions around so that they don't null pointer deref when full-screen exits during full-screen request. r=smaug
|
2012-01-06 10:19:33 +13:00 |
|
Jason Duell
|
c3d684c2d4
|
Bug 712188: Return correct websocket close code when brower navigates away from page. r=smaug
|
2012-01-05 12:14:22 -08:00 |
|
Florian Scholz
|
6eeeb1f9b3
|
Bug 696647 - Remove invalid MathML atoms; r=karlt
|
2012-01-10 23:49:26 +00:00 |
|
aceman
|
42a71aa907
|
Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky
|
2011-12-21 16:51:29 -05:00 |
|
Ed Morley
|
26a6324065
|
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
|
2011-12-21 12:11:14 +00:00 |
|
Olli Pettay
|
c35f7bb3a9
|
Bug 711841, Null(C)String(), r=bsmedberg,glandium
|
2011-12-20 21:46:00 +02:00 |
|
Ed Morley
|
38893973b0
|
Merge mozilla-central and mozilla-inbound
|
2011-12-20 16:30:26 +00:00 |
|
Philipp Wagner
|
6ab8697406
|
Bug 693615 - element.lookupNamespaceURI(null) in text/html page cause NS_ERROR_FAILURE error on XrayWrappers; r=bz
|
2011-12-20 15:54:14 +01:00 |
|
Jan Varga
|
3253a69c4f
|
Bug 711727 - Followup cleanup for files in IndexedDB. r=sicking/bent
|
2011-12-20 12:23:27 +01:00 |
|
Jason Duell
|
def5c3a081
|
Bug 695635: Unprefix websockets. r=sicking, sr=smaug
--HG--
rename : content/base/public/nsIMozWebSocket.idl => content/base/public/nsIWebSocket.idl
|
2011-12-20 00:20:12 -08:00 |
|
Jason Duell
|
6fc87006e3
|
Bug 710964. No longer dispatch incoming WebSocket messages in CLOSING state. r=smaug
|
2011-12-20 00:20:12 -08:00 |
|
Jason Duell
|
450977e6bd
|
Bug 710345: Mozilla-specific changes to pywebsocket v606. r=mcmanus
|
2011-12-20 00:20:12 -08:00 |
|
Ed Morley
|
1a39d3c95a
|
Merge mozilla-central to mozilla-inbound
|
2011-12-20 11:52:08 +00:00 |
|