Bas Schouten
df85ecb4bb
Bug 668344: Deal with missing Direct2D device in Azure. r=jrmuizel
2012-02-07 06:14:21 +01:00
Jeff Muizelaar
9468da323d
Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman
2008-11-04 16:50:00 -05:00
Masayuki Nakano
8cad9af521
Bug 722639 Add tests for bug 692145 r=ehsan
2012-02-07 11:32:43 +09:00
Cameron McCormack
eaf34e535a
Bug 724703 - Mark a couple more functions on SVGLengthList as const. r=dholbert
2012-02-07 10:49:08 +11:00
Cameron McCormack
b21cc2e6bd
Bug 542424 - Don't treat <svg:image> as a viewport establishing element. r=jwatt
2012-02-07 07:30:48 +11:00
Cameron Kaiser
873c6174a0
Bug 724456. Don't assume that sizeof(bool) == 1 when memsetting arrays of bools in nsLineBreaker. r=bzbarsky
2012-02-06 13:02:22 -05:00
Mark Capella
eef48fd1c8
Bug 689540 - Expose IA2 margin- object attributes, r=surkov
2012-02-06 18:18:25 +01:00
Marco Bonardo
a0c6a16317
Merge last PGO-safe changeset from inbound to central
2012-02-06 09:37:30 +01:00
Phil Ringnalda
3c316596c0
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
50f8e88d92
Bug 682141 band-aid: add another todo missed the first time. r=cpearce
2012-02-05 20:32:43 -08:00
Andreas Gal
56ea4a2a92
Remove DOS carriage return (^M) from CanvasImageCache.cpp (bug 724362, r=cjones).
2012-02-05 13:23:08 +01:00
Ed Morley
09c7f8d939
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-05 11:10:53 +00:00
Tim Taubert
342936f777
merge m-c to fx-team
2012-02-04 11:31:07 +01:00
Tim Taubert
d7ecd7fbae
merge m-c to fx-team
2012-02-04 11:28:09 +01:00
Igor Bukanov
0497221a55
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
2012-02-04 01:54:57 +01:00
Tim Taubert
502f2d2b69
Bug 723852 - Use a runnable for canvas.mozFetchAsStream(); r=khuey
2012-02-03 15:23:18 +01:00
Panagiotis Koutsourakis
01607a9182
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
a67e996579
Bug 705429 - Remove dead code: txNamespaceMap::lookupNamespace(const nsAString&); r=peterv
2012-02-04 15:02:06 +00:00
Ms2ger
7a68838978
Bug 705430 - Remove dead code: txXPathNodeUtils::getDocument; r=peterv
2012-02-04 15:02:06 +00:00
Robert Longson
48725b031f
Bug 616892 - Make more updates honour suspendRedraw. r=roc
2012-02-04 13:58:46 +00:00
Masatoshi Kimura
3e16fe2258
Bug 722962 - Avoid a race condition; r=jonas
2012-02-04 13:11:09 +00:00
Tim Taubert
51bc5cfcf9
merge m-c to fx-team
2012-02-02 10:03:01 +01:00
Tim Taubert
398fc89f7b
Bug 720697 - Provide internal API to get canvas image data as nsIInputStream; r=khuey
2012-02-01 01:13:44 +01:00
Ms2ger
304f9a96e5
Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug
2012-02-01 11:54:22 +01:00
Ms2ger
4069a712e4
Bug 407105 - Enable test_2d.strokeRect.zero.5.html; r=roc
2012-02-01 11:54:21 +01:00
Ed Morley
ce5670fc5e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-01 10:55:34 +00:00
Josh Aas
6591f85687
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
2012-01-31 16:55:54 -05:00
Ed Morley
ec49962d27
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 10:52:29 +00:00
Ed Morley
5f72c39148
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 03:06:47 +00:00
Masayuki Nakano
da0395c725
Bug 692145 Separate CountNewlinesIn() to CountNewlinesInXPLength() and CountNewlinesInNativeLength() r=ehsan
2012-01-31 11:37:26 +09:00
Mats Palmgren
960510224f
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-31 11:37:21 +09:00
Gavin Sharp
62a4834859
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
55063aac6a
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
2012-01-31 09:54:10 +09:00
Olli Pettay
134cb7d4b7
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
3ae2c4060e
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
30edd11469
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
f9d8a7b907
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
fda8bebb2b
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
50e124ae4e
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-30 23:01:04 +09:00
Masatoshi Kimura
9ed67ddc9b
Bug 696586 - Part 3: Tests; r=jonas
2012-01-30 11:34:15 +01:00
Masatoshi Kimura
ccfe102961
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
9b8dcd1382
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
2e2c8c4372
Bug 719288 - Fill and stroke SVG text with one Draw call r=roc
2012-02-04 13:11:09 +00:00
John Schoenick
f56168238e
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
2012-01-27 19:38:01 -08:00
Joe Drew
ff8df08c75
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
2012-01-28 21:41:17 -05:00
Jonas Sicking
315de51253
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
3d8da72979
Bug 721230 - Implement a compressed texture support stub for WebGL conformance. r=bjacob
2012-01-28 16:15:27 -05:00
Joe Drew
b59de70db9
Merge mozilla-central to mozilla-inbound.
2012-01-28 15:48:23 -05:00
Daniel Holbert
bd8824bfa6
Bug 714496: Disable known-random mochitest test_smilCSSInherit.xhtml. r=jwatt
2012-01-28 12:01:47 -08:00
Mats Palmgren
73bbf24252
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