Dão Gottwald
635a192024
Bug 725289 followup, replace remaining mozSlize with slice
2012-02-16 12:43:08 +01:00
Marco Bonardo
b9a5cb8c01
Merge central to inbound
2012-02-16 11:47:36 +01:00
Matthew Schranz
5e505cd07f
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
0ee3f559fe
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
Matthew Gregan
6077ca190c
Bug 730425 - Performa an additional range check in stream read. r=roc
2012-02-28 17:38:46 +13:00
David Mandelin
3588ac5aae
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
2012-02-28 15:11:11 -08:00
Justin Lebar
69fb6f1047
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
Jeff Muizelaar
ba00f463ee
Bug 731117. Bound the size of CG surfaces to match cairo. r=bas
...
This fixes crashes that can happen when we try to create
an image surface from a quartz surface larger than the maximum
size supported by image surfaces.
--HG--
extra : rebase_source : 6ef9c66a91068f75ddef90a3453a7360dd91fa78
2012-02-29 21:30:11 -05:00
Matthew Gregan
b11d895a75
Bug 730425 - Make range check assertion in stream read fatal, and add the same check to similar code in the cached stream read. r=roc
2012-03-01 12:52:02 +13:00
Ryan VanderMeulen
6adc508f04
Backout bug 492921 due to mochitest crashing.
2012-02-29 20:29:49 -05:00
Emanuel Hoogeveen
4fe3346b5d
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
1679154578
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
f2367c980e
Bug 492931 - Part 0: Add nsContentUtils::EqualsLiteralIgnoreASCIICase. r=sicking
2012-02-29 19:29:12 -05:00
Mounir Lamouri
4a74e7d9a1
Bug 618876 - Support internationalized <input type="email">. r=sicking
2012-02-29 23:35:47 +01:00
Mounir Lamouri
99a6d0d0fc
Bug 670883 - Add UTF-8 tests for <input type=url>. r=sicking
2012-02-29 23:37:38 +01:00
Jim Mathies
52c80c3f0a
Bug 724781 - Prevent repetitive nsObjectLoadingContent StopPluginInstance calls from entering DoStopPlugin. r=joshmoz
2012-02-29 09:04:37 -06:00
Andrew McCreight
290295194b
Bug 726777. r=sicking
2012-02-14 10:05:43 -08:00
Jonathan Kew
5a7f1cdcbb
bug 726988 - remove stray instances of PR_TRUE in WebGL. r=bjacob
2012-02-14 16:17:19 +00:00
Jonathan Kew
b93bca669c
bug 726981 - remove stray instances of PRBool in content. r=mounir
2012-02-14 16:17:19 +00:00
Marco Bonardo
b549d28077
Merge central to inbound
2012-02-14 11:18:40 +01:00
Marco Bonardo
5f22420e58
Merge last green PGO from inbound to central
2012-02-14 11:16:13 +01:00
Robert O'Callahan
8dc6b990e1
Bug 726891. Move rate/channels/format up to nsAudioStream and add inline getters. r=kinetik
2012-02-14 17:39:33 +13:00
Chris Pearce
fa8456720c
Bug 673698 - Don't update video playback position during seek. r=roc
2012-02-14 21:48:16 +13:00
Phil Ringnalda
7b77666e87
Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange
2012-02-13 22:31:22 -08:00
Robert O'Callahan
fea5deb4c4
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
Robert O'Callahan
2fdab34bc6
Bug 726891. Move rate/channels/format up to nsAudioStream and add inline getters. r=kinetik
2012-02-14 17:39:33 +13:00
Joe Olivas
7fa87975b6
Bug 725152 - Only use force_stereo_mode pref if it's explicitly set. r=kinetik
2012-02-14 15:35:26 +13:00
Brian Birtles
ec70664d11
Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz
2012-02-14 11:00:57 +09:00
Brian Birtles
ba511d0395
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
aa6bce14d2
Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz
2012-02-14 11:00:56 +09:00
Brian Birtles
dc787a847e
Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz
2012-02-14 11:00:56 +09:00
Brian Birtles
84210cc183
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
c59ab7ad07
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
09f0260b72
Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug
2012-02-12 22:21:49 +01:00
Matthew Schranz
2e61ecc096
Bug 718274 - Implement ::DispatchUntrustedEvent and ::DispatchEvent for ContentUtils. r=mounir
2012-02-13 18:07:04 -05:00
Robert Longson
75bfd8d921
Bug 711653: In SVG lighting calculations, when input surface is 1px wide, use a normal vector that points straight out of the page. r=dholbert
2012-02-13 14:04:19 -08:00
Jason Duell
dc41bd4904
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
Neil Deakin
56733ed31b
Bug 670317, add a focus manager flag to restrict tab navigation to the same frame, r=smaug
2012-02-13 14:24:28 -05:00
Neil Deakin
4fcce60342
Bug 723676, crash writing to startup cache when an empty method body is used, r=bz
2012-02-13 14:24:28 -05:00
Neil Deakin
ba93add056
Bug 721452, crash writing to startup cache when empty handler is used, r=bz
2012-02-13 14:24:28 -05:00
Jonathan Watt
7b1efc19d1
Bug 726582 - Prevent nsSMILCSSProperty::ValueFromString from reading uninitialized out-param aPreventCachingOfSandwich. r=dholbert.
...
--HG--
extra : rebase_source : 1a766e42f4b3f323fcf5d4de4d3ba96be1ec8b15
2012-02-13 18:24:51 +00:00
Robert Accettura
d3530ec59c
Bug 542938: add a pref to control whether oncopy/oncut/onpaste events are fired, r=smaug
2012-02-13 10:06:26 -08:00
Marco Bonardo
c3f88be5b6
Merge last green PGO from inbound to central
2012-02-13 17:17:45 +01:00
Olli Pettay
6298c4efb0
Bug 726343 - Improve DOMEventTargetHelper CC logging, add missing #include r=tree_is_burning
2012-02-12 15:33:51 +02:00
Olli Pettay
f7089aff8c
Bug 726343 - Improve DOMEventTargetHelper CC logging, r=mccr8
2012-02-12 15:09:18 +02:00
Olli Pettay
fee84b90ca
Bug 725752 - BBP for XBL protos, f=mccr8,r=jst
2012-02-11 13:04:28 +02:00
Olli Pettay
8acc9c253b
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
Phil Ringnalda
b8cb208b51
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
3b73596ff9
Bug 726364 - "ASSERTION: unexpected disconnected nodes" with range, splitText, mutation event". r=smaug
2012-02-12 22:21:49 +01:00
Ed Morley
ebbd72c144
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-11 01:49:07 +00:00
Olli Pettay
b11540684c
Bug 725768 - BBP for ObjectHolders, additional patch, mccr8
2012-02-11 03:21:26 +02:00
Olli Pettay
95bd9afc2d
Bug 725446 - BBP for ContentList, f=mccr8,r=jst
2012-02-10 22:47:29 +02:00
Olli Pettay
b1b8fc6160
Bug 725768 - BBP for ObjectHolders, r=mccr8
...
--HG--
extra : rebase_source : 31e088050144099582d035f758d716516885ebd3
2012-02-10 21:50:37 +02:00
Olli Pettay
9c6ad44f2a
Bug 725867 - Optimize anon content in BBP, f=mccr8,r=jst
...
--HG--
extra : rebase_source : 4ac761bd26bf7497140b574c91d8da9dc6954aa8
2012-02-10 21:42:46 +02:00
Ed Morley
9191f03f91
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-10 12:14:39 +00:00
Ms2ger
a44db1e4d4
Bug 716208 - Simplify nsHTMLCopyEncoder::IsMozBR; r=peterv
2012-02-10 11:04:45 +01:00
Ms2ger
3262fa3163
No bug - Remove unused variable 'gen'; r=smaug
2012-02-10 11:04:45 +01:00
Mounir Lamouri
be36ebc4ba
Merge mozilla-central into mozilla-inbound.
2012-02-09 11:31:59 +01:00
Benjamin Smedberg
d992d4c178
Bug 723473: Fix crash with Flashblock, regression from bug 90268. r=josh
2012-02-08 18:15:16 -05:00
Serge Gautherie
eb17a765d8
Bug 725349. (Av1) Add a missing space to log messages. r=gavin.sharp.
...
DONTBUILD (log-string only).
2012-02-08 19:45:48 +01:00
Philipp Wagner
5b638e2b46
Bug 724873 - Don't include nsString.h in nsIXPathEvaluatorInternal.h; r=bsmedberg
2012-02-08 18:28:07 +01:00
Ed Morley
ef252facd1
Merge mozilla-central to mozilla-inbound
2012-02-10 14:03:24 +00:00
Josh Aas
47cdc25a03
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
2012-02-10 08:39:40 -05:00
Jonathan Watt
989bcc0208
Bug 725897 - Remove the inaccurate nsSVGUtils::ToAppPixelRect, and use nsLayoutUtils::RoundGfxRectToAppRect instead. r=longsonr.
2012-02-10 12:33:18 +00:00
Cameron McCormack
3597d04455
Bug 693790 - Don't abort on discrete by-animation of SVG length lists when there is no underlying value. r=dholbert
2012-02-09 09:12:50 +11:00
Jonathan Watt
3cf3246000
Bug 724993 - "ASSERTION: Item should only return null for out-of-bounds access" after explicitly adding null. r=dholbert.
2012-02-08 20:09:01 +00:00
Heather Arthur
580e841242
Bug 708874 - API for locking pseudo-class state of an element. r=bz
2012-02-08 10:42:38 -08:00
Igor Bukanov
3638c8cf65
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
...
--HG--
extra : rebase_source : b78519db2ff008eb5143676d2db47935f0e89f45
2012-02-05 21:07:23 +01:00
Igor Bukanov
55704654e7
backout merge for bug 724310. r=irc
2012-02-09 21:28:22 +01:00
Igor Bukanov
ca990d2064
bug 723517 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
...
--HG--
extra : rebase_source : c461dfc0e0e0462ab262cc01c2a771d3bb0971cc
2012-02-05 21:07:23 +01:00
Edmund Wong
e79d1c340c
Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug
2012-02-08 10:53:33 +08:00
Bobby Holley
a3f57f90f9
Bug 622301 - Remove now-obsolete 'callee' parameter. r=mrbkap
2012-02-07 18:06:41 -08:00
Josh Aas
4a0903b352
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
92e5958c61
Bug 707382, merge nsIDOMDataTransfer and nsIDOMNSDataTransfer, r=jonas
2012-02-07 13:02:32 -05:00
Marco Bonardo
d4a30f3fd9
Backout 683c21514e28, c22a4f1815c6, adb8a322cbe3, 415f3b807d45, 25edb41d0119 (bug 629200) for Dromaeo(DOM) regressions
2012-02-07 15:57:03 +01:00
Jignesh Kakadiya
5a00f148ec
Bug 596515 - Add a possibility of styling form:invalid. r=mounir
2012-02-07 13:51:49 +01:00
Mounir Lamouri
0d6331d5af
Bug 720130 - Tab key shouldn't focus plugins unless tabindex is set. r=smaug
2012-02-07 13:52:45 +01:00
Marco Bonardo
bf207e9f01
Merge central to inbound
2012-02-07 14:25:00 +01:00
Mats Palmgren
4912b653ef
merge backout
2012-02-07 12:31:30 +01:00
Mats Palmgren
10fd500a82
Backout bug 719177 (2cae7e5c62ae,07bd73451aa4,13739446fc8e,0246973f2513,f222fbece983,8f11aaac24dc). r=roc
2012-02-07 12:31:24 +01:00
Ed Morley
20dbb08e1f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-07 10:22:34 +00:00
Olli Pettay
e14df23427
Bug 724284, cleanup XBL proto setup, r=bz
2012-02-07 10:35:58 +02:00
Brian Birtles
935f0a8224
Bug 629200 part 5 - Add assignment operator to nsAttrValue; r=bz
2012-02-07 15:54:39 +09:00
Brian Birtles
457dcc152c
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
aa5883568a
Bug 629200 part 3 - Make AfterSetAttr take an nsAttrValue; r=bz
2012-02-07 15:54:38 +09:00
Brian Birtles
72c7ad3870
Bug 629200 part 2 - Make BeforeSetAttr take an nsAttrValue; r=bz
2012-02-07 15:54:38 +09:00
Brian Birtles
d09c5dc4f8
Bug 629200 part 1 - Make MaybeCheckSameAttrVal work on parsed attributes instead of strings; r=bz
2012-02-07 15:54:37 +09:00
Bas Schouten
b289758895
Bug 668344: Deal with missing Direct2D device in Azure. r=jrmuizel
2012-02-07 06:14:21 +01:00
Marco Bonardo
50ebfbbd4a
Merge last PGO-safe changeset from inbound to central
2012-02-06 09:37:30 +01:00
Phil Ringnalda
0c31134c18
Bug 724455 - mark conformance/textures/texture-mips.html and conformance/textures/texture-npot.html as failing on 10.7, r=bjacob
2012-02-05 17:47:39 -08:00
Zack Weinberg
94639ff6eb
Bug 682141 band-aid: add another todo missed the first time. r=cpearce
2012-02-05 20:32:43 -08:00
Andreas Gal
3710b85b4e
Remove DOS carriage return (^M) from CanvasImageCache.cpp (bug 724362, r=cjones).
2012-02-05 13:23:08 +01:00
Ed Morley
74e1a0f7ab
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-05 11:10:53 +00:00
Tim Taubert
34f2a13f23
merge m-c to fx-team
2012-02-04 11:31:07 +01:00
Tim Taubert
ffc8a188fa
merge m-c to fx-team
2012-02-04 11:28:09 +01:00
Igor Bukanov
17db9a067b
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
2012-02-04 01:54:57 +01:00
Tim Taubert
ac44d7254e
Bug 723852 - Use a runnable for canvas.mozFetchAsStream(); r=khuey
2012-02-03 15:23:18 +01:00
Panagiotis Koutsourakis
9c7dfb9706
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Ms2ger
2d2fb4f7f2
Bug 705429 - Remove dead code: txNamespaceMap::lookupNamespace(const nsAString&); r=peterv
2012-02-04 15:02:06 +00:00
Ms2ger
d82b4dd301
Bug 705430 - Remove dead code: txXPathNodeUtils::getDocument; r=peterv
2012-02-04 15:02:06 +00:00
Robert Longson
cb47632788
Bug 616892 - Make more updates honour suspendRedraw. r=roc
2012-02-04 13:58:46 +00:00
Masatoshi Kimura
bb233a8dab
Bug 722962 - Avoid a race condition; r=jonas
2012-02-04 13:11:09 +00:00
Tim Taubert
71edb76c65
merge m-c to fx-team
2012-02-02 10:03:01 +01:00
Tim Taubert
97bb2ea404
Bug 720697 - Provide internal API to get canvas image data as nsIInputStream; r=khuey
2012-02-01 01:13:44 +01:00
Ms2ger
dc8871e80a
Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug
2012-02-01 11:54:22 +01:00
Ms2ger
bd0cc76ae6
Bug 407105 - Enable test_2d.strokeRect.zero.5.html; r=roc
2012-02-01 11:54:21 +01:00
Ed Morley
74d8e85167
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-01 10:55:34 +00:00
Josh Aas
bfed8cb272
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
2012-01-31 16:55:54 -05:00
Ed Morley
56c92d9d94
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 10:52:29 +00:00
Ed Morley
bb9b2414a1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 03:06:47 +00:00
Masayuki Nakano
ae186d280d
Bug 692145 Separate CountNewlinesIn() to CountNewlinesInXPLength() and CountNewlinesInNativeLength() r=ehsan
2012-01-31 11:37:26 +09:00
Mats Palmgren
973f664717
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-31 11:37:21 +09:00
Gavin Sharp
c2834860a5
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
Brian Birtles
7f2b82582b
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
2012-01-31 09:54:10 +09:00
Olli Pettay
ee55c49fb2
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
bc55d7028a
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
Benoit Jacob
2192acb899
Bug 722211 - Update WebGL conformance tests to r16765 and adapt mochitest to harness changes - no review
...
No review because this is mostly just syncing us with the upstream,
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/
as well as adjusting to test harness changes (now loading test lists asynchronously) and a patch to the harness itself which I'll send upstream (see fix-webgl-harness-async.patch)
2012-01-30 13:59:06 -05:00
Michal Novotny
7302ff3ce0
Bug 649778 - document.write may cause a document to be written to disk cache even when the page has Cache-Control: no-store
2012-01-30 18:03:52 +01:00
Philipp Wagner
b3f1940949
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
Mats Palmgren
66168651f2
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-30 23:01:04 +09:00
Masatoshi Kimura
45053c19fe
Bug 696586 - Part 3: Tests; r=jonas
2012-01-30 11:34:15 +01:00
Masatoshi Kimura
1b5225d3fe
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
f840b889a1
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
Edwin Flores
d271c53b53
Bug 719288 - Fill and stroke SVG text with one Draw call r=roc
2012-02-04 13:11:09 +00:00
John Schoenick
03339e2ec1
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
2012-01-27 19:38:01 -08:00
Joe Drew
31ea9c416c
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
2012-01-28 21:41:17 -05:00
Jonas Sicking
dddcdf4f9f
Bug 702466: Make sure we actually abort if we end up with unbalanced stacks. r=dbaron
2012-01-28 15:22:27 -08:00
Jon Buckley
091173cb1e
Bug 721230 - Implement a compressed texture support stub for WebGL conformance. r=bjacob
2012-01-28 16:15:27 -05:00
Joe Drew
66ec89ae3f
Merge mozilla-central to mozilla-inbound.
2012-01-28 15:48:23 -05:00
Daniel Holbert
548f708b13
Bug 714496: Disable known-random mochitest test_smilCSSInherit.xhtml. r=jwatt
2012-01-28 12:01:47 -08:00
Mats Palmgren
ca0036d096
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
1cbfbebabd
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
2012-01-28 16:42:14 +01:00
Jonathan Watt
3be59db146
No bug. Fix orange for real.
...
--HG--
extra : rebase_source : 7dfa3d81e6c2103828627ab1c3def7a86eac7e18
2012-01-28 13:20:44 +00:00
Jonathan Watt
35795de943
No bug. Fix orange.
2012-01-28 12:08:27 +00:00
Jonathan Watt
fa0364daf6
Bug 711958 - Add a 'length' property to DOMSVGStringList. r=dholbert.
2012-01-28 10:43:34 +00:00
John Schoenick
845dd96a48
Bug 702466 - Validate internal stack state in xslt parser. r=sicking
2012-01-27 22:38:38 -08:00
Chris Jones
9d1717a44d
Bug 698652: Ignore the user's minimum font size when drawing to canvas. r=dbaron
2012-01-27 22:00:35 -08:00
Mats Palmgren
d79b04f5a7
Bug 719177 - Replace all NS_STYLE_HINT_VISUAL with nsChangeHint_RepaintFrame except for 'visibility' and 'z-index' which are the only ones that need SyncFrameView. r=roc
2012-01-28 04:35:58 +01:00
Matthew Gregan
388314d955
Bug 723781 - Disable libcubeb for now.
...
--HG--
extra : rebase_source : 23c5d8448d65e2b18a10e61e079f44f261cdb71a
2012-02-03 21:31:43 +13:00
Chris Pearce
3e0781b0f9
Bug 715469 - Make video full-screen button use background image, so it doesn't fire a load event. r=gavin
2012-01-30 20:04:44 +13:00
Chris DeCairos
5568d6729f
Bug 715323 - Make offset paramater in NotifyDataArrived PRInt64 r=cpearce
2012-02-01 11:05:51 +13:00
Jonathan Watt
df19099733
Bug 722071 - Implement array style indexing for SVGStringList. r=mrbkap.
2012-01-31 13:18:08 +00:00
Marco Castelluccio
db0b22097c
Bug 702158 - [Skia] Get Skia backend working on Linux, part 2
2012-01-31 10:24:27 +09:00
Scott Johnson
e502bc9414
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
Rafael Ávila de Espíndola
a22f0bac9d
Bug 723853 - Remove dead default cases in content/canvas. r=jmuizelaar.
2012-02-03 17:10:58 +01:00
Justin Lebar
da0cb52496
Bug 719459 - Add onmozbrowsertitlechange event. r=smaug
...
--HG--
extra : rebase_source : b5e8ee64c85e0090a38a849bf077a68055ff56b9
2012-01-26 18:03:22 -05:00
Marco Bonardo
48931a913b
Merge mozilla-central to mozilla-inbound
2012-01-26 19:34:35 +01:00
Benoit Jacob
b9c5df43a5
Bug 720438 - Update ANGLE to r963 - no review
...
No review because this is just syncing us with upstream:
http://code.google.com/p/angleproject/
This is also doing some cleanup, removing stale/empty files and updating patches.
The main benefit from this update is that long-identifier-shortening has been fixed.
2012-01-26 12:04:15 -05:00
Olli Pettay
2df43f0d64
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
bd43197001
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
0ee8497d4d
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
c8d8ca4965
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
Olli Pettay
100aa0a448
Bug 720536 - unmark ELM listeners, r=mccr8
...
--HG--
extra : rebase_source : 9c4bdf80b23e4c95c114de83977f813f6c977516
2012-01-26 15:45:12 +01:00
Marco Castelluccio
6532a673e2
Bug 702158 - [Skia] Get Skia backend working on Linux. r=mattwoodrow
2012-01-26 09:54:31 +09:00
Jeff Walden
6f2cbe7a02
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
0f5a015dd3
Bug 682299 - CORS <video> tests. r=roc
2012-01-25 17:31:30 -05:00
Jon Buckley
d54e4fa42d
Bug 682299 - Implement CORS support for the <video> tag. r=roc
2012-01-25 17:31:30 -05:00
Jon Buckley
a388ed4a99
Bug 682299 - Move CORS attributes and enumerations to nsGenericHTMLElement. r=bz
2012-01-25 17:31:29 -05:00
Matthew Schranz
877f5228df
Bug 698384 - Make document.createNodeIterator's 2nd and 3rd parameters optional. r=smaug
2012-01-25 13:47:50 +01:00
Ms2ger
97967af56e
Merge m-c to m-i.
2012-01-25 11:06:40 +01:00
Ms2ger
fa49b00e76
Bug 718504 - Remove some GetChildAt callers; r=smaug
2012-01-25 08:50:07 +01:00
Ms2ger
0ee0b0b894
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
2012-01-25 08:50:05 +01:00
Ms2ger
a98525ac10
Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen
2012-01-25 08:50:04 +01:00
Ms2ger
c1e941dcc3
Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen
2012-01-25 08:50:04 +01:00
Ms2ger
2a1d41ff0a
Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen
2012-01-25 08:50:04 +01:00
Ms2ger
8167dbbb55
Bug 720124 - Remove dead code from HTMLContentSink: form; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
fac6a5017b
Bug 720124 - Remove dead code from HTMLContentSink: meta; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
59adf29bb1
Bug 720124 - Remove dead code from HTMLContentSink: mInsideNoXXXTag; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
c28a33d866
Bug 720124 - Remove dead code from HTMLContentSink: mNumOpenIFRAMES; r=hsivonen
2012-01-25 08:50:03 +01:00
Ms2ger
b51f11201d
Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen
2012-01-25 08:50:02 +01:00
Ms2ger
4088648603
Bug 720124 - Remove dead code from HTMLContentSink: frameset - link - style - doctype; r=hsivonen
2012-01-25 08:48:59 +01:00
Ms2ger
3db20856ec
Bug 715112 - Remove HTMLContentSink::ProcessSCRIPTEndTag; r=hsivonen
2012-01-25 08:48:59 +01:00
Ben Turner
182ee449ce
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
Simon Montagu
01326f327c
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
2012-01-24 11:52:05 +02:00
Edwin Flores
4701befff3
Bug 710521 - Refactor gfxFont to separate out drawing stroke and drawing to path. r=roc
2012-01-26 13:11:18 +01:00
Alex Vincent
7a891b637f
Implement XMLHttpRequest.timeout support. Bug 525816, r=smaug, sr=sicking.
...
--HG--
extra : rebase_source : f8ec0171cab2d0fbcc1975c5e455162ebbeb2690
2012-01-26 11:02:22 +01:00
Jonathan Watt
1bf71f3dbb
Bug 721131 - Speed up build in content/svg/content/src - clean up #include directives in its header files. r=dholbert.
2012-01-26 09:57:21 +00:00
Phil Ringnalda
99ac43d6b1
Back out 60fc46d5b1ca (bug 723793) for Windows crashtest assertions
...
--HG--
extra : rebase_source : 6ca69e6016ed2c1699315b7a1f7d632903857a33
2012-02-02 23:33:08 -08:00
Matthew Gregan
a0d6d77c9f
Bug 723793 - Lazily initialize libcubeb on first use. r=roc
2012-02-03 16:01:40 +13:00
Sid Stamm
555e10e7f0
Bug 717511 - Content Security Policy Bypass. r=bsterne, jst
2012-02-02 15:42:12 -08:00
Boris Zbarsky
af195dcd09
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
Rafael Ávila de Espíndola
ec820d6d78
Bug 723525 - Mark classes final or add virtual destructor in content/*. r=jmuizelaar.
2012-02-02 17:15:18 +01:00
Ed Morley
20833ba752
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-02 10:22:32 +00:00
Matthew Gregan
eb099720cf
Bug 687927 - Remove vestigial logging. r=roc
2012-02-02 15:28:12 +13:00
Matthew Gregan
8d881ee1d4
Bug 677138 - Integrate libcubeb into a buffered nsAudioStream API. r=cpearce
2012-01-13 10:20:36 +13:00
Daniel Holbert
4ed39163d3
(no bug, comment-only) Fix broken link to feDiffuseLighting chunk of SVG spec. DONTBUILD
2012-02-01 17:55:05 -08:00
Matt Brubeck
59734e78eb
Merge mozilla-central and mozilla-inbound
2012-02-01 17:09:34 -08:00
Brian Birtles
b5e8d84620
Bug 720103 - Detect and break create-delete cycles in SMIL timegraphs; r=dholbert
2012-02-02 08:58:58 +09:00
Igor Bukanov
ac75a17316
bug 723021 - moving native stack limits into runtime. r=luke
2012-01-31 23:28:22 +01:00
Ed Morley
0ce8f75531
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
2012-02-01 12:58:07 +00:00
Timothy Zhu
8d34e9a692
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
ed1e18f921
Backed out changeset a57b82b18bde (bug 622232) for build bustage
2012-01-23 16:07:47 -08:00
Steve Workman
b8a9c0671a
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
Andrew McCreight
821eb101a0
Bug 720292 - add more cycle collector edge names. r=smaug
2012-01-23 15:25:53 -08:00
Robert Longson
05d3f21653
Bug 647914 - Horizontal and vertical SVG paths are omitted from bbox calculations if they have siblings. r=jwatt
2012-01-23 17:42:32 +00:00
Ed Morley
b39bbb8f95
Backout 8886b027527a (bug 718132) for xpcshell failures
2012-01-23 16:18:14 +00:00
Bobby Holley
d61eeae4c7
Bug 579535 - Remove AddScriptBlockerAndPreventAddingRunners() API and warn about script runner failures. r=bz
2012-01-23 16:52:38 +01:00
Ben Turner
c597ebf39d
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
db33b0ef0e
Bug 718334 - Fix some tests to make them work with Skia. r=roc
2012-01-23 14:08:17 +13:00
Justin Lebar
bd7a4c393c
Bug 720157 - Don't crash when OnLocationChange sends a null URI. r=smaug
2012-01-22 15:46:55 -05:00
Benoit Jacob
90584af833
Bug 700429 - mark uniformfBadArgs.html and uniformiBadArgs.html as passing on 10.7, r=jgilbert
2011-11-08 08:30:00 -08:00
Robert Longson
14d6cab89d
Bug 619469 - animation should be disabled for failing conditional-processing conditions. r=dholbert
2012-02-05 23:17:23 +00:00
Masatoshi Kimura
c3d7b0b2bb
Bug 723894 - Crash when Web IDL dictionary object is null; r=mrbkap
2012-02-05 18:57:46 +00:00
Johnny Stenback
f94beb0505
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
a19334a3f9
Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8
2012-02-13 22:59:14 +02:00
Masatoshi Kimura
c70d70f634
Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug
2012-02-01 11:36:42 +01:00
Jason Duell
254b4a4603
Bug 718557: Clean up DOM Websocket close logic. r=smaug
2012-01-31 20:41:43 -08:00
Bas Schouten
7244d2b180
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
2012-02-01 03:18:30 +01:00
Nicholas Nethercote
0709e1673b
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
2012-01-02 18:19:14 -08:00
aceman
ac317fa7ff
Bug 711839 - --disable-ogg configure option breaks build after bug 689834. r=bz
2012-01-20 19:23:58 +00:00
Justin Lebar
f24ca507db
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
c5ecec2c4e
Bug 710231 - Part 2: Move nsGenericHTMLFrameElement into its own file. r=smaug
...
--HG--
extra : rebase_source : 91a8636ff2d6cc5892ceb8f0235079f8201b6065
2012-01-20 12:02:48 -05:00
Justin Lebar
95259428e1
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
625e6e725c
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
3bd56d1ff6
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
2012-01-20 13:16:27 +02:00
Henri Sivonen
122c17f8e7
Bug 715103 - Move parser unblocking management from nsContentSink to nsScriptLoader. r=smaug.
2012-01-20 13:16:27 +02:00
Henri Sivonen
4dd4e2ea12
Bug 715739 - Make document.write from inside a script-created parser not add to the wyciwyg channel. r=smaug.
2012-01-20 13:16:27 +02:00
Henri Sivonen
a66bfdb20b
Bug 715112 - Remove duplicate document.close() state tracking. r=smaug.
2012-01-20 13:16:26 +02:00
Chris Pearce
40ff561ddd
Bug 717026 - Change test to not play() media to avoid audio thread destruction bottleneck. r=roc
2012-01-20 07:31:03 +13:00
Chris Pearce
d696c122f9
Bug 713381 - Queue media decode thread creation when limit reached. r=roc
2012-01-20 07:30:29 +13:00
Chris Pearce
b643f4cab0
Bug 713381 - Add null check on decoder state machine, increase media thread limit. r=roc
2012-01-20 07:29:12 +13:00
Matt Woodrow
d188865651
Backout 0190782907ea because of failed tests
2012-01-19 19:37:02 +13:00
Jeff Muizelaar
19d31dec25
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
ae4fbc05f8
Bug 718334 - Fix some tests to make them work with Skia. r=roc
2012-01-19 17:48:35 +13:00
Bobby Holley
f802ffaae4
Bug 702353 - Proof-of-concept on some pretty involved tests. r=ted
2012-01-18 19:10:14 -08:00
Chris Pearce
3333e53c6b
Bug 717026 - Ensure libsydneyaudio windows block size is an even multiple of channels*frame_size. r=kinetik
2012-01-19 14:11:51 +13:00
Wes Johnston
5eb172def6
Bug 603008 - Platform support for multitouch events. r=smaug
...
* * *
Bug 603008 - Platform support for multitouch events.
* * *
ifdefandroid
2011-12-16 16:24:11 -08:00
Chris Pearce
351ff8bb7e
Bug 713381 - Commit backout. r=backout
2012-01-19 11:57:44 +13:00
Chris Pearce
7894822b60
Bug Bug 713381 - backout 38271572005b,d5ebbc25b4b8,6435f51dd10d. r=backout
2012-01-19 11:56:54 +13:00
Chris Pearce
af5662affd
Bug 713381 - Queue media decode thread creation when limit reached. r=roc
2012-01-19 09:15:57 +13:00
Chris Pearce
9b446a7ca7
Bug 713381 - Add null check on decoder state machine. r=roc
2012-01-19 09:15:47 +13:00
Jignesh Kakadiya
a708223dfb
Bug 717066 - Make nsGenericHTMLElement::GetLayoutHistoryAndKey return void. r=ms2ger
2012-01-18 16:10:06 -05:00
L. David Baron
94eb7fc6c5
Switch nsLayoutUtils inflation methods to the new setup with state on the pres context. (Bug 706609, patch 5) r=roc
...
This is the third of three patches to rework the way we handle getting
the font inflation container and width data during reflow, which are
needed so that we can sometimes honor inflation during intrinsic width
calculation (which we need to do to make some form controls inflate
correctly).
2012-01-24 17:21:29 -08:00
Christopher De Cairos
f91f19fd93
Bug 686137 - Make nsMediaDecoder::RequestFrameBufferLength virtual. r=kinetik
2012-01-25 13:38:23 +13:00
Christopher De Cairos
868056accd
Bug 686137 - Add test for setting mozFrameBufferLength. r=kinetik
2012-01-25 13:38:22 +13:00
Steve Workman
499bffed97
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
0afd025549
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
Benoit Jacob
d9362f2c32
back out Bug 696495 for linux m1 orange.
2012-01-24 17:37:44 -05:00
Benoit Jacob
cd6750ebf7
Bug 696495 - texture-mips.html failures might be workaroundable by setting minification filter before glGenerateMipmap call - r=jgilbert
2012-01-24 16:12:31 -05:00
Benoit Jacob
cf71e81b49
Bug 707460 - Fix WebGL framebuffer statuses and errors - r=jgilbert
2012-01-24 16:12:31 -05:00
Benoit Jacob
edf3ce6b67
Bug 706674 - WebGLFramebufferAttachment's are not WebGLRectangleObject's - r=jgilbert
...
The main change is: remove the WebGLRectangleObject inheritance from
WebGLFramebufferAttachment, and instead have WebGLFramebufferAttachment
query its texture or renderbuffer for their dimensions, when needed.
In the course of doing this, a couple other needed changes appeared:
- let WebGLTexture::ImageInfo inherit WebGLRectangleObject, so that WebGLFramebufferAttachment can return a pointer to it right away in the texture case
- add a FramebufferRectangleObject() method to WebGLContext, that will return the dimensions of the bound FBO if there is one, otherwise will just return the contexts' own dimensions.
- in order to do that, it was very convenient to let WebGLContext inherit WebGLRectangleObject so that FramebufferRectangleObject() could just return a pointer to that in the no-bound-FBO case.
- move WebGLRectangleObject up in the file, above WebGLContext
- there was a plain bug in WebGLFramebufferAttachment::HasAlpha(), we were not using the right image info within the texture.
2012-01-24 16:12:31 -05:00
Jonathan Watt
f36738d918
Bug 416581, part 1 - Move mLanguage from nsStyleVisibility to nsStyleFont. r=dbaron.
2012-01-24 13:09:55 +00:00
Jonathan Watt
a9f6927413
Bug 718968 - Remove old include paths from Makefile.in. r=dholbert.
2012-01-18 11:49:00 +00:00
Matt Brubeck
3aa150e837
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
2012-01-17 15:15:47 -08:00
Jeff Muizelaar
e18b95dabf
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
Jeff Muizelaar
6e93f717ea
Bug 717921. Always get a thebes surface to mark dirty. r=bas
2012-01-14 14:49:27 -05:00
Jeff Muizelaar
c80b220c7a
Bug 692879. Handle failing tests on OS X 10.5. r=mwoodrow
2012-01-04 15:35:55 -05:00
Matt Brubeck
4b1bdf5b96
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
2012-01-17 10:08:38 -08:00
Jeff Muizelaar
edb2ddb906
Bug 717921. Always get a thebes surface to mark dirty. r=bas
...
--HG--
extra : rebase_source : 1c8013fc9f9b974a7a471f8ab9b2e7b902602905
2012-01-14 14:49:27 -05:00
Jeff Muizelaar
ca742b32ad
Bug 692879. Handle failing tests on OS X 10.5. r=mwoodrow
...
--HG--
extra : rebase_source : f77d38e03ca63a8d0d2a620eca6a4247753cc8de
2012-01-04 15:35:55 -05:00
Marco Bonardo
cf7bdf1de9
Merge central to inbound
2012-01-17 16:24:46 +01:00
Oleg Romashin
0c3008780d
Bug 718494 - nsHTMLTableSectionElement.cpp:188:12: error: variable 'rv' set but not used; r=Ms2ger
2012-01-17 12:52:36 +01:00
Ms2ger
7535aaa04a
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
2012-01-17 10:48:19 +01:00
Justin Wood
965826891d
Merge last green PGO from inbound to mozilla-central
2012-01-16 22:27:53 -05:00
Olli Pettay
0cabdcbd11
Bug 718330 - Add URI of owning document to nsGenericElement::Traverse logging, r=mccr8
2012-01-16 15:06:19 +02:00
Tim Taubert
94e16d470e
merge m-c to fx-team
2012-01-16 11:20:19 +01:00
Olli Pettay
437e1050c9
Bug 718297 - Add EnumerateAll to nsPropertyTable, r=jst
2012-01-15 21:02:06 +02:00
Justin Wood
9e5a881c42
Merge m-c tip to m-i
2012-01-15 05:29:24 -05:00
Ms2ger
f97dbc4ba1
Bug 717370 - Cleanup range-using and nearby code in editor; r=smaug+ehsan
2012-01-15 09:13:12 +01:00
Ms2ger
4e6b2dedac
Bug 717195 - Export dombindings.h; r=bholley
2012-01-15 09:13:12 +01:00
Ms2ger
e868830132
Bug 717216 - Don't return nsnull from nsXBLDocGlobalObject::EnsureScriptEnvironment; r=volkmar
2012-01-15 09:13:11 +01:00
Ms2ger
d8739c7ff6
Bug 677079 - Part g: Expose VersionSetXML in jsfriendapi.h; r=bhackett
2012-01-15 09:13:08 +01:00
Diogo Golovanevsky Monteiro
671f040fca
Bug 718133 - Remove keyboard shortcuts for zooming to 1:1 scale when viewing standalone images. r=roc
2012-01-14 22:31:18 -08:00
Marco Bonardo
5acdef53c1
Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central
2012-01-14 10:01:34 +01:00
Jared Wein
c3725ef355
Bug 198964 - Enable smooth scrolling by default. r=gavin
2012-01-13 16:26:34 -08:00
Olli Pettay
f00c463259
Bug 716004 - Traverse nsXBLDocumentInfo less often, r=jst,mccr8
2012-01-13 14:44:14 +02:00
Benoit Jacob
e2ed3400bd
Bug 612320 - remove useless viewport changes - r=vlad
2012-01-16 17:07:18 -05:00
Benoit Jacob
938902615b
Bug 717584 - FAIL_ON_WARNINGS in content/canvas/src - r=Ms2ger
2012-01-16 17:07:18 -05:00
Benoit Jacob
ba846acb30
Bug 713369 - don't try to fall back to another GL provider, if one GL provider gives a WebGL initialization error - r=jgilbert
2012-01-16 17:07:18 -05:00
Henri Sivonen
ce7294644a
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
b71556db7e
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
1ea713b5e0
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
Daniel Holbert
bedaa1ea65
Bug 716699: Mark some SMIL and SVG-related directories as gcc-warning-free. r=jwatt
2012-01-11 00:32:38 -08:00
Ehsan Akhgari
2acb28d0df
Bug 717154 - Make sure the focus handler is only run once in order to avoid the intermittent orange; r=bzbarsky
2012-01-11 13:11:22 -05:00
Ed Morley
f906a27420
Merge mozilla-central to mozilla-inbound
2012-01-11 17:28:35 +00:00
Ed Morley
13a0a7914c
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-11 17:01:05 +00:00
Benjamin Smedberg
94dd505e34
Bug 675221 part H - fix test_bug489671 which is throwing exceptions from a console listener, which is supposed to fail to prevent infinite recursion or infinite repetition behavior. r=bz
2012-01-11 11:28:21 -05:00
Ms2ger
90d6724cfa
Bug 332648 - Part g: Move AutoIdArray to jsapi.h; r=evilpie
2012-01-11 09:23:09 +01:00
Ms2ger
2365b12e07
Bug 332648 - Part c: Move AutoObjectRooter to jsapi.h; r=evilpie
2012-01-11 09:23:08 +01:00
Ms2ger
52641a24c5
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
1a688061bd
Bug 699731 - Remove PR_INT64_MAX / PR_UINT64_MAX from non-nsprpub source; r=ted
2012-01-11 09:23:07 +01:00
Ms2ger
d2be610370
Bug 715206 - Remove XPConnect from IDB's LOCAL_INCLUDES (again); r=bholley
2012-01-11 09:23:07 +01:00
Henri Sivonen
bbe420a344
Bug 717198 - Remove the tag observer code from the tree. r=mrbkap.
2012-01-11 17:49:56 +02:00
Justin Lebar
8a28e88dbb
Bug 708176 - Followup: Fix busted test. rs=smaug
...
--HG--
extra : rebase_source : dcfb6aa83e6a1b5751cd5ddfbae7547a8aa1f28b
2012-01-10 14:50:21 -05:00
Justin Lebar
af97d824a1
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
a44674dd6d
Bug 708176 - Part 1: Add nsContentUtils::URIIsChromeOrInPref. r=mounir
...
--HG--
extra : rebase_source : 9073217bd7a34a5bcd710d7d0671bd021df93164
2012-01-10 12:57:39 -05:00
Ehsan Akhgari
b54ed15ab2
Bug 716877 - test_eventctors.xul calls SimleTest.finish needlessly; r=smaug
2012-01-10 12:43:15 -05:00
Ehsan Akhgari
1370e54569
Bug 716677 - test_bug296375.xul makes incorrect assumptions about the event ordering; r=smaug
2012-01-10 12:42:47 -05:00
Ms2ger
096afeb104
Merge m-c to m-i.
2012-01-11 12:15:35 +01:00
David Zbarsky
e38d101da0
Bug 682611 - Part 2: Remove nsIRange; r=smaug
2012-01-10 15:19:54 +01:00
David Zbarsky
36d49f44a6
Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug
2012-01-10 15:19:54 +01:00
Benoit Jacob
d9083fa079
Bug 713276 - Upgrade WebGL conformance test suite to r16456, follow-up - no review
...
follow-up: forgot to hg add some files and reenable the shader-precision-format test
2012-01-10 08:47:39 -05:00
Ed Morley
9397c357bc
Backout b121ed2a5db6 (bug 716699) & 59cd8f499630 (bug 716787) for OS X debug build failures
2012-01-11 09:57:55 +00:00
Masatoshi Kimura
16de863cf7
Bug 702820 - Allow XHR to data URL. r=sicking
2012-01-11 10:47:46 +01:00
Daniel Holbert
5b2d5da810
Bug 716699: Mark some SMIL and SVG-related directories as gcc-warning-free. r=jwatt
2012-01-11 00:32:38 -08:00
Markus Stange
203a8fa514
Bug 598482 part 6 - Remove nsIPlaintextEditor::eEditorUseAsyncUpdatesMask because it doesn't have any effect anymore. r=roc
2011-12-23 22:52:21 -05:00
Phil Ringnalda
569c6d1acc
Back out 3ab1dcfb2218 and 46ae4bf4aaf4 (bug 622301) for Windows PGO bustage
2012-01-14 18:56:00 -08:00
Bobby Holley
e95b6a4043
Bug 622301 - Remove now-obsolete 'callee' parameter. r=mrbkap
2012-01-14 10:29:56 -08:00
Ehsan Akhgari
c2e2c79b82
Bug 717819 - Remove the special casing of getting the offset parent for children of tables now that bug 10209 has been fixed; r=bzbarsky
2012-01-13 13:44:06 -05:00
Marco Bonardo
b549066218
Merge mozilla-central and mozilla-inbound
2012-01-14 10:07:48 +01:00