Benjamin Smedberg
|
636d74b114
|
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
|
2009-12-12 13:38:25 -05:00 |
Saint Wesonga
|
e0f8a87194
|
Bug 340017. Make document.formName work in XHTML. r=bzbarsky
|
2009-12-11 22:36:33 -08:00 |
Masayuki Nakano
|
4bf3154454
|
Bug 42676 Can't drag to extend selection out of blocks with overflow:hidden/auto/scroll r=Olli
|
2009-12-12 13:25:21 +09:00 |
Benjamin Smedberg
|
4e352d7aeb
|
Merge mozilla-central into electrolysis
|
2009-12-04 11:28:50 -05:00 |
Masayuki Nakano
|
bacd523afa
|
Bug 531810 Right clicking on Google Maps broken after leaving Street View (Windows only) r=roc
|
2009-12-04 17:03:27 +09:00 |
Chris Jones
|
270962252a
|
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
|
2009-12-03 02:16:14 -06:00 |
Boris Zbarsky
|
ceabd395ba
|
Bug 455472. Be a little more careful with our handling of application/octet-stream. r=jst
|
2009-12-02 23:56:59 -05:00 |
Vladimir Vukicevic
|
7de2444ad9
|
b=526957, use correct types
|
2009-12-02 13:38:39 -08:00 |
Mark Steele
|
09c6fd8dc6
|
b=529717, change webgl object prefix to WebGL instead of Canvas; r=vlad
|
2009-12-02 13:38:39 -08:00 |
Mark Steele
|
558f4f4db0
|
b=526957; add array indexers to webgl arrays; r=vlad
|
2009-12-02 13:38:38 -08:00 |
jacek@codeweavers.com
|
f123829915
|
Bug 516213 - Fix webgl compilation on mingw. r=vlad
|
2009-12-02 13:38:38 -08:00 |
Benjamin Smedberg
|
e98d1daf07
|
Merge mozilla-central into Electrolysis
|
2009-11-30 12:59:43 -05:00 |
Benjamin Smedberg
|
5c177ecd89
|
End the electrolysis-plugins-only branch: merge in the remaining changes from electrolysis head in preparation for pushing to mozilla-central.
|
2009-12-14 09:56:08 -05:00 |
Benjamin Smedberg
|
a17ea948ee
|
Merge additional changes from electrolysis and mozilla-central into the electrolysis-plugins-only tracking branch.
--HG--
branch : electrolysis-plugins-only
|
2009-12-04 11:42:28 -05:00 |
Benjamin Smedberg
|
c23e173ce0
|
Straight revert of content/* dom/interfaces/canvas/* dom/ipc/* toolkit/content/tests/fennec-tile-testapp/* netwerk/* security/manager/ssl* to their mozilla-central state. This named branch will be used as a temporary area to merge just the plugin portion of electrolysis into mozilla-central.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 13:31:41 -05:00 |
Peter Van der Beken
|
7b63cc4659
|
Fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]). r=jst, a=blocking1.9.2+.
--HG--
extra : rebase_source : 5358561a463757cbfb77c542760dc1ea95fc6b82
|
2009-11-29 09:32:39 +01:00 |
Peter Van der Beken
|
af98e1b60b
|
Back out fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]).
|
2009-11-28 23:30:49 +01:00 |
Peter Van der Beken
|
0e69aaba5a
|
Fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]). r=jst, a=blocking1.9.2+.
|
2009-11-28 10:35:35 +01:00 |
Makoto Kato
|
558aaba110
|
Bug 530939 - New crash [@ GenerateFlatTextContent] in Firefox 3.6b3. r=Olli.Pettay
|
2009-11-26 17:41:32 +09:00 |
Jonas Sicking
|
630d0607ed
|
Bug 530901. Fix a warning and align an error code with the spec. r=jst a=jst
|
2009-11-24 17:53:17 -08:00 |
Benjamin Smedberg
|
e53a7195d5
|
Merge mozilla-central into Electrolysis.
|
2009-11-24 10:06:03 -05:00 |
John Daniels
|
2556f6f857
|
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
|
2009-11-24 11:58:42 -08:00 |
Jonas Sicking
|
35ba4bdd55
|
Fix more bugs when reusing FileReaders for multiple reads. Also fix leaks. r=jst a=jst
|
2009-11-22 22:23:23 -08:00 |
Jonas Sicking
|
08e2488afe
|
Trivial fix for orange. Tests are good. Bug 530269
|
2009-11-22 12:42:17 -08:00 |
Jonas Sicking
|
eaf688ca51
|
Jonas Sicking - Bug 530269: Clear data when reusing a FileReader for multiple reads. r=bz a=jst
|
2009-11-22 11:05:12 -08:00 |
Jonas Sicking
|
0a6d42ab36
|
Bug 530220: Fix bug in handling of binary data, kill some dead variables, and improve tests. All for FileReader. r=jst a=jst
|
2009-11-21 03:56:31 -08:00 |
Benjamin Smedberg
|
d74c6776f3
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
Jonas Sicking
|
2404744133
|
Fix mobile build bustage. Some compilers still don't seem to like L-strings spread out over several lines. r=crowder
|
2009-11-18 16:22:25 -08:00 |
Jonas Sicking
|
dac047541a
|
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
|
2009-11-18 15:21:13 -08:00 |
Robert Longson
|
242241f465
|
Bug 520506 - Incorrect text getBBox in SVG. r=jwatt
|
2009-11-18 20:59:24 +00:00 |
Vladimir Vukicevic
|
bed4dfb822
|
b=525673; not repainting correctly on canvas animation; r=roc
|
2009-11-18 12:55:59 -08:00 |
Peter Van der Beken
|
ba046118df
|
Fix for bug 528963 (Crash [@ txXPathNode::RootOf]). r=sicking, a=beltzner.
--HG--
extra : rebase_source : d3933a2cafddb13edb4a54371cc8c603792d153a
|
2009-11-18 10:26:23 +01:00 |
Henri Sivonen
|
9126f32030
|
Bug 515610 - Make defer and async work with the speculating HTML5 parser. r=bnewman.
--HG--
extra : rebase_source : 19dc4eaddf51c50cb416d62081fcef4ecd8d11c4
|
2009-11-17 10:52:30 +02:00 |
Henri Sivonen
|
188dff41f7
|
Bug 527896 - Freeze script deferredness and asyncness upon insertion to tree by HTML5 parser. r&sr=sicking.
--HG--
extra : rebase_source : a070df9af738e1716929cecf6163f82b74ab4e1d
|
2009-11-17 10:52:30 +02:00 |
Henri Sivonen
|
279a50ebf4
|
Bug 530535 - Add AddIntPrefVarCache (like AddBoolPrefVarCache). r&sr=sicking.
--HG--
extra : rebase_source : 5ce2fcc6348707cc868ca0c2f7c7fb713dcb7b34
|
2009-11-24 09:34:49 +02:00 |
Peter Van der Beken
|
4ca74861f6
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
|
2009-11-15 11:57:49 +01:00 |
Peter Van der Beken
|
7d0dd55d2d
|
Back out c5619fbfb2b1 to fix orange.
|
2009-11-21 15:48:49 +01:00 |
Peter Van der Beken
|
f2a138cf95
|
Fix for bug 528300. r=sicking, a=blocking1.9.2+.
--HG--
extra : rebase_source : c5bf7807f1840ab5a34b868b0eb90a6b1ec2d017
|
2009-11-15 11:57:49 +01:00 |
Jonas Sicking
|
39c46a11de
|
Backed out changeset 544bfe26c96d due to orange
|
2009-11-21 01:27:02 -08:00 |
Jonas Sicking
|
77df159a43
|
Backed out changeset 029128b70708 due to orange
|
2009-11-21 01:26:28 -08:00 |
Jonas Sicking
|
c7708300ab
|
Backed out changeset 3005c5da5a20 due to orange
|
2009-11-21 01:25:56 -08:00 |
Jonas Sicking
|
eccbe7ee86
|
Bustage fix
|
2009-11-21 00:42:58 -08:00 |
Jonas Sicking
|
c32f1419fb
|
Bug 530269: Clear data when reusing a FileReader for multiple reads. r=bz a=jst
|
2009-11-21 00:39:33 -08:00 |
Jonas Sicking
|
577f0aea98
|
Bug 530220: Fix bug in binary data handling, and write more comprehensive tests. r=jst a=jst
|
2009-11-20 23:39:08 -08:00 |
Jonas Sicking
|
1d23684de0
|
Remove tests that are failing due to bug in speculative parser. r=mrbkap
|
2009-11-20 09:49:44 -08:00 |
Doug Turner
|
8d63dd5499
|
Bug 528551- Faster plugin drawing in Fennec. r=jst/karlt.
|
2009-11-20 08:26:10 -08:00 |
enndeakin@gmail.com
|
263703657b
|
Bug 525856 - White-space in source code affects how link receive focus from keyboard (tab key), r=smaug, sr=roc
|
2009-11-20 14:09:33 +02:00 |
Robert O'Callahan
|
64c98f1baa
|
Bug 528493 preliminary number 2. Don't call a function that needs to flush while we might be under a scriptblocker. r=bzbarsky
|
2009-11-19 23:39:11 -05:00 |
Robert O'Callahan
|
41859e734a
|
Bug 528493 preliminary. Don't MaybeLoadImage on bind if image loading for this node is disabled. r=bzbarsky
|
2009-11-19 23:39:11 -05:00 |
Jonas Sicking
|
9a25cb6ecc
|
Back out 2d4a6e2237f9. Logging no longer needed.
|
2009-11-19 17:52:28 -08:00 |
Boris Zbarsky
|
a959199863
|
Bug 529859. Need to submit empty file inputs too. r=smaug
|
2009-11-19 15:58:46 -05:00 |
Boris Zbarsky
|
f5bf48459a
|
Bug 529819. Don't double-add a node to form.elements['foo']. r=smaug
|
2009-11-19 15:58:46 -05:00 |
Frederic Plourde
|
06eac01810
|
Bug 513354 - Destroy the baseWindow on tab destruction, r=bs
|
2009-11-13 07:43:43 -05:00 |
Olli Pettay
|
2f47360eda
|
Bug 523356 - Remote event listeners for Electrolysis, r=bsmedberg
|
2009-11-17 16:22:23 +02:00 |
Olli Pettay
|
837ced7851
|
Backout Bug 523356
|
2009-11-17 13:56:49 +02:00 |
Olli Pettay
|
7084484409
|
Bug 523356 - Remote event listeners for Electrolysis, r=bsmedberg
|
2009-11-17 10:43:39 +02:00 |
Benjamin Smedberg
|
d8c7dfc1dd
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
Chris Jones
|
5c7a5ab290
|
mac builds and runs with --enable-ipc, but the subprocess nsAppShell dies for an apparently Cocoa-related reason. IPC is fine though
|
2009-11-10 20:25:10 -06:00 |
Mark Steele
|
79ccfdf219
|
b=526185, [webgl] accept WebGLArrays instead of JS arrays in texImage2D; r=vlad
|
2009-11-18 12:42:35 -08:00 |
Mark Steele
|
e79156ed76
|
b=526017, [webgl] collapse state query calls; r=vlad
|
2009-11-18 12:42:35 -08:00 |
Robert O'Callahan
|
0ee624eeb2
|
Bug 531371. Correctly propagate the backround from a <body style="display: table"> to the viewport as needed. r=bzbarsky
|
2009-12-01 12:21:00 -05:00 |
Henri Sivonen
|
7023e10038
|
Bug 497861 - Wrong form state preservation on reparse in HTML5 parser. r=bnewman.
--HG--
extra : rebase_source : 841506bea91507339e89eefa95cde68ca2d9a5dd
|
2009-11-06 15:06:48 +02:00 |
Olli Pettay
|
423522c88b
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
L. David Baron
|
10f147165d
|
Call RuleMatched method on CSS rules when they are matched. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
Boris Zbarsky
|
537e44933f
|
Bug 525952 part 1. Make sure pseudo-element selectors never land inside SelectorMatches (because tree pseudo-elements do weird stuff with pseudo-classes). r=dbaron
|
2009-12-11 02:37:41 -05:00 |
Boris Zbarsky
|
43f303198b
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
Boris Zbarsky
|
5132d64872
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
Boris Zbarsky
|
8202b90f61
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
Boris Zbarsky
|
453f48a20f
|
Bug 525952 part 1. Make sure pseudo-element selectors never land inside SelectorMatches (because tree pseudo-elements do weird stuff with pseudo-classes). r=dbaron
|
2009-12-10 14:36:07 -08:00 |
Boris Zbarsky
|
bc3772ed53
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
Boris Zbarsky
|
6eb3c28de7
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
Boris Zbarsky
|
b694bf4f11
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
Benjamin Smedberg
|
1d97bbb36a
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
Mike Kristoffersen
|
3c344ec376
|
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
|
ca0919d374
|
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
|
cb2f3795ec
|
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 |
Olli Pettay
|
6586059db9
|
Bug 516727 - Electrolysis+Fennec: forward mouse events from the chrome tiles to the content process
|
2009-11-05 20:21:09 +02:00 |
Olli Pettay
|
2a17b8c76f
|
Bug 522533 - Sort out focus handling in Electrolysis
--HG--
extra : rebase_source : 8b91e5c9a55bb7c2809352c5e297be77399141dd
|
2009-11-05 20:14:22 +02:00 |
Chris Jones
|
649b4bf497
|
bug 525677: shuffle some headers to appease gcc 4.2. IRC r=fred23,bsmedberg
|
2009-11-04 23:11:33 -06:00 |
Jonas Sicking
|
f70945c077
|
Bug 527870: Fix theoretical bug in async loading code. r=jst
|
2009-11-10 21:45:54 -08:00 |
Jonas Sicking
|
2e3de03e1d
|
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
|
c616b14bed
|
Rename nsGUIEvent's nativeMsg field to pluginEvent. b=527617 r=roc
|
2009-11-10 16:55:38 -05:00 |
Robert Longson
|
b93042d2d4
|
Bug 527325 - feConvoleMatrix does not process bias correctly. r=roc
|
2009-11-10 18:49:37 +00:00 |
Jonas Sicking
|
e97ed0216d
|
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 |
Mats Palmgren
|
d6e7276cec
|
Bug 501934. r=bzbarsky sr=Olli.Pettay
|
2009-11-18 16:14:14 +01:00 |
Henri Sivonen
|
2881d17d8e
|
Disable test for bug 503473 due to disruption to test harness shutdown (orange).
|
2009-11-18 16:18:38 +02:00 |
Henri Sivonen
|
063908e06c
|
Test for bug 503473 - Address review comments from bnewman accidentally left unaddressed in the previous push.
|
2009-11-18 14:44:17 +02:00 |
Benjamin Smedberg
|
1eeda6d75b
|
Reorder includes so that Windows links correctly (mismatched typedefs of uint16)
|
2009-10-30 08:58:07 -04:00 |
Benjamin Smedberg
|
be1e4c0ce6
|
Bug 523224 - nsFrameLoader::TryNewProcess crashes if reflow hasn't happened yet and created a view for our remote tab. Fix this by separating the process of creating the IFrameEmbedding and hooking up the view. IFrameEmbedding creation is analogous to creating a docshell, and we can hook up the view/widget hierarchy later.
* * *
imported patch fennelectrolysis-workihng
|
2009-10-28 16:41:46 -04:00 |
Benjamin Smedberg
|
cfa536b0fc
|
Bug 525106 - Make WebGL compile with UNCODE defined or not-defined by using explicit W annotations on the relevant functions/structs, r?vlad
|
2009-10-29 14:48:21 -04:00 |
Joe Drew
|
84e878a14d
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-29 13:58:31 -04:00 |
Joe Drew
|
7149d45ce5
|
Back out asyncDrawXULElement, since WebGL isn't ready to be compiled with -DUNICODE.
|
2009-10-28 18:51:59 -04:00 |
Joe Drew
|
f5785e49ae
|
Missed one nsresult->bool fix.
|
2009-10-28 17:29:12 -04:00 |
Joe Drew
|
01ee7a737c
|
Bug 505847 - Fix non-MOZ_IPC builds.
|
2009-10-28 17:27:28 -04:00 |
Joe Drew
|
2d91956179
|
Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
|
2009-10-28 16:55:49 -04:00 |
Henri Sivonen
|
b166b15d11
|
Test for bug 513194 - HTML5 parser ends up parsing inline stylesheets twice. r=bzbarsky.
--HG--
extra : rebase_source : 337ce649c3a52b98929ff3a5ee30c1a15e2e4947
|
2009-11-06 15:06:48 +02:00 |
Henri Sivonen
|
d093e9d41d
|
Bug 515257 - Remove bogus assertion on optgroup child removal. r=bnewman.
--HG--
extra : rebase_source : ea5f2690286d4dedefcc657472f3f56bf68ff5b6
|
2009-10-21 17:03:01 +03:00 |
Benjamin Smedberg
|
34440c4bbc
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
Benjamin Smedberg
|
106c6c77f8
|
Add #ifdef MOZ_IPC around new frameloader changes so that Mac/WINCE build again.
|
2009-10-27 16:38:26 -04:00 |
Benjamin Smedberg
|
ef5de93ff0
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz (preparation and merge reduction for Electrolysis, where not all frameloaders have docshells)
--HG--
extra : rebase_source : 7c51147603fccb93040fdb6e883b33dbab130040
|
2009-10-16 15:42:29 -04:00 |
Benjamin Smedberg
|
2ebc5b8839
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz
|
2009-10-16 15:42:29 -04:00 |
Benjamin Smedberg
|
acca60ec88
|
Bug 522351 - check for remote="true" on the element before trying to remote it, r=bz
|
2009-10-16 15:42:27 -04:00 |
Chris Jones
|
bcf3969bc6
|
Merge mozilla-central to pick up unit test fixes
|
2009-10-22 20:33:36 -05:00 |
Daniel Holbert
|
cf8e774a99
|
bug 520710: SVG/SMIL: Make <set> element apply its 'to' value for whole duration. r=birtles sr=roc
|
2009-10-22 15:15:44 -07:00 |
Daniel Holbert
|
a0d87ac241
|
Bug 523576: Build nsSMILKeySpline even when SMIL is disabled, since the CSS transitions code needs it. r=roc
|
2009-10-22 15:13:12 -07:00 |
Daniel Holbert
|
d8c59c3f5f
|
Bug 520486 (patch 2): Enable SVG/SMIL animation of properties with enumerated values. r=roc
|
2009-10-21 14:57:57 -07:00 |
Olli Pettay
|
06825d0f17
|
Bug 523569 - remove initXXXEventNS methods, r=sicking
--HG--
extra : rebase_source : fa251f645567f0bc63c1debbc64062d7145c5374
|
2009-10-21 21:35:42 +03:00 |
Benjamin Smedberg
|
3ff2200833
|
Bug 523438 - make nsFrameLoader* available to content/layout, r=bz
--HG--
extra : rebase_source : 60958c8e1cfeb150f8f48f549b2043637c910e99
|
2009-10-20 17:33:59 -04:00 |
Robert Longson
|
17d11a85e8
|
Bug 521207 - tiles do not work if they extend beyond the filter subregion bounds
|
2009-10-21 18:47:59 +01:00 |
Olli Pettay
|
9cc46b81b2
|
Bug 523080 - Unlink HTMLDocument members, r=peterv
--HG--
extra : rebase_source : e8b1faf6f58613826803b101ee314f64ecab3350
|
2009-10-21 12:41:18 +03:00 |
Olli Pettay
|
e32bd468dc
|
Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst
--HG--
extra : rebase_source : 81cba369792644a99f42c1901dbf04196d007d53
|
2009-10-21 12:38:39 +03:00 |
Honza Bambas
|
8f6a5222bd
|
Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky
|
2009-10-21 12:18:08 +02:00 |
Markus Stange
|
6c3dfba67c
|
Bug 515880 - Add drawintitlebar attribute to XUL root elements and sync it to the window widget. r=neil, sr=roc
|
2009-10-21 09:05:34 +02:00 |
Chris Pearce
|
0a4ce07599
|
Bug 523335 - Abort seek operation on underlying stream close. r=roc
|
2009-10-21 16:24:21 +13:00 |
Daniel Holbert
|
ac25c80d86
|
tests for bug 521335
|
2009-10-20 09:55:37 -07:00 |
Daniel Holbert
|
408720e9ce
|
Bug 523188: Allow for ClearAnimValue() (and SetSMILOverrideStyleRule()) to be called for animation targets that aren't in a document. r=birtles r=roc
|
2009-10-20 09:54:47 -07:00 |
Benjamin Smedberg
|
9ae75c423f
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
Nochum Sossonko
|
ea120921fe
|
Bug 498648 - Start private browsing while editing a message, cancel, doesn't cancel private browsing; r=bz,jst,ehsan
|
2009-10-20 10:19:43 -04:00 |
L. David Baron
|
8461beec27
|
Switch nsStyleAnimation from using nsStyleCoord to using its own nsStyleAnimation::Value, so we don't have to add nontrivial destructors to nsStyleCoord. (Bug 522852) r=dholbert,bzbarsky
|
2009-10-20 07:46:16 -04:00 |
Daniel Holbert
|
cba4e7fdab
|
Bug 518894: Remove unused variable 'argPixelsLen' in WebGLContextGL.cpp. r=vlad
|
2009-10-19 16:57:50 -07:00 |
Vladimir Vukicevic
|
3255a6f7bb
|
b=523229; WebGL rename clearDepthf/depthRangef to get rid of f suffix; r=mwsteele
|
2009-10-19 15:14:09 -07:00 |
Daniel Holbert
|
1d3e960d2d
|
Bug 513461 follow-up: reorder initializer list in nsXULDocument constructor, to fix build warning. r=dbaron
|
2009-10-18 20:10:58 -07:00 |
Olli Pettay
|
65dbfbe2ba
|
Bug 333673 - document.implementation != document.implementation, r=peterv
--HG--
extra : rebase_source : eb0ce55653b586242f6da43e0c95f6aaf914342b
|
2009-10-18 19:39:52 +03:00 |
Masayuki Nakano
|
df751e7973
|
Backing out bug 520417
--HG--
rename : widget/src/beos/nsSystemSoundService.cpp => widget/src/beos/nsSound.cpp
rename : widget/src/beos/nsSystemSoundService.h => widget/src/beos/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.h => widget/src/cocoa/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.mm => widget/src/cocoa/nsSound.mm
rename : widget/src/gtk2/nsSystemSoundService.cpp => widget/src/gtk2/nsSound.cpp
rename : widget/src/gtk2/nsSystemSoundService.h => widget/src/gtk2/nsSound.h
rename : widget/src/os2/nsSystemSoundService.cpp => widget/src/os2/nsSound.cpp
rename : widget/src/os2/nsSystemSoundService.h => widget/src/os2/nsSound.h
rename : widget/src/photon/nsSystemSoundService.cpp => widget/src/photon/nsSound.cpp
rename : widget/src/photon/nsSystemSoundService.h => widget/src/photon/nsSound.h
rename : widget/src/qt/nsSystemSoundService.cpp => widget/src/qt/nsSound.cpp
rename : widget/src/qt/nsSystemSoundService.h => widget/src/qt/nsSound.h
rename : widget/src/windows/nsSystemSoundService.cpp => widget/src/windows/nsSound.cpp
rename : widget/src/windows/nsSystemSoundService.h => widget/src/windows/nsSound.h
|
2009-10-18 16:29:08 +09:00 |
Saint Wesonga
|
e3c12a40d1
|
Bug 467988 - delete unused test files after speeding up canvas mochitests, r=roc
|
2009-10-17 18:19:26 -07:00 |
Olli Pettay
|
33365a4e60
|
Bug 506961 - Add a method to get jsdIValue from JS implemented event listeners, r=bz
--HG--
extra : rebase_source : 93d446c1c94512be8cc0dc208c0bf8f1cd3cc936
|
2009-10-17 17:40:44 +03:00 |
Masayuki Nakano
|
4acf47e1e9
|
Bug 520417 Redesign nsSound structure r+sr=roc
--HG--
rename : widget/src/beos/nsSound.cpp => widget/src/beos/nsSystemSoundService.cpp
rename : widget/src/beos/nsSound.h => widget/src/beos/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.h => widget/src/cocoa/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.mm => widget/src/cocoa/nsSystemSoundService.mm
rename : widget/src/gtk2/nsSound.cpp => widget/src/gtk2/nsSystemSoundService.cpp
rename : widget/src/gtk2/nsSound.h => widget/src/gtk2/nsSystemSoundService.h
rename : widget/src/os2/nsSound.cpp => widget/src/os2/nsSystemSoundService.cpp
rename : widget/src/os2/nsSound.h => widget/src/os2/nsSystemSoundService.h
rename : widget/src/photon/nsSound.cpp => widget/src/photon/nsSystemSoundService.cpp
rename : widget/src/photon/nsSound.h => widget/src/photon/nsSystemSoundService.h
rename : widget/src/qt/nsSound.cpp => widget/src/qt/nsSystemSoundService.cpp
rename : widget/src/qt/nsSound.h => widget/src/qt/nsSystemSoundService.h
rename : widget/src/windows/nsSound.cpp => widget/src/windows/nsSystemSoundService.cpp
rename : widget/src/windows/nsSound.h => widget/src/windows/nsSystemSoundService.h
|
2009-10-17 21:53:47 +09:00 |
Peter Van der Beken
|
39d97011a4
|
Address drive-by review comment for bug 518669 (Remove a QI and AddRef/Release from nsNodeUtils::CloneAndAdopt).
--HG--
extra : rebase_source : 2d4f78b2b0dfb2ff2663a4ca19e5be5926c97f0c
|
2009-10-16 16:00:38 +02:00 |
Jonas Sicking
|
7272bafa07
|
Bug 293347: Disable document.write for XSLT result docs. r/sr=jst
|
2009-11-05 20:27:30 -08:00 |
Boris Zbarsky
|
9283a8626e
|
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
|
172cf68571
|
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
|
31999a4ae2
|
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
|
0f989a8e1d
|
Bug 525949 - White spaces at EOL in nsMediaDecoder.h. r=chris.double
|
2009-11-05 14:56:05 +01:00 |
Mike Kristoffersen
|
c0bf5e93cc
|
Bug 525951 - White spaces at EOL in nsMediaStream.cpp. r=chris.double
|
2009-11-05 14:55:35 +01:00 |
Mike Kristoffersen
|
6489e49105
|
Bug 526304 - White spaces at EOL in nsCanvasRenderingContext2D.cpp. r=vlad
|
2009-11-05 14:54:35 +01:00 |
Boris Zbarsky
|
b6aed71369
|
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
|
3077c3b66d
|
Bug 526178. Fix constructor firing order to match Gecko 1.9.1 again. r=roc
|
2009-11-04 17:58:13 -05:00 |
Henri Sivonen
|
78c76786eb
|
Bug 503473 - Prevent document.write() in the HTML5 parser where prohibited by HTML5. r=bnewman, sr=sicking.
--HG--
extra : rebase_source : 0f574695c4d6fad936e9d0960f07261aa192b13d
|
2009-10-15 14:29:11 +03:00 |
Henri Sivonen
|
cb2f935b80
|
Test for bug 503473 - Prevent document.write() in the HTML5 parser where prohibited by HTML5. r=bnewman.
--HG--
extra : rebase_source : febd7b2f4fd44960d4a38bcc0d8d8e494833730f
|
2009-11-04 12:16:40 +02:00 |
Shawn Wilsher
|
ad5db639bb
|
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
|
2237f423ac
|
Bug 397596 and bug 492978. Add tests.
--HG--
extra : rebase_source : 64fbe0958089e676690eb89e5f68e903972043f2
|
2009-11-03 15:51:55 -06:00 |
Timothy Nikkel
|
027c341525
|
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 |
Daniel Holbert
|
a4f10a3bdf
|
Bug 530675: Support "cursor" property in SVG/SMIL. r=roc
|
2009-12-10 09:26:28 -08:00 |
Daniel Holbert
|
17ce1f0741
|
Bug 520239, patch 5: Enable SVG/SMIL animation of shorthand properties, and remove unneeded nsISMILCSSValueType interface. r=roc
|
2009-12-10 09:26:28 -08:00 |
Daniel Holbert
|
cc4d1f9129
|
Bug 530199: Cleanup in nsSMILCSSValueType - postpone allocation of ValueWrappers until they're needed. r=roc
|
2009-12-10 09:26:28 -08:00 |
Daniel Holbert
|
43014f2ee6
|
Bug 520487: Support URI-valued properties in SVG/SMIL. r=roc
|
2009-12-10 09:26:27 -08:00 |
Daniel Holbert
|
10c93fe33c
|
Bug 528656: Support "font-family" property in SVG/SMIL. r=roc
|
2009-12-10 09:26:27 -08:00 |
Daniel Holbert
|
e4eadae38f
|
Bug 524539, patch 2: Support "stroke-dasharray" property in SVG/SMIL. r=roc
|
2009-12-10 09:26:27 -08:00 |
Daniel Holbert
|
1cb5b1c508
|
Bug 520239, patch 1: Split out a chunk of nsStyleAnimation::ComputeValue into its own function. r=dbaron
|
2009-12-10 09:26:27 -08:00 |
Daniel Holbert
|
00a1934907
|
Add mochitest for bug 529387. (test only)
|
2009-12-10 09:26:27 -08:00 |