Jason Duell
386a098a89
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
2010-06-22 17:33:57 -07:00
Honza Bambas
35132a6213
Bug 569227 - Join HttpChannelChild with its TabChild, r=smaug
2010-06-18 12:49:28 +02:00
Josh Matthews
a896ac2531
Bug 564382 - Remove CPOWs from PContentProcess tree. r=olli
2010-06-17 14:10:14 -07:00
Oleg Romashin
796508f0e4
Bug 568632 - rename MozGetShmemContent to MozGetAsyncContext. r=joe
2010-06-08 13:27:24 -04:00
Doug Turner
b2c88178e3
Merging with M-C.
...
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
rename : netwerk/cookie/src/nsCookieService.cpp => netwerk/cookie/nsCookieService.cpp
rename : netwerk/cookie/src/nsCookieService.h => netwerk/cookie/nsCookieService.h
rename : netwerk/dns/src/nsIDNKitInterface.h => netwerk/dns/nsIDNKitInterface.h
rename : netwerk/protocol/http/src/nsHttp.h => netwerk/protocol/http/nsHttp.h
rename : netwerk/protocol/http/src/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannel.cpp
rename : netwerk/protocol/http/src/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannel.h
rename : netwerk/protocol/http/src/nsHttpChunkedDecoder.h => netwerk/protocol/http/nsHttpChunkedDecoder.h
rename : netwerk/protocol/http/src/nsHttpHandler.cpp => netwerk/protocol/http/nsHttpHandler.cpp
rename : netwerk/protocol/http/src/nsHttpHeaderArray.h => netwerk/protocol/http/nsHttpHeaderArray.h
rename : netwerk/protocol/http/src/nsHttpRequestHead.h => netwerk/protocol/http/nsHttpRequestHead.h
rename : netwerk/protocol/http/src/nsHttpResponseHead.h => netwerk/protocol/http/nsHttpResponseHead.h
rename : netwerk/protocol/http/src/nsHttpTransaction.cpp => netwerk/protocol/http/nsHttpTransaction.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.cpp => netwerk/protocol/res/nsResProtocolHandler.cpp
rename : netwerk/protocol/res/src/nsResProtocolHandler.h => netwerk/protocol/res/nsResProtocolHandler.h
2010-06-07 13:38:02 -07:00
Phil Ringnalda
bef1d32c2b
Crash [@ MaybeSetForm] with html5.enable == false and <form><legend>
2010-06-06 16:49:00 -05:00
Robert Sayre
cecd0f18ee
Merge mozilla-central to tracemonkey.
2010-06-06 11:28:04 -04:00
Robert Sayre
5a3f306961
Merge mozilla-central to tracemonkey.
2010-06-05 19:13:45 -04:00
Ehsan Akhgari
25c2e69c40
Bug 534785 - fix build bustage
...
(transplanted from 2875f9a693ae9c60cc07b0caf42451760ed6c657)
--HG--
extra : transplant_source : %28u%F9%A6%93%AE%9C%60%CC%07%B0%CA%F4%24Qv%0E%D6%C6W
2010-06-05 16:17:42 -04:00
Vladimir Vukicevic
0b07d48001
[npotb] Import WebGL test suite into tree
2010-06-04 12:03:40 -07:00
Vladimir Vukicevic
b4c9523f52
b=569985; don't allow webgl objects from other contexts to be used; r=bjacob
2010-06-04 12:03:37 -07:00
Vladimir Vukicevic
f70029e803
b=569984; [webgl] verify shader attachment/detachment and program completeness; r=bjacob
2010-06-04 12:03:33 -07:00
Mounir Lamouri
2865a66cc7
Bug 569955 - Add a test to make sure that autofocus on input elements does not work if they don't have a frame; r=ehsan
2010-06-04 13:25:54 -04:00
Oleg Romashin
3ff669701f
Bug 548437 - Implement a SysV shared memory backend for Shmem and allow them to be used with Xshm. r=joe,sr=vladimir
2010-06-04 09:58:22 -04:00
Andreas Gal
8c624148c6
Add an API for compartments (570040, r=jorendorff).
2010-06-04 16:32:10 -07:00
Oleg Romashin
2538039097
Merge with latest mozilla central r 42802:ffbc3baf03ae
2010-05-25 15:19:33 -04:00
Olli Pettay
a64e145177
bustage fix for non-IPC
2010-05-25 11:58:38 +03:00
Olli Pettay
93984b6736
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Robert Sayre
6eceac1b74
Get rid of some js_AllocStack usage.
2010-05-24 10:23:47 -07:00
Jonathan Watt
7de02fc132
Bug 561654. nsSVGTextPositioningElement should be on the primary inheritance chain. r=longsonr
2010-05-24 16:58:24 +02:00
Ehsan Akhgari
dfb134a585
Bug 567020 - Intermittent timeout in 343889-1.html, leading to the crashtest suite being aborted; r=jst
...
(transplanted from 44439c29d5b22d2b5da8b8ee86c270b18dc922fc)
--HG--
extra : transplant_source : DC%9C%29%D5%B2-%2B%5D%A8%B8%EE%86%C2p%B1%8D%C9%22%FC
2010-06-04 13:28:19 -04:00
Michael Kohler
8550fb091a
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
...
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Mounir Lamouri
279c3b4750
Bug 551846. Tests
2010-05-24 09:36:49 +12:00
Mounir Lamouri
246ca7c23a
Bug 551846. <select> size should default to 4 when 'multiple' attribute is present. r=smaug, sr=jst
2010-05-24 09:36:49 +12:00
Chris Double
110891cd57
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
2010-05-24 09:36:10 +12:00
Jonas Sicking
a29c152fd4
Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed. r=smaug
2010-06-03 18:09:08 -07:00
Justin Wood
f8af94c521
Merge of Backout 69df59e99741 -- Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed.
2010-06-03 21:45:19 -04:00
Justin Wood
fe1fa53a88
Backout 69df59e99741 -- Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed.
2010-06-03 21:44:14 -04:00
Ehsan Akhgari
17a2d9a929
Merge backout of changeset 634e1f2cf46c
2010-06-03 21:28:24 -04:00
Ehsan Akhgari
b6c7f202ba
Backed out changeset 634e1f2cf46c because it breaks the Esc key in XUL dialogs (possibly among others)
2010-06-03 21:28:03 -04:00
Jonas Sicking
f2dbba9fe9
Bug 564863: Speed up id/name handling by letting elements register/unregister themselves. r=smaug
2010-06-03 18:09:20 -07:00
Jonas Sicking
9658015532
Bug 564591: Speed up BindToTree/UnbindFromTree by only doing XBL related work when needed. r=smaug
2010-06-03 18:09:08 -07:00
Jonas Sicking
76f022838b
Bug 564591: Speed up BindToTree/UnbindFromTree by only doing accesskey related work if the accesskey attribute is set. r=smaug
2010-06-03 18:08:57 -07:00
Masayuki Nakano
fe3d0e12b0
Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug, sr=roc
2010-06-02 16:24:56 +09:00
Benoit Jacob
52baf42be7
b=567449; fix webgl param getters; r=vlad
2010-06-01 23:09:19 -07:00
Benoit Jacob
4268806ff0
b=565404; add WebGLUniformLocation object; r=vlad
2010-06-01 23:09:19 -07:00
Benoit Jacob
723eb61a5d
b=567565; better WebGL buffer validation for element array buffers; r=vlad
2010-06-01 23:09:18 -07:00
Mounir Lamouri
9a775a7845
bug 567938 - form.submit() broken if called from <input type='submit'>'s onclick handler. r=bzbarsky
2010-06-01 14:42:37 +01:00
Brian Birtles
f2d7637c45
Bug 541297 - SVG SMIL: Fix abort on sampling re-attached animation node, r=roc
...
--HG--
extra : rebase_source : 1f228522d818b31d336558f6a238660c2972b770
2010-05-25 09:38:25 +09:00
Robert Sayre
80865fada3
Merge tracemonkey to mozilla-central.
2010-05-24 16:27:35 -07:00
Mats Palmgren
94071fa8f9
Make use of SkipInvisibleContent flag to skip invisible content in Selection.toString(). r=dbaron b=564967
2010-05-25 01:24:15 +02:00
Mats Palmgren
a180f952fd
Bug 39098 - Elements with visibility:hidden, visibility:collapse, or display:none get copied to the clipboard. r=dbaron
2010-05-25 01:24:15 +02:00
timeless@mozdev.org
2bbea3a937
Bug 565393 useless initialization of src in WebGLContext::DOMElementToImageSurface. r=vlad
...
--HG--
extra : rebase_source : fb8c42a04580f12e5d1ca89dd67861f8a2941bc8
2010-05-23 15:36:14 -07:00
timeless@mozdev.org
047c090ce8
Bug 397744 Can't access to the third account and the local mail [@ nsXULTreeBuilder::RemoveMatchesFor(nsTreeRows::Subtree&)] r=neil,enndeakin
...
--HG--
extra : rebase_source : 9a7cb590fe9a185e829fd90ef5cc086b8531adef
2010-05-23 15:26:34 -07:00
Doug Turner
cfd298a40d
Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
...
also removed modules/plugin/default*
2010-05-17 08:59:15 -07:00
Olli Pettay
4d6f0888ee
Bustage fix (Bug 548847)
2010-05-17 15:14:31 +03:00
Olli Pettay
9bcbb60643
Bug 548847 - [E10s] forward modal (chrome) dialogs from content to chrome, r=jst
2010-05-17 14:25:22 +03:00
Mounir Lamouri
25ff9e8518
Bug 456229 - Implement <input type="search">. r=smaug sr=sicking
2010-05-17 12:20:22 +02:00
Mounir Lamouri
8c66792fbc
Bug 456229 - tests for <input type="search">. r=smaug
2010-05-17 12:20:20 +02:00
Mounir Lamouri
53735dc740
Bug 565538 - Add tests for the mozIsTextField API. r=ehsan
2010-05-17 12:20:15 +02:00
Chris Jones
ae41570cc4
Followup to bug 528146 for dom/ipc, and revert chome registry merge.
...
--HG--
rename : dom/ipc/ContentProcessThread.cpp => dom/ipc/ContentProcessProcess.cpp
rename : dom/ipc/ContentProcessThread.h => dom/ipc/ContentProcessProcess.h
2010-05-13 18:44:53 -05:00
Chris Jones
2ed40cd772
Merged m-c
2010-05-13 18:04:53 -05:00
Henri Sivonen
21c2b278cb
Bug 534071 - Treat carriage returns as tab-like whitespace in layout. r=roc.
2010-05-12 10:57:12 +03:00
Daniel Holbert
a43976d85b
Bug 574049: Remove unused variable 'tabChildC'. r=smaug
2010-06-23 17:30:57 -07:00
Felipe Corrêa da Silva Sanches
ac6104327b
Bug 554704: Rename "aCanCache" param (for nsISMILAttr::ValueFromString), r=dholbert, r=jwatt
2010-06-23 17:30:55 -07:00
Johnny Stenback
e22027e424
Fixing bug 572609. Use faster version of GetElementById() from our C++ code. r=jonas@sicking.cc
2010-06-23 14:35:57 -07:00
Doug Turner
0dc0f3273e
merge with m-c. resolved conflicts in:
...
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
--HG--
rename : toolkit/mozapps/extensions/test/unit/test_bug541420.js => toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js
2010-05-11 11:09:54 -07:00
Peter Van der Beken
34f855c0b2
Back out fixes for bug 560462 to fix orange.
...
--HG--
extra : rebase_source : afe96ede6fc605c656b746f6388d6144886b18ed
2010-05-11 19:20:03 +02:00
Chris Jones
91e40e05b5
Merged backout
2010-05-13 17:24:43 -05:00
Chris Jones
91745321b3
Backed out changeset eef17c173aaa
2010-05-13 17:24:30 -05:00
Frédéric Wang
42b10a418a
Bug 552044 - [MathML 3] Add support for mathcolor/mathbackground on any presentation MathML element. r=karlt
2010-05-13 14:38:28 +12:00
Karl Tomlinson
8d05d0ece4
b=564972 Add NS_IS_MOUSE_EVENT_STRUCT to test event class and use it to correct assert r=smaug
2010-05-13 14:33:16 +12:00
Peter Van der Beken
c7542088f1
Try to fix orange from e2c5f6be2148
...
--HG--
extra : rebase_source : 148d9a1eef794af433373002effd47c12cce6e1c
2010-05-11 18:27:44 +02:00
Ehsan Akhgari
c9c8c3c5b3
Bug 336104 - "ASSERTION: no frame, see bug #188946 "; r=roc,dbaron
2010-05-21 16:36:42 -04:00
Vladimir Vukicevic
569d29edc3
b=563701; add memory reporters for imglib, canvas, and some gfx surfaces; r=joe
2010-05-21 21:10:14 -07:00
Jason Duell
6cd446aadb
# User Michal Novotny <michal.novotny@gmail.com>
...
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
2010-05-21 14:03:02 -07:00
Ben Turner
aa26c81638
Merge mozilla-central
2010-05-04 17:39:59 -07:00
Masayuki Nakano
ebc9405576
Bug 488420 IME enabled state is not modified when a focused editor's readonly attribute is changed r=smaug
2010-05-05 02:40:39 +09:00
Daniel Holbert
8c1dcec454
Bug 562310 Part 6: Convert C-string version (nsCCommaSeparatedTokenizer) into generic nsCCharSeparatedTokenizer class, too. r=roc
2010-05-04 07:43:48 -07:00
Daniel Holbert
3749f1139c
Bug 562310 Part 5: Use nsCharSeparatedTokenizer to simplify/fix existing parsing code in SVG and SMIL. r=roc
2010-05-04 07:43:48 -07:00
Daniel Holbert
bf0bf82b9c
Bug 562310 Part 4: Remove nsCommaSeparatedTokenizer typedef, and replace its uses with nsCharSeparatedTokenizer(','). r=roc
2010-05-04 07:43:48 -07:00
Daniel Holbert
b59db02690
Bug 562310 Part 2: Convert nsCommaSeparatedTokenizer class into a custom-SeparatorChar version, nsCharSeparatedTokenizer. r=roc
2010-05-04 07:43:48 -07:00
Daniel Holbert
76eb0b7a70
Bug 562310 Part 1: Rename file nsCommaSeparatedTokenizer.h to nsCharSeparatedTokenizer.h (and update #includes). r=roc
...
--HG--
rename : xpcom/ds/nsCommaSeparatedTokenizer.h => xpcom/ds/nsCharSeparatedTokenizer.h
2010-05-04 07:43:48 -07:00
Peter Van der Beken
9070224a09
Fix more bustage in testcase for bug 551654.
2010-05-04 16:09:37 +02:00
Peter Van der Beken
ed51a5c51a
Fix bustage in testcase for bug 551654.
...
--HG--
extra : rebase_source : b51a740e03cd15e92ae6a24cf7917db68f41b1d0
2010-05-04 15:41:12 +02:00
Peter Van der Beken
eeb50c3dcd
Fix bustage in testcase for bug 551412.
...
--HG--
extra : rebase_source : bb89bc9b30e4dbbc220fda6f74a1fca3ddfbee6f
2010-05-04 15:40:43 +02:00
Olli Pettay
114e4d4772
Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking
2010-05-04 16:19:54 +03:00
Andreas Wictor
3d17f7df6e
Fix for bug 551654 (The EXSLT node-set function fails to convert number, boolean and string values to text nodes). r=peterv.
2010-05-04 12:10:44 +02:00
Peter Van der Beken
daf34c1895
Fix for bug 551412 (The EXSLT node-set function drops text nodes if they appear last in a rtf). r=sicking.
2010-05-04 12:10:40 +02:00
Olli Pettay
ac454a233f
backout Bug 562321
2010-05-04 12:46:37 +03:00
Olli Pettay
5f229468c1
De-nsIDOM* nsIContentSerializer methods, r=sicking
2010-05-04 11:39:47 +03:00
Olli Pettay
4176cb686d
Bug 562013 - parse innerHTML directly to the destination node, p=smaug+hsivonen, r=sicking
2010-05-04 11:36:42 +03:00
Doug Turner
c88906d971
Merge with m-c. no hand edits
2010-04-29 21:04:50 -07:00
Neil Deakin
13b6d2c830
Bug 554635, followup fix to test as these objects are now focusable
2010-04-29 11:15:52 -04:00
Neil Deakin
252de127d4
Bug 554635, change default tabindex on object elements to 0, so that child documents can be focused, r=jonas
2010-04-29 10:14:05 -04:00
Jonas Sicking
5d052b35df
Bug 429175: Make sure to only set aNotify to true when we should. r=peterv
2010-05-03 06:23:36 -07:00
Shawn Wilsher
740b0ee767
Merging mozilla-central
2010-04-28 15:36:43 -07:00
Blake Kaplan
750a8cd9a4
Fix bug 532730. r=jst sr=sicking
...
--HG--
extra : rebase_source : 0188a1388b4c82a55d29a54e08c91568b1ff817f
2010-04-27 15:39:52 -07:00
Mats Palmgren
2abd2f4052
Call EnsureTextRun() and null-check GetTextRun() return value before using it. b=560780 r=roc
2010-04-28 19:47:23 +02:00
Justin Lebar
5befe0c6b2
Bug 496275 - Expose JS API for modifying page's selection. r=mats, sr=jst
2010-04-28 19:47:23 +02:00
Henri Sivonen
32cd208d48
Adjust test for bug 515401 - Make test_bug515401.html pass with the HTML5 parser enabled. (orange fix)
2010-04-28 15:53:20 +03:00
Jim Mathies
e758581cd0
Bug 513162 - Add support for 'chromemargin' property on XUL windows. r=smaug.
2010-06-24 21:01:07 -05:00
Jim Mathies
c4ca2d639c
Bug 513162 - Add 'top, right, bottom, left' margin support in nsAttrValue. r=smaug.
2010-06-24 21:01:07 -05:00
Mounir Lamouri
b53642468f
Bug 566983 - Intermittent failure in test_bug546995-4.html; r=ehsan
2010-05-21 14:13:09 -04:00
Mats Palmgren
64294ccd1a
Backout bug 39098 due to Tinderbox orange.
2010-05-21 18:28:39 +02:00
Mats Palmgren
4d3f50fd0a
Backout bug 564967.
2010-05-21 18:26:33 +02:00
Mats Palmgren
995e4a33cb
Make use of SkipInvisibleContent flag to skip invisible content in Selection.toString(). r=dbaron b=564967
2010-05-21 18:02:04 +02:00
Mats Palmgren
76d0a556b0
Bug 39098 - Elements with visibility:hidden, visibility:collapse, or display:none get copied to the clipboard. r=dbaron
2010-05-21 15:52:07 +02:00
Brian Birtles
a6804b9bac
Bug 554141 - SVG SMIL: Fix crash with orphaned unresolved begin times, r=roc
...
--HG--
extra : rebase_source : 82f7d0cdf89a543b4a07e126157096a47465de8e
2010-05-21 09:18:29 +09:00
Jeff Walden
984fff647d
Bug 565604 - Typed-array properties don't work when accessed from an object whose prototype is a typed array. r=vlad
...
--HG--
extra : rebase_source : 6ac630f7a9d2cb04a9a996c2a675be41130ea2b1
2010-05-19 14:25:20 -07:00
Chris Double
264f50b5de
Bug 566501 - Remove unnecessary seek from the video decoder base class. r=cpearce
2010-05-21 09:13:01 +12:00
Chris Double
5b7c6059a4
Bug 566498 - Move duration calculation into the video decoder base class. r=cpearce
2010-05-21 09:13:01 +12:00
Chris Double
00600999ad
Bug 566241 - Decode audio when keyframe skipping even if we've got ample audio. r=cpearce
2010-05-21 09:13:01 +12:00
Brandon Sterne
576c1b9813
Bug 515460 - enforce CSP during image redirects, r=joe
2010-05-20 13:08:02 -07:00
Ehsan Akhgari
fc23e633cd
Bug 567014 - test_bug293347.html intermittent orange; r=jst
2010-05-19 19:25:14 -04:00
L. David Baron
a630c8518a
Update assertion annotations in reftest/crashtest manifests now that bug 563536 is fixed. (Bug 472557)
2010-05-20 07:44:56 -07:00
L. David Baron
4efaf9430a
The assertion on 466607-1.html was also seen on Linux, so just mark all the bug 564603 assertions as cross-platform. (Bug 472557)
2010-05-20 07:44:24 -07:00
Justin Wood
fe84f7cd9e
Bustage fix for Bug 563668, correct typo.
2010-05-19 22:49:09 -04:00
Mounir Lamouri
aaba2bb331
Bug 563668 - "Be able to know if a form control is an input element or a button element from nsIFormControl" [r=bzbarsky]
2010-05-19 22:30:04 -04:00
Mounir Lamouri
aeed2963f9
Bug 562932 - [Test Part] "Implement control attribute for label element" [r=sicking]
2010-05-19 22:28:10 -04:00
Mounir Lamouri
3dedea436f
Bug 562932 - "Implement control attribute for label element" [r=sicking sr=smaug]
2010-05-19 22:28:10 -04:00
Mounir Lamouri
baf233459f
Bug 377624 - [Test Part] "Implement the accept attribute for the form and file upload controls form "image/*"" [r=sicking, feedback=ehsan]
2010-05-19 22:28:08 -04:00
Ehsan Akhgari
db9d404619
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Vladimir Vukicevic
dea11722d4
Some DEBUG_vladimir stuff needs to run on GLES2 only (npotb)
2010-05-19 13:47:13 -07:00
timeless@mozdev.org
10d51e3e43
Bug 565620 the NativeJSContext constructor needs to initialize more variables or the class needs to be much more careful; r=vlad
2010-05-19 13:47:07 -07:00
Vladimir Vukicevic
78a39a81e0
b=566129; synthesize GL errors instead of throwing exceptions in webgl; based on patch from Cedric Vivier <cedricv@neonux.com>; r=cedricv/vlad
2010-05-15 21:55:45 +08:00
Cedric Vivier
07ab4df723
b=566676; allow null as arg to teximage2d; r=vlad
2010-05-19 13:46:08 -07:00
Vladimir Vukicevic
cfe5dea959
b=561168, removed too much from the NotSupported webgl file, putting it back
2010-05-19 13:46:08 -07:00
Benoit Jacob
c343923727
b=565417; add OSMesa GLContextProvider (pbuffers only); r=vlad
2010-05-19 13:46:08 -07:00
Cedric Vivier
ee8ba48977
b=566126; allow readpixels on arbitrary sized non-default framebuffer; r=vlad
2010-05-15 20:07:30 +08:00
Benoit Jacob
ba7702e9b5
b=525540; crash at WebGLObjectRefPtr::Zero, part 2; r=vlad
2010-05-19 13:46:08 -07:00
Mark Steele
a13e66f9f0
b=525540; crash at WebGLObjectRefPtr::Zero; r=vlad
2010-05-19 13:46:08 -07:00
Benoit Jacob
402eb8260f
b=565998; allow passing 0x0 texture size to webgl; r=vlad
2010-05-19 13:46:08 -07:00
Mounir Lamouri
36397b56bd
Bug 546995 - Implement autofocus attribute. r=sicking, sr=smaug
...
--HG--
extra : rebase_source : b0f233cae75aa9182d6587b6d66d4cbebea1126c
2010-05-19 19:52:17 +02:00
Daniel Holbert
99926823af
Bug 566777: nsSMILMappedAttribute::ClearAnimValue shouldn't do anything if there's no animated value to clear. r=roc
2010-05-19 10:38:05 -07:00
Ehsan Akhgari
f3ad02d088
Bug 564461 - Change content editable count from a script runner; r=jst
2010-05-12 18:21:24 -04:00
Rich Dougherty
a9d5c7ce86
Bug 557982. Use Image objects in the video frame queue so we can avoid making an extra copy as we put frames into the queue. r=kinetik
2010-05-19 15:04:33 +12:00
Robert O'Callahan
d7e60623a4
Bug 547924. Paint <canvas> using EXTEND_PAD to prevent seams. r=vlad
2010-05-19 15:04:32 +12:00
Ben Turner
9ce95a5bf3
Move indexedDB implementation to dom/indexedDB, add more interfaces and stub implementations, integrate with DOMClassInfo.
...
--HG--
rename : dom/src/storage/IDBRequest.cpp => dom/indexedDB/IDBRequest.cpp
rename : dom/src/storage/IDBRequest.h => dom/indexedDB/IDBRequest.h
rename : dom/interfaces/storage/nsIIDBRequest.idl => dom/indexedDB/nsIIDBRequest.idl
rename : dom/interfaces/storage/nsIIndexedDatabaseRequest.idl => dom/indexedDB/nsIIndexedDatabaseRequest.idl
rename : dom/tests/mochitest/indexeddb/Makefile.in => dom/indexedDB/test/Makefile.in
rename : dom/tests/mochitest/indexeddb/test_property_on_window.html => dom/indexedDB/test/test_property_on_window.html
2010-04-22 21:38:51 -07:00
Ehsan Akhgari
6139ffb2b9
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
...
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
--HG--
rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html
extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
2010-04-21 16:17:41 -04:00
Craig Topper
213b0d1c3f
Bug 566808 - "DeCOMtaminate nsIStyleRule method signatures" [r=dbaron]
...
(transplanted from 9a7be1835b530c72a46069a5c3951b80b16804a3)
--HG--
extra : transplant_source : %9A%7B%E1%83%5BS%0Cr%A4%60i%A5%C3%95%1B%80%B1h%04%A3
2010-05-19 22:28:00 -04:00
Mounir Lamouri
bd24a96b5c
Bug 565904 - "HTMLOptGroupElement and HTMLOptionElement are not form controls but are listed in nsIFormControl" [r=smaug]
...
(transplanted from 8406214f84c8164c7b2583af1d2e8f2be522e75e)
--HG--
extra : transplant_source : %84%06%21O%84%C8%16L%7B%25%83%AF%1D.%8F%2B%E5%22%E7%5E
2010-05-27 06:51:00 -04:00
Mounir Lamouri
cb048d56cb
Bug 565611 - ""ASSERTION: How did that happen?: 'form == aThisForm'" with <legend>" [r=bz, sr=smaug]
...
(transplanted from 0c87f407797d0bc7353049a52f5c705fc1d4ae67)
--HG--
extra : transplant_source : %0C%87%F4%07y%7D%0B%C750I%A5/%5Cp_%C1%D4%AEg
2010-05-19 16:33:00 -04:00
Peter Van der Beken
55265d17a6
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3a. r=jst.
2010-04-19 17:41:39 +02:00
Robert O'Callahan
84e3c6fae4
Backout bug 566128 to fix test failures
2010-06-01 13:53:59 +12:00
Robert O'Callahan
f192fb63c2
Backed out changeset 25c7d2e71e57
2010-06-01 13:53:43 +12:00
Robert O'Callahan
c487d58ffa
Backout bug 566128 to fix test failures
2010-06-01 13:53:19 +12:00
Robert O'Callahan
c31b2ab78a
Backed out changeset cf9fcc2c89b1
2010-06-01 13:53:05 +12:00
Robert O'Callahan
83d6dd40aa
Backing out fix for bug 565904 to fix test failures
2010-06-01 12:42:08 +12:00
Robert O'Callahan
d191a3abd8
Backed out changeset 95894b2d2c52
2010-06-01 12:41:45 +12:00
Mounir Lamouri
a99096ae8e
Bug 566128. Tests. r=sicking
2010-06-01 11:46:21 +12:00
Mounir Lamouri
fbfe5cca10
Bug 566128. 'action' IDL attribute should reflect content attribute. r=sicking
2010-06-01 11:45:25 +12:00
Mounir Lamouri
34f34579ee
Bug 566046. Tests. r=sicking
2010-06-01 11:44:33 +12:00
Mounir Lamouri
38b08f99d8
Bug 566046. 'target' IDL attribute should reflect content attribute. r=sicking
2010-06-01 11:43:11 +12:00
Mounir Lamouri
18ce766a1d
Bug 565904. <option> and <optgroup> elements aren't form controls. r=smaug
2010-06-01 11:40:57 +12:00
Markus Stange
b22adea8bd
Bug 426082 - Fix the test to deal with focus rings correctly.
2010-05-31 21:10:55 +02:00
Markus Stange
6439c85c56
Bug 426082, part 4: Test. r=smaug
2010-05-31 19:50:55 +02:00
Markus Stange
23751c9400
Bug 426082, part 3: Reflect a label's :hover/:active state on its associated natively themed control.
...
This patch adds an aFollowLabels argument to nsIEventStateManager::GetContentState which defaults to false. Setting it to true will return NS_EVENT_STATE_HOVER / _ACTIVE for labeled controls even if only their label is subject to this state. At the moment this flag is only set by native theming, so there won't be an observable change for the :hover / :active pseudoclasses.
In order to make dynamic state changes on the label work, SetContentState will now always notify the labeled control of state changes when its label changes state.
r=smaug
2010-05-31 19:49:55 +02:00
Markus Stange
98b0d9be1f
Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron
2010-05-31 19:49:04 +02:00
Markus Stange
9235194800
Bug 426082, part 1: Some refactoring in nsEventStateManager::Get/SetContentState. r=dbaron
2010-05-31 19:47:11 +02:00
Makoto Kato
bbfc99b248
Fix bustage of Bug 553540. typo fix
2010-05-31 16:07:35 +09:00
Makoto Kato
e94f9288d9
Fix bustage of Bug 553540
2010-05-31 16:01:07 +09:00
Peter Van der Beken
2390f94ae2
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - use fast unwrapping for nsIDOMNode_GetNodeType, nsIDOMNodeList_GetLength, nsIDOMElement, nsIDOMNSElement_, nsIDOMNSHTMLElement, nsIDOMDocument, nsIDOMNSDocument, nsIDOM3Document, nsIDOMHTMLDocument and nsIDOMNSHTMLDocument_. r=jst.
2010-04-19 17:41:39 +02:00
Peter Van der Beken
82558bd659
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
2010-04-19 17:41:38 +02:00
Vladimir Vukicevic
b5bb1450d6
followup fix for when webgl is not supported; files removed, forgot to remove this (really not good at removals)
2010-05-18 10:08:40 -07:00
Vladimir Vukicevic
a28f3011b6
followup fix for when webgl is not supported; files removed, forgot to remove this
2010-05-18 10:07:43 -07:00
Olli Pettay
927111fb28
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
2010-05-18 15:28:37 +03:00
Olli Pettay
1c104f5606
Backout Bug 549682
2010-05-18 13:10:47 +03:00
Olli Pettay
c719bc6e84
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
...
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
2010-05-18 11:52:24 +03:00
Vladimir Vukicevic
57c2111dfe
b=561168; convert canvas to use layers for rendering - followup; r=roc
2010-05-17 21:04:22 -07:00
Vladimir Vukicevic
b5ac042d49
b=561168; convert canvas to use layers for rendering; r=roc,bas
2010-05-17 21:04:22 -07:00
Vladimir Vukicevic
520d954163
b=561168; convert canvas to use layers for rendering - file removals
2010-05-17 21:04:21 -07:00
Craig Topper
ef96f55ca1
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
2010-05-17 21:00:40 -07:00
Craig Topper
94829365f8
Change some nsIStyleSheet methods from returning AddRef-ed to un-AddRef-ed pointers, and some other cleanup. (Bug 239008) r=dbaron
2010-05-17 21:00:39 -07:00
L. David Baron
bce6e63ce7
Add another known assertion annotation in the manifest. (Bug 472557)
2010-05-17 21:00:36 -07:00
Boris Zbarsky
1039a51c26
Backed out changeset 90d627f2471e (bug 564979) because it broke mochitests.
2010-05-17 14:59:49 -04:00
Boris Zbarsky
3bf9b562d1
Bug 564979. Get rid of nsINode::GetSibling and just use GetNext/PreviousSibling instead. r=peterv, sr=sicking
2010-05-17 14:18:25 -04:00
Peter Van der Beken
dff32db5c4
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
2010-04-19 17:41:38 +02:00
Peter Van der Beken
b3668213b6
Fix for bug 564114 (Crash [@ nsINode::CompareDocumentPosition] passing null). r=bz.
2010-05-06 21:26:35 +02:00
Olli Pettay
bce87a63e6
Additional fix for Bug 559315
...
--HG--
extra : rebase_source : e09aba953df55469b3b147e363e773308c679031
2010-05-11 17:05:11 +03:00
Josh Matthews
0382f9be6e
Bug 388569 - Memory leaks when calling nsVariant::GetAsInterface. r=benjamin
...
--HG--
extra : rebase_source : 4bcffd36a6fa65c9b4dbefff4bc810254c2a222c
2010-05-04 00:39:26 -04:00
Phil Ringnalda
b140552eb7
merge for backout of changeset e074757a15aa (bug 533891)
2010-05-10 21:40:01 -07:00
Phil Ringnalda
6dbc5788bb
Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber
2010-05-10 21:38:56 -07:00
Josh Aas
c989084c54
Remove default plugins. b=533891 r=dolske sr=jst
2010-05-10 20:21:31 -04:00
Mayank Gupta
cbff1d114e
Bug 548828. Implement HTMLDocument.head. r=bzbarsky
2010-05-02 13:32:21 +05:30
Boris Zbarsky
8ccd3c1fea
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
2010-05-10 21:12:34 -04:00
Boris Zbarsky
554a7ccc9a
Bug 564435. Use iterative tree traversals in nsContentList so as to speed it up. r=sicking
2010-05-10 21:12:34 -04:00
Boris Zbarsky
4f32f7ec2a
Bug 564432 part 2. Give nsINode a first-child pointer r=jst, sr=sicking
2010-05-10 21:12:34 -04:00
Boris Zbarsky
1c7fae2d33
Bug 564432 part 1. Give nsINode next/previous sibling pointers. r=jst, sr=sicking
2010-05-10 21:12:33 -04:00
Neil Deakin
b627649b3d
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
2010-04-21 10:53:42 -04:00
Masayuki Nakano
189d5d4756
Bug 544277 IME became unusable when switching focus on Gmail RTF Editor r=enn
2010-04-21 22:13:08 +09:00
Olli Pettay
28f61badca
Bug 559311 - [HTML5] nsContentUtils::CreateContextualFragment doesn't cache HTML5 parser properly, r=hsivonen
2010-04-21 14:53:57 +03:00
Chris Jones
bd6bf48e7a
Merged m-c
2010-04-27 01:53:06 -05:00
Doug Turner
609671cd8d
merge with m-c.
2010-04-26 23:17:51 -07:00
Ben Newman
bd232d2cb8
Replace direct instantiations of nsRunnableMethod with calls to the templatized NS_NewRunnableMethod function (part 3/3 of bug 558498). r=dwitte sr=dbaron
2010-04-20 16:21:35 -07:00
Ben Newman
8663c1f722
Eliminate duplicate code by combining nsNonOwningRunnableMethod with nsRunnableMethod (part 1/3 of bug 558498). r=dwitte sr=dbaron
2010-04-20 10:22:04 -07:00
Boris Zbarsky
0119433e2d
Bug 559284. Make various HTML5 sectioning elements display:block. r=dbaron
2010-04-26 16:27:01 -04:00
Brandon Sterne
83840f4b02
Bug 515460 - check GetCsp return value, r=sstamm, a=developers
2010-04-26 12:14:49 -07:00
Jesse Ruderman
27cd5edb8c
Bug 573316 - Use IsSVGWhitespace instead of isspace to fix an assertion failure and match the SVG spec. r=jwatt
2010-06-20 14:39:14 -07:00
Jesse Ruderman
9b1f9e826d
Bug 573188 - Fix string leak in nsTextEditorState::SetValue. r=roc
2010-06-21 09:16:06 -07:00
Hanspeter Niederstrasser
72bb3194a7
Fix for bug 557660 (WebGL interfaces are created even when MOZ_WEBGL unset). r=jst.
...
--HG--
extra : rebase_source : c9c67ac7ddff650869a0d68b4f9f2e5df9cfcc2f
2010-04-09 19:05:54 +02:00
Peter Van der Beken
66819e5352
Fix for bug 558973 ("ASSERTION: Nodes that are not documents, document fragments or elements can't be parents!"). r=jst.
...
--HG--
extra : rebase_source : 6d9f76e94457823bb425f546053f4d24e80aec5c
2010-04-15 10:28:57 +02:00
Ben Turner
ab0dc2d25d
Bug 560959 - 'Update Structured Clone for recent spec changes'. r=sicking.
2010-04-28 18:32:16 -07:00
Ben Turner
05834c43ab
Bug 559476 - Do a fast copy of dense primitive arrays when making a structured clone. r=mrbkap+jst.
2010-04-28 18:32:13 -07:00
Daniel Holbert
e53ccde7eb
Bug 436418, patch D: SVG/SMIL animateMotion - reftests & mochitests.
...
--HG--
rename : layout/reftests/svg/smil/lime.svg => layout/reftests/svg/smil/motion/lime.svg
2010-04-28 16:00:54 -07:00
Daniel Holbert
7ad753f947
Bug 436418, patch H: SVG/SMIL animateMotion - add support for <mpath> sub-element. r=roc
2010-04-28 16:00:54 -07:00
Daniel Holbert
7b4b55a963
Bug 436418, patch G: SVG/SMIL animateMotion - add support for path attribute. r=roc
2010-04-28 16:00:54 -07:00
Daniel Holbert
2196ba717a
Bug 436418, patch F: SVG/SMIL animateMotion - add support for keyPoints attribute. r=roc
2010-04-28 16:00:54 -07:00
Daniel Holbert
ea5825f520
Bug 436418, patch E: SVG/SMIL animateMotion - add support for <animateMotion> element and its core logic. r=roc
2010-04-28 16:00:54 -07:00
Daniel Holbert
9907d2d6ff
Bug 436418, patch C3: SVG/SMIL animateMotion - add "TreatSingleValueAsStatic" helper method, to assist nsSMILAnimationFunction subclasses in customizing animation behavior. r=roc
2010-04-28 16:00:53 -07:00
Daniel Holbert
960e1b21ac
Bug 436418, patch C2: SVG/SMIL animateMotion - move nsSMILAnimationFunction error-flag-handling code from a macro to a method. r=roc
2010-04-28 16:00:53 -07:00
Daniel Holbert
f7ea03fbb8
Bug 436418, patch C1: SVG/SMIL animateMotion - add GenericValueParser helper class. r=roc
2010-04-28 16:00:53 -07:00
Daniel Holbert
c722e28bb1
Bug 436418, patch B: SVG/SMIL animateMotion - update license text, and fix compilation issues. r=roc
2010-04-28 16:00:53 -07:00
Eric Hedekar
6be4492738
Bug 436418, patch A: SVG/SMIL animateMotion - add some foundational code. r=roc
2010-04-28 16:00:53 -07:00
Oleg Romashin
b729e295a5
Merged with mozilla-central
2010-04-22 20:22:26 -04:00
Doug Turner
9a784d5dfd
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Daniel Holbert
e95502caff
Bug 560378, Patch C: Make int<-->float conversions explicit to avoid MSVC compile warnings, in nsCanvasRenderingContext2D.cpp. r=vlad
2010-04-20 11:50:39 -07:00
Daniel Holbert
33ea66db35
Bug 560378, patch B: Use the correct version of delete[] in nsCanvasRenderingContext2D.cpp. r=vlad
2010-04-20 11:49:38 -07:00
Daniel Holbert
593518ff99
Bug 560378, Patch A: Use "!!" for converting int to bool, to avoid MSVC compile warning in nsCanvasRenderingContext2D.cpp. r=vlad
2010-04-20 11:48:29 -07:00
Jonas Sicking
45559fc2d9
Bug 518110: Kill HTMLBaseFontElement interface and HTMLHeadElement.profile. Also merge nsHTMLHeadElement and nsHTMLHtmlElement into nsHTMLSharedElement. r=jst
...
--HG--
extra : rebase_source : 651aeed4f884405ffd980b3b74a0dbb21f931156
2010-04-19 12:06:00 -07:00
Olli Pettay
4c4fd20940
Backout Bug 559311 for now
2010-04-19 16:21:19 +03:00
Chris Jones
612f1cd867
Fix merge bustage
2010-04-16 01:58:01 -05:00
Chris Jones
8cd39f1f00
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Olli Pettay
2cd8fe2f7f
Bug 557892 - Crash [@ nsGenericElement::SetAttr], r=sicking
...
--HG--
extra : rebase_source : 55eae64fcad1d2ad4343b5ac0e70a26e67021722
2010-04-15 14:07:30 +03:00
Olli Pettay
604a240aa0
Bug 559311 - [HTML5] nsContentUtils::CreateContextualFragment doesn't cache HTML5 parser, r=hsivonen
2010-04-15 12:40:30 +03:00
Olli Pettay
f25a8a3827
Bug 558795 - speed up nsEventTargetChainItem (de)allocation, r=jst
2010-04-15 12:38:32 +03:00
Josh Matthews
9af40951e9
b=545237 Notify PIFrameEmbedding's owner on actor deletion r=bsmedberg
2010-04-12 12:34:02 +12:00
Josh Matthews
5d189e4030
b=545237 Keep track of the ContentProcessParent singleton's life and recreate it if necessary r=bsmedberg
2010-04-12 12:24:45 +12:00
Mats Palmgren
050ba808d3
Test for bug 558726.
2010-04-14 16:55:21 +02:00
Geoff Lankow
96f669ed52
Skip -moz-user-select=none only when copying. Follow-up to bug 166235. b=558726 r=roc
2010-04-14 16:55:16 +02:00
Ms2ger
0a0e3af0ba
Bug 559024 - SVGStyleElement.media and SVGStyleElement.title setters do not work. r=jwatt
2010-04-14 10:30:55 +01:00
Robert Longson
b3316bb10e
Bug 456286 - support altGlyph elements as tspans. r=roc
2010-04-13 09:58:09 +01:00
Phil Ringnalda
bde336be0e
Correct spelling of recieve
2010-04-16 22:03:49 -07:00
Makoto Kato
7d97e6acd6
Bug 553540 - need new flag to nsPlainTextSerializer to support delsp=yes (RFC 3676). r=laurent sr=jst
2010-04-02 18:21:40 +09:00
Chris Pearce
a7d0ccd23a
Bug 564720 - Refactor media tests to be backend independent were possible. r=roc
...
--HG--
rename : content/media/test/test_play.html => content/media/test/test_play_events.html
rename : content/media/test/test_progress2.html => content/media/test/test_progress.html
rename : content/media/test/test_onloadedmetadata.html => content/media/test/test_replay_metadata.html
rename : content/media/test/test_wav_trunc_seek.html => content/media/test/test_seek_out_of_range.html
rename : content/media/test/test_bug495319.html => content/media/test/test_timeupdate_small_files.html
rename : content/media/test/test_bug486646.html => content/media/test/test_video_to_canvas.html
2010-05-31 10:02:06 +12:00
timeless@mozdev.org
0d2015bfab
Bug 555692 - mEnabled is never used in CSPService, r=bsterne
...
--HG--
extra : rebase_source : 943559708654622bcc26d684afecf8e9556d7bcd
2010-03-29 05:33:00 -07:00
Oleg Romashin
8cafa44858
Merged with mozilla-central
2010-04-07 06:59:04 -04:00
Oleg Romashin
ce5f24525c
Bug 556850 - WebGL compilation busted for Qt builds. r=vladimir
2010-04-07 03:53:18 -04:00
Ehsan Akhgari
2653821890
Merge backout of bug 221820
2010-04-06 21:10:47 -04:00
Ehsan Akhgari
c51a6481a1
Back out the editor lazy inititialization patches (bug 221820) to try to solve the orange in bug 557689
2010-04-06 21:08:58 -04:00
L. David Baron
e85f5e69dd
No need to null-check aRuleWalker. (Bug 557154) r=bzbarsky
2010-04-06 15:32:51 -07:00
Daniel Holbert
7b8beeb10d
Bug 555026: In SMIL animation, ignore keyTimes attr when in paced calcMode. r=roc
2010-04-06 14:39:29 -07:00
Olli Pettay
b035d19290
Bug 554941 - [E10s] CPOW for synchronous TabChildGlobal messages, r=bnewman
2010-03-29 23:29:45 +03:00
Olli Pettay
667215c7aa
backout Bug 554941 again
2010-03-28 20:07:16 +03:00
Olli Pettay
aa06ec601b
Bug 554941 - [E10s] CPOW for synchronous TabChildGlobal messages, r=bnewman
2010-03-28 19:02:05 +03:00
Olli Pettay
e46366ac9e
Backout Bug 554941
2010-03-28 00:58:49 +02:00
Olli Pettay
84c9b49183
Disable the test for Bug 514705 until crashreporter bug is fixed.
2010-03-27 22:53:42 +02:00
Olli Pettay
1795ed6f2e
Bug 554941 - [E10s] CPOW for synchronous TabChildGlobal messages, r=bnewman
2010-03-27 18:54:57 +02:00
Doug Turner
19845bed4d
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
2010-03-26 14:22:48 -07:00
Daniel Holbert
0673a8deda
Bug 554804: Fix GetBaseValue in nsSMILCSSProperty and nsSVGTransformSMILAttr to benefit from return value optimization. r=jwatt
2010-03-26 12:24:13 -07:00
Daniel Holbert
b6e5a6ca7a
Bug 554687 patch 2: Use nsSMILValue::Swap instead of operator= where appropriate. r=roc
2010-03-26 12:24:07 -07:00
Daniel Holbert
6e6d0ce340
Bug 554687 patch 1: Add Swap() method for nsSMILValue. r=roc
2010-03-26 12:22:54 -07:00
Benedict Hsieh
e37b1f2c1b
Bug 51470 - [E10s] The tab browser should inform the chrome process during navigation. r=smaug,
...
sr=bsmedberg
2010-03-26 11:39:39 -07:00
Josh Matthews
cf4d6ab043
Bug 554835 - Build fixes for undefined MOZ_IPC. r=bnewman,joe
2010-03-25 12:10:14 -04:00
Josh Matthews
a54f718fec
Bug 524180 - Fix non-MOZ_IPC build. r=joe
2010-03-24 18:27:08 -04:00
Daniel Holbert
8974b8f2ee
(no bug, comment-only) Remove duplicate "nsIContent methods" header-comment in nsSVGAnimationElement.cpp
2010-04-12 16:50:35 -07:00
Julian Seward
4b42858919
Bug 547964 - r=dbaron
...
--HG--
extra : rebase_source : 88834502ab1cdac1aa7dac9557ee1aa40ccc354f
2010-04-12 11:53:59 -04:00
Timothy Nikkel
705a3fe4ee
Bug 553366. When flushing, make sure to flush external documents too. r=bzbarsky
2010-04-10 13:03:40 -05:00
Jesse Ruderman
542512ff31
Add crashtests
2010-04-11 16:59:47 -07:00
Vladimir Vukicevic
476259b7bf
b=571287; let canvas participate in cycle collection; r=bz
2010-06-15 14:38:05 -07:00