Masayuki Nakano
|
ab0f2e9ba1
|
Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil
|
2009-11-16 22:13:02 +09:00 |
|
Blair McBride
|
8f2043ae0f
|
Bug 528792 - :-moz-lwtheme incorrectly depends on the lwthemetextcolor attribute. r=dbaron
|
2009-11-16 09:27:44 +01:00 |
|
Mitchell Field
|
92a2deeef1
|
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
|
2009-11-13 14:40:00 -05:00 |
|
Peter Van der Beken
|
7e0a012c40
|
Back out fix for bug 428229 (Unable to override addEventListener).
|
2009-11-15 17:03:03 +01:00 |
|
Peter Van der Beken
|
aae3f7089b
|
Fix for bug 428229 (Unable to override addEventListener). r=bz.
|
2009-11-09 14:54:18 +01:00 |
|
L. David Baron
|
eea2f3996a
|
Pass property to nsStyleAnimation interpolation functions. (Bug 528234) r=dholbert
|
2009-11-14 19:16:58 -08:00 |
|
Daniel Holbert
|
4821a39ec9
|
Bug 526875: Make nsSMILCSSValueType::Add accept just-initialized added values (which represent zero). r=roc
|
2009-11-11 13:41:43 -08:00 |
|
Benjamin Smedberg
|
9c88ee28a3
|
Bug 525106 - Make WebGL compile with UNCODE defined or not-defined by using explicit W annotations on the relevant functions/structs, r=vlad
--HG--
extra : rebase_source : 4a1092dc67cc0f9a2c93cf2564ac5fd1e49a8bc8
|
2009-11-11 14:25:42 -05:00 |
|
Jonas Sicking
|
c88c547795
|
Bug 527870: Fix theoretical bug in async loading code. r=jst
|
2009-11-10 21:45:54 -08:00 |
|
Jonas Sicking
|
b5f9a0dd35
|
Bug 527623: Fix more intermittant problems by making the test code deal with necko re-ordering requests. r=jst
|
2009-11-10 14:30:38 -08:00 |
|
Josh Aas
|
80e4d43179
|
Rename nsGUIEvent's nativeMsg field to pluginEvent. b=527617 r=roc
|
2009-11-10 16:55:38 -05:00 |
|
Robert Longson
|
0c13556d69
|
Bug 527325 - feConvoleMatrix does not process bias correctly. r=roc
|
2009-11-10 18:49:37 +00:00 |
|
Jonas Sicking
|
d2c6405853
|
Bustage fix, bug 527623. Relying on speculative parsing in tests doesn't seem like a good idea. r=bustage-fix
|
2009-11-10 07:14:32 -08:00 |
|
Ginn Chen
|
a71f9dd073
|
Bug 526174 ERROR TEST-UNEXPECTED-FAIL | /tests/content/events/test/test_bug299673-1.html on Solaris r=enndeakin
|
2009-11-10 18:24:56 +08:00 |
|
Jonas Sicking
|
b801bd247a
|
Bug 503481: Implement async attribute
|
2009-11-09 17:04:24 -08:00 |
|
Jonas Sicking
|
ff9260ceaf
|
Bug 527370: Rename some things in order to match the latest File API spec. Specifically FileRequest -> FileReader and .response -> .result. r=smaug sr=jst
--HG--
rename : content/base/public/nsIDOMFileRequest.idl => content/base/public/nsIDOMFileReader.idl
rename : content/base/src/nsDOMFileRequest.cpp => content/base/src/nsDOMFileReader.cpp
rename : content/base/src/nsDOMFileRequest.h => content/base/src/nsDOMFileReader.h
|
2009-11-09 12:05:16 -08:00 |
|
Neil Deakin
|
858ddbf525
|
Bug 482070, stop mousemove event propagation when a drag has began, r=smaug
|
2009-11-09 09:55:53 -05:00 |
|
Laurent Jouanneau
|
f13301ad46
|
Bug 524975 - Copy-Paste of simple HTML adds extra space not present in original content. r=Mats Palmgren sr=Olli Pettay
|
2009-11-09 15:41:12 +01:00 |
|
Mats Palmgren
|
7da2fe4fcf
|
Crash test for bug 497875.
|
2009-11-07 04:28:26 +01:00 |
|
Daniel Holbert
|
19f7ac425f
|
bug 526323: disable test_access_control.html on windows due to excessive orange (pending investigation)
|
2009-11-06 16:27:37 -08:00 |
|
Jonas Sicking
|
f84ddd9e6b
|
Bug 521668: Fire DOMLinkAdded asynchronously to avoid unexpected recursion. r=bent sr=jst
|
2009-11-06 15:30:24 -08:00 |
|
Mats Palmgren
|
6ebcd4414c
|
Null-check mCurrentPrototype (it's set to null when loading an overlay fails). b=497875 r=neil
|
2009-11-06 22:52:00 +01:00 |
|
Mike Kristoffersen
|
b359cbacab
|
Bug 525898 - White spaces at EOL in nsHtmlMediaElement.h. r=chris.double
--HG--
extra : rebase_source : 9775a2db54c962ae1bacdb219e1af8335c1142b9
|
2009-11-06 08:34:00 +01:00 |
|
Mike Kristoffersen
|
4db1a44a71
|
Bug 525946 - White spaces at EOL in nsMediaDecoder.cpp. r=chris.double
--HG--
extra : rebase_source : 2982e3ee884d34b365256df901ae02055bee1765
|
2009-11-06 08:33:27 +01:00 |
|
Mike Kristoffersen
|
67ee431a58
|
Bug 525923 - White spaces at EOL in nsHtmlMediaElement.cpp. r=chris.double
--HG--
extra : rebase_source : ead218be45e58a8005c401826179af2daf806bae
|
2009-11-06 08:32:52 +01:00 |
|
Jonas Sicking
|
7892ff1c09
|
Bug 293347: Disable document.write for XSLT result docs. r/sr=jst
|
2009-11-05 20:27:30 -08:00 |
|
Boris Zbarsky
|
f35446936d
|
Bug 526178. Fix constructor firing order to match Gecko 1.9.1 again. r=roc
|
2009-11-04 17:58:13 -05:00 |
|
Olli Pettay
|
e719a185ca
|
Bug 526286 - Detaching a tab by dragging it down into its content area stopped working, r=enndeakin, sr=jonas
--HG--
extra : rebase_source : bf3177dfb5a0947b66eb0c929c24ad46818f8d08
|
2009-11-05 16:39:18 +02:00 |
|
Olli Pettay
|
2c424b3794
|
Bug 526286 - Detaching a tab by dragging it down into its content area stopped working, r=enndeakin, sr=jonas
--HG--
extra : rebase_source : 7b04c1dc00bb1e55eba73222d185b37cbbb125be
|
2009-11-05 16:39:18 +02:00 |
|
Mike Kristoffersen
|
899f036ce9
|
Bug 525949 - White spaces at EOL in nsMediaDecoder.h. r=chris.double
|
2009-11-05 14:56:05 +01:00 |
|
Mike Kristoffersen
|
45f8c013ba
|
Bug 525951 - White spaces at EOL in nsMediaStream.cpp. r=chris.double
|
2009-11-05 14:55:35 +01:00 |
|
Mike Kristoffersen
|
c455958dbd
|
Bug 526304 - White spaces at EOL in nsCanvasRenderingContext2D.cpp. r=vlad
|
2009-11-05 14:54:35 +01:00 |
|
Boris Zbarsky
|
53f028f33b
|
Backed out changeset 2fa27d8cd3d2 (bug 526178) to fix browser-chrome orange.
--HG--
extra : rebase_source : 6be60f6e6586e924f7607f135a3589d9e425a0ec
|
2009-11-04 20:41:06 -05:00 |
|
Boris Zbarsky
|
482ee7e084
|
Bug 526178. Fix constructor firing order to match Gecko 1.9.1 again. r=roc
|
2009-11-04 17:58:13 -05:00 |
|
Shawn Wilsher
|
a99c022038
|
Bug 461199 - Create an API for asynchronous isVisited checks that content/layout can use (Step 1 of at least 3)
This first step simply refactors all link elements to use the same base class
to make future patches simpler and more obvious.
r=sicking
sr=bz
|
2009-10-13 15:13:41 -07:00 |
|
Timothy Nikkel
|
3d21867b86
|
Bug 397596 and bug 492978. Add tests.
--HG--
extra : rebase_source : 64fbe0958089e676690eb89e5f68e903972043f2
|
2009-11-03 15:51:55 -06:00 |
|
Timothy Nikkel
|
8eba2d79ca
|
Bug 507991. Store an alternate URI on the first binding and use that to compare binding URIs. r=sicking
--HG--
extra : rebase_source : 47c46b906039ef6b5e3cb176c6fc6c62018d587d
|
2009-11-03 15:45:10 -06:00 |
|
Brian Birtles
|
f3e371bacd
|
Bug 522878 - Fix random orange in test_animLengthUnits.xhtml
--HG--
extra : rebase_source : 6cb5f30a3e79626fcb07972ba1929209e23e34c2
|
2009-11-04 09:08:24 +11:00 |
|
Robert O'Callahan
|
c0b9d5e5ea
|
Backed out changeset 9eda936adc30
|
2009-11-04 09:04:13 +13:00 |
|
liucougar
|
bd52c29922
|
Bug 396392. Test Range.getClientRects/getBoundingClientRect in RTL and mixed-direction situations. r=roc
|
2009-11-04 07:39:43 +13:00 |
|
Robert O'Callahan
|
e7ef7e4173
|
Bug 521178. Don't open a connection when we're only trying to read at the end of the resource (even if the seek-vs-read optimization decides we should just read from the start of the resource). r=doublec
|
2009-10-10 00:48:30 +13:00 |
|
Robert O'Callahan
|
d844ddbece
|
Bug 521176. Don't unnecessarily start an HTTP transaction when cloning a media resource. r=doublec
|
2009-10-10 00:48:30 +13:00 |
|
Markus Stange
|
5e147c7052
|
Bug 517816 - We don't ever create DOM events for NS_PAINT events, so don't pretend we do. r=smaug
--HG--
extra : rebase_source : 860fbdffa9c96071effb997cf6b0b6b38f9819ce
|
2009-11-02 20:20:20 +01:00 |
|
Mark Steele
|
5a808159d5
|
b=524042, [webgl] texImage & texSubImage need to support flipY, r=vlad
|
2009-11-01 16:33:47 -08:00 |
|
Vladimir Vukicevic
|
bd9d980243
|
[webgl] Reland earlier-backed out patches, b=520708, b=520920, b=522201; r=me/mwsteele
|
2009-11-01 16:33:39 -08:00 |
|
liucougar
|
7f7b01d793
|
Bug 436703 - select all + Copy/paste in contenteditable div pastes the editable div inside itself, r=peterv
|
2009-11-01 15:43:18 -08:00 |
|
Nochum Sossonko
|
bed500c3ec
|
Bug 516372 - random failure in test_bug322588.html | unexpected events - got " unload", expected " unload load", r=matspal
|
2009-11-01 14:12:48 -08:00 |
|
Jesse Ruderman
|
42912e83cd
|
Add crashtests for bug 466945, bug 464197, and bug 467323
|
2009-10-31 19:35:39 -07:00 |
|
Daniel Holbert
|
e4ce6855cc
|
Bug 525153: In DocumentViewerImpl::LoadComplete, don't call OnPageShow if docshell is being destroyed. r=smaug sr=bz
|
2009-10-31 17:06:47 -07:00 |
|
Brian Birtles
|
37704abd18
|
Bug 524828 - Fix random orange in test_smilGetStartTime.xhtml
--HG--
extra : rebase_source : db96df6c884d9b0898f6e29be87902569ae13f9d
|
2009-10-31 09:15:14 +11:00 |
|