Jeff Muizelaar
|
eca1c1caae
|
Bug 726352. Move SAMPLE_LABEL from nsEventListenerManager::HandleEventInternal r=smaug
This moves it to nsEventDispatcher::Dispatch which is not as hot.
--HG--
extra : rebase_source : 93005aaf4b341047d8512ebbda7de5d7e7433b1d
|
2012-04-16 14:43:06 -04:00 |
|
David Humphrey (:humph)
|
a6fb05536e
|
Bug 745255 - Operator precedence is wrong in nsEventStateManager::PreHandleEvent. r=smaug
|
2012-04-16 14:29:14 -07:00 |
|
Daniel Holbert
|
3bb9bd9b04
|
Bug 745272: Replace comparison of unsigned value >=0 with a useful comparison. r=humph r=cpearce
|
2012-04-16 14:29:14 -07:00 |
|
David Anderson
|
9e6c5a8a5f
|
Remove simple JS_FrameIterator use from content, DOM, and caps (bug 744617, r=mrbkap).
--HG--
extra : rebase_source : 003a5285b549845d47c9298606d737620db5bb3d
|
2012-04-16 12:30:00 -07:00 |
|
Jonathan Watt
|
7ca527468b
|
Bug 745352 - Remove broken include paths from content Makefile.in files. r=dholbert.
|
2012-01-19 15:36:53 +00:00 |
|
Masatoshi Kimura
|
9b5d48cafb
|
Bug 743575 - Try to get line number if at all possible when reporting warnings to the error console. r=mrbkap
|
2012-04-13 13:57:05 -04:00 |
|
Robert Longson
|
3c0ce8608d
|
Bug 743444 - Lighting Filter clipped when kernelUnitLength specified. r=roc
|
2012-04-13 08:01:55 +01:00 |
|
Jeff Walden
|
18b2aec6c5
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Mark Capella
|
1a44f1208f
|
Bug 740688 - Use uintptr_t instead of PRUword, and intptr_t instead of PRWord. r=jwalden
--HG--
extra : rebase_source : 648a581323d2c2893df780f71fe34dadcc4bbaab
|
2012-04-11 17:17:44 -07:00 |
|
Gregory Szorc
|
15089b0805
|
Merge mozilla-central into inbound
|
2012-04-11 18:51:10 -07:00 |
|
Matt Brubeck
|
f774a22fec
|
Merge last green changeset from inbound to mozilla-central
|
2012-04-11 08:52:07 -07:00 |
|
Olli Pettay
|
b5b7b0c4b3
|
Bug 742482 - Add support for MutationObserver.takeRecords(), r=sicking
|
2012-04-11 08:24:18 +03:00 |
|
Ehsan Akhgari
|
663c12dc93
|
Merge the latest green changeset from mozilla-inbound into mozilla-central
|
2012-04-10 16:00:30 -04:00 |
|
Olli Pettay
|
fab5e41574
|
Bug 742636 - Keep observed node alive during microtask if there are transient observers, r=sicking
|
2012-04-10 22:01:14 +03:00 |
|
Daniel Holbert
|
543f521202
|
Bug 742565: Cast known-to-be-nonnegative integer val to unsigned, to fix build warnings in nsRange.cpp. r=smaug
|
2012-04-10 00:45:59 -07:00 |
|
Henri Sivonen
|
19ba3a27fe
|
Bug 741384 - Change MOZ_NOT_REACHED added in bug 732343 to MOZ_ASSERT(false). r=smaug.
|
2012-04-10 10:02:31 +03:00 |
|
Matias Juntunen
|
552bde7b2a
|
Bug 743475 - Patch to fix the wrong template parameters in call to WebGLBuffer::FindMaxElementInSubArray - r=jgilbert
|
2012-04-09 19:51:29 -07:00 |
|
Masatoshi Kimura
|
aeaab5cc06
|
Bug 743574 - Deprecate DOMException.code. r=sicking
|
2012-04-11 17:55:23 -04:00 |
|
Masatoshi Kimura
|
aeb3f9e55a
|
Bug 743049 - Part 2: Use the new API from NS_ScriptErrorReporter to get an error type name. r=jst
|
2012-04-11 17:55:22 -04:00 |
|
Masatoshi Kimura
|
23049011a9
|
Bug 730161 - Replace IDBDatabaseException and FileException with DOMException. r=sicking
|
2012-04-11 17:55:21 -04:00 |
|
David Humphrey (:humph)
|
9534b79926
|
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
|
2012-04-11 17:55:21 -04:00 |
|
Matt Brubeck
|
6407c40332
|
Back out 14715fd6b81c (bug 677122) because of frequent failures in its test
|
2012-04-11 08:39:58 -07:00 |
|
Andrew McCreight
|
8370160730
|
Bug 744297 - initialize return value in nsXULPrototypeElement::Deserialize. r=bz
|
2012-04-11 07:48:14 -07:00 |
|
Jared Wein
|
c07d87dc97
|
Bug 713487 - Move TopLevelImageDocument.css and TopLevelVideoDocument.css to toolkit/themes. r=roc,dao
|
2012-04-10 16:03:41 -07:00 |
|
Scott Downe
|
89f1c3ab13
|
Bug 677122 - Update start/end times of mediafragment URL on hashchanges. r=bz
|
2012-04-11 07:49:20 -04:00 |
|
Abhishek Bhatnagar
|
98d9a07062
|
Bug 620164 - Remove CheckedInt and Muloverflow from nsTheoraState::MaxKeyframeOffset. r=cpearce
|
2012-04-11 07:44:28 -04:00 |
|
Mark Capella
|
dba848fe43
|
Bug 652635 - Fallback missing @longdesc to aria-describedby pointing to <a href>, r=surkov, jonas
|
2012-04-11 15:16:00 +09:00 |
|
Ms2ger
|
22e29fc829
|
Merge m-c to m-i.
|
2012-04-09 09:32:28 +02:00 |
|
Daniel Holbert
|
076e7cd854
|
Bug 369560 followup: Soften language in unusual-but-innocuous NS_WARNING for XBL docs with no root element. r=bz
|
2012-04-08 18:37:41 -07:00 |
|
Kyle Huey
|
50f43dd111
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
|
Kyle Huey
|
76887dde56
|
Bug 697230: Part 3 - Make style images block onload. r=bz
|
2012-04-07 09:00:27 -07:00 |
|
Kyle Huey
|
b1e7e0165e
|
Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
|
2012-04-07 09:00:04 -07:00 |
|
Kyle Huey
|
7a78607b88
|
Bug 697230: Part 1 - Centralize style image observers. r=bz
|
2012-04-07 08:58:41 -07:00 |
|
Olli Pettay
|
b7882b811f
|
Bug 743199 - Unmark Document's and Window's ELM, r=mccr8
|
2012-04-07 10:12:03 +03:00 |
|
Jacek Caban
|
2c75fb8742
|
Bug 742357 - Use macros to declare nsIMutationObserver functions in nsMutationReceiver r=smaug
|
2012-04-06 11:12:59 +02:00 |
|
Aryeh Gregor
|
653b41ddf3
|
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
|
2012-04-04 15:30:33 +03:00 |
|
Boris Zbarsky
|
bf00219e54
|
Bug 742549. Add a .crossOrigin IDL property. r=sicking
Note that the content attribute is crossorigin (lowercase) in SVG, hence the need to have different
content and IDL property names in the test.
|
2012-04-05 22:24:42 -04:00 |
|
Boris Zbarsky
|
7db66d8f15
|
Bug 741266. document.open with 3 or more arguments should invoke the scriptable version of window.open, not the noscript one. r=jst
|
2012-04-06 17:12:41 -04:00 |
|
Marco Bonardo
|
58f7ff90d4
|
Backout d83c1ffb7397 (bug 741266) due to Windows M1 failures
|
2012-04-07 01:34:28 +02:00 |
|
Boris Zbarsky
|
594980f9ea
|
Bug 741266. document.open with 3 or more arguments should invoke the scriptable version of window.open, not the noscript one. r=jst
|
2012-04-06 17:12:41 -04:00 |
|
Ehsan Akhgari
|
7a3f2a9405
|
Merge mozilla-inbound and mozilla-central
|
2012-04-10 16:01:39 -04:00 |
|
Benoit Jacob
|
e43028cc2d
|
Bug 743813 - fix build bustage due to signedness warning in WARNINGS_AS_ERRORS dir - no review
|
2012-04-10 12:23:23 -04:00 |
|
Benoit Jacob
|
0d7e1b4c91
|
Bug 743813 - Fix the warnings generated by WebGL activeTexture - r=jgilbert
|
2012-04-10 11:51:30 -04:00 |
|
Benoit Jacob
|
574847287b
|
Bug 686735 - 1/2 - Implement no-gfx-driver-workarounds mode - r=joe,ajuma,jgilbert
Part 1: introduce the gfx.work-around-driver-bugs preference and handle most existing workarounds
|
2012-04-10 11:49:10 -04:00 |
|
Mark Capella
|
0934514a16
|
Bug 741580 - Remove nsXULPrototype Element mScriptTypeID, r=ms2ger,jst
|
2012-04-05 12:20:44 -07:00 |
|
Ehsan Akhgari
|
b74a7df1cf
|
Merge mozilla-inbound and mozilla-central
|
2012-04-05 13:41:51 -04:00 |
|
Ehsan Akhgari
|
e130fd8945
|
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
|
2012-04-05 13:40:53 -04:00 |
|
Boris Zbarsky
|
d3d8ec52c3
|
Bug 742030. When cloning nodes with inline style, preserve the inline style string. r=sicking
|
2012-04-05 13:14:54 -04:00 |
|
Alexander Surkov
|
ac6026a2f6
|
Bug 741398 - make ARIA state map extensible, r=tbsaunde
|
2012-04-06 01:23:30 +09:00 |
|
Jeff Gilbert
|
7b29231360
|
Bug 685156 - webgl.hint() must accept GENERATE_MIPMAP_HINT - r=bjacob
|
2012-04-04 18:57:35 -07:00 |
|
Olli Pettay
|
e87e5e548c
|
Bug 742371 - Remove MutationReceiver from MutationObserver when the target is deleted, r=sicking
|
2012-04-04 20:36:40 +03:00 |
|
Olli Pettay
|
ada97a02d1
|
Bug 742237, MutationObserver crashes during GC, r=sicking
|
2012-04-04 18:11:57 +03:00 |
|
Marco Bonardo
|
5eb9c1dad8
|
Merge last green PGO from inbound to central
|
2012-04-04 13:36:36 +02:00 |
|
Olli Pettay
|
19b67623db
|
Bug 742183 - Handle MicroTasks correctly with showModalDialog, r=sicking
|
2012-04-04 09:23:45 +03:00 |
|
Olli Pettay
|
45b584ef56
|
Bug 742190 - Leak with MozMutationObserver, r=sicking
|
2012-04-04 09:22:16 +03:00 |
|
Marco Bonardo
|
1ababdd3b2
|
Merge central and inbound
|
2012-04-03 14:36:57 +02:00 |
|
Ms2ger
|
d947a8d314
|
Bug 738760 - Move nsContentUtils::GetContextAndScope into nsDocument.cpp; r=sicking
|
2012-04-03 09:25:39 +02:00 |
|
Ms2ger
|
6b301797c5
|
Bug 737122 - Attr nodes shouldn't have children; r=sicking
|
2012-04-03 09:25:39 +02:00 |
|
Ms2ger
|
6ffad56f22
|
Bug 738759 - Add nsContentUtils::CheckSameOrigin overload taking two nsINodes; r=jst
|
2012-04-03 09:25:38 +02:00 |
|
Ms2ger
|
ee1a9afaf4
|
Bug 741223 - MutationObserver cleanup; r=smaug
|
2012-04-03 09:25:38 +02:00 |
|
Ms2ger
|
41988ec8e7
|
Bug 741218 - Don't crash when loading a page with content-type application/json; r=hsivonen
|
2012-04-03 09:25:38 +02:00 |
|
Henri Sivonen
|
2dd32e976c
|
Bug 739537 - No longer drop leading space from the plain text clipboard flavor when exporting both HTML and plain text to clipboard. r=smaug.
|
2012-04-03 09:44:15 +03:00 |
|
David Mandelin
|
535c2cacfb
|
Bug 737780: fix compartments in nsFrameScriptExecutor::LoadFrameScriptInternal, r=luke
|
2012-04-02 19:09:34 -07:00 |
|
Nicholas Nethercote
|
85b9728d6c
|
Bug 711895 - Tweak the warning options used for GCC builds (3rd attempt). r=waldo,derf,khuey,mhommey.
--HG--
extra : rebase_source : 20540c9b838ee3be6cb0847c1b90fdc3bd44059d
|
2012-03-21 22:21:16 -07:00 |
|
Ryan VanderMeulen
|
e30ff35d31
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Masatoshi Kimura
|
18767775ae
|
Bug 738912 - Part 2: Add tests. r=sicking
|
2012-04-03 20:08:28 -04:00 |
|
Matt Brubeck
|
82e8c9aa19
|
Merge last green changeset from inbound to mozilla-central
|
2012-04-02 10:41:37 -07:00 |
|
Kyle Huey
|
7f972f45f6
|
Bug 741163: Add a rather important null check. r=me
|
2012-04-01 04:02:58 -07:00 |
|
Ed Morley
|
7b8f9d67b3
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-03-31 22:41:59 +01:00 |
|
Olli Pettay
|
aef37dab12
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Benoit Jacob
|
e4eb0d9b1b
|
Bug 737182 - drop WebGL cube map workaround, now that we have it handled in GLContext - r=jrmuizel
|
2012-03-31 12:48:32 -04:00 |
|
Ed Morley
|
2aa4048571
|
Merge mozilla-central to mozilla-inbound
|
2012-03-31 15:28:55 +01:00 |
|
Henri Sivonen
|
db1d235617
|
Bug 731896 - Export plain text from the DOM selection directly without an intermediate HTML serialization. r=smaug.
|
2012-03-31 17:10:34 +03:00 |
|
Henri Sivonen
|
febee54c5c
|
Bug 732343 - Defend HTML document loading against extensions causing bogus use of the old HTML parser. r=smaug.
|
2012-03-31 17:10:34 +03:00 |
|
Ms2ger
|
9f1fbf3676
|
Bug 741048: Remove gfxAtoms. r=roc
|
2012-03-30 23:08:46 -07:00 |
|
Dave Townsend
|
f5853d4d7a
|
Backing out changeset 432c4be058b5 which landed with no bug.
|
2012-03-30 22:23:24 -07:00 |
|
Peter Van der Beken
|
176c7f9686
|
Undo accidental mode change to webgl-conformance-tests.html. No bug.
|
2012-03-30 22:04:54 -07:00 |
|
Peter Van der Beken
|
c2e642fbcc
|
Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug.
--HG--
rename : js/xpconnect/tests/mochitest/test_bug462428.html => dom/bindings/test/test_lookupGetter.html
|
2012-03-30 21:42:20 -07:00 |
|
Christopher De Cairos
|
5cc51b277e
|
Bug 736400 - Make each decoder Clone() method check if its mimetype is enabled. r=cpearce
|
2012-03-30 20:52:07 -04:00 |
|
Olli Pettay
|
3423de709a
|
Bug 734151 - remove new lines from the class in the CC log, r=bsmedberg
--HG--
extra : rebase_source : a7d7add386834baaea8769f398431a0c9c4c1a96
|
2012-03-30 09:38:00 -07:00 |
|
Marco Bonardo
|
31496b4a78
|
Merge central to inbound
|
2012-03-30 12:27:55 +02:00 |
|
Ms2ger
|
818ebb672e
|
No bug - Remove an always-true check.
|
2012-03-29 23:12:55 +02:00 |
|
Ms2ger
|
09fa74771d
|
Bug 738761 - Remove nsIScriptTimeoutHandler::GetScriptVersion and pass JSVersion to nsIScriptContext::EvaluateString; r=jst
|
2012-03-29 23:09:13 +02:00 |
|
Ms2ger
|
6f4de79d23
|
Bug 738996 - Remove agnostic Hold/DropScriptObject nsContentUtils functions; r=mrbkap
|
2012-03-29 23:09:11 +02:00 |
|
Ms2ger
|
968425f97e
|
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:07 +02:00 |
|
Ms2ger
|
84f17e5f45
|
Bug 738654 - Part a: doRemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:06 +02:00 |
|
Ms2ger
|
9427a8db0d
|
Bug 738608 - Introduce nsINode::Length(); r=smaug
|
2012-03-29 23:09:04 +02:00 |
|
Ms2ger
|
b313aff15a
|
No bug - Remove gfxAtoms; r=roc
|
2012-03-29 23:08:43 +02:00 |
|
Jonathan Kew
|
23cb2f2b7a
|
bug 740477 - handle Dutch-specific capitalization of the ij digraph. r=smontagu
|
2012-03-30 17:37:46 -07:00 |
|
Peter Van der Beken
|
db99384a53
|
Fix for bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz, bent.
--HG--
extra : rebase_source : 1278ff2158cd8138ebe3570a2d8f45cec8233d1c
|
2012-03-30 09:38:19 -07:00 |
|
Matias Juntunen
|
ad1912fafd
|
Bug 729048 - Part 4: Replace calls to nsParserService::CheckQName with nsContentUtils::CheckQName in txXMLUtils.h. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Matias Juntunen
|
800a01a2e1
|
Bug 729048 - Part 3: Replace call to nsParserService::CheckQName with nsContentUtils::CheckQName in nsXULDocument.cpp. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Matias Juntunen
|
f5597d8025
|
Bug 729048 - Part 2: Replace calls to nsParserService::CheckQName with nsContentUtils::CheckQName in nsDocument.cpp. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Matias Juntunen
|
6ba0c7d9b4
|
Bug 729048 - Part 1: Move nsParserService::CheckQName to nsContentUtils and change calls within nsContentUtils to use nsContentUtils::CheckQName instead. r=hsivonen
|
2012-03-29 17:31:40 -04:00 |
|
Peter Van der Beken
|
dfa76b93e6
|
Fix for bug 740467 (Make test_XHR_timeout.js use addEventListener(..., obj, ...) instead of on* = obj). r=khuey.
--HG--
extra : rebase_source : e5039bfd291e3955282ff63f3ac5c0ab2869279a
|
2012-03-29 11:16:31 -07:00 |
|
Irving Reid
|
2804f5e3ca
|
Bug 738662 - Add tracing/warning information to help debug XUL overlay problems. r=bz,enn
|
2012-03-26 15:40:52 -04:00 |
|
Doug Turner
|
bf2c8424b7
|
Bug 740252 - EventListenerManager disables various things in RemoveEventListener even if there can be still listeners. r=smaug
|
2012-03-29 10:23:27 -07:00 |
|
Chris Pearce
|
1590d6dd4b
|
Bug 736342 - Defer media cache writes and block moves to a non-main thread. r=roc
|
2012-03-28 13:04:26 +13:00 |
|
Chris Pearce
|
a976665feb
|
Bug 736342 - Add AsyncBlockWriter, which defers file writes to another thread. r=roc
|
2012-03-28 13:04:20 +13:00 |
|
Phil Ringnalda
|
0abdfa04b8
|
Back out b00bf7f3869c (bug 737976) for apparently causing mochitest-1 leaks on a CLOSED TREE
|
2012-03-28 22:43:09 -07:00 |
|