Jonathan Watt
96c744e85d
Bug 722071 - Implement array style indexing for SVGStringList. r=mrbkap.
2012-01-31 13:18:08 +00:00
Ed Morley
08314b3ec8
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 10:52:29 +00:00
Ed Morley
987beafe67
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-01-31 03:06:47 +00:00
Masayuki Nakano
653bac8953
Bug 692145 Separate CountNewlinesIn() to CountNewlinesInXPLength() and CountNewlinesInNativeLength() r=ehsan
2012-01-31 11:37:26 +09:00
Mats Palmgren
634b3b8251
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-31 11:37:21 +09:00
Brian Birtles
da0e7068e0
Bug 720103 - Pass timed element not interval to notify new interval callback; r=dholbert
2012-01-31 09:54:10 +09:00
Olli Pettay
8fbdcb4ae7
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
cdb633fcb3
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
384c9124a6
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
01d74edf5f
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
b87e8f8c4d
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
36c076d3eb
Bug 692145 - Wallpaper text offset out-of-bounds crash. r=masayuki
2012-01-30 23:01:04 +09:00
Masatoshi Kimura
9ca2145ed8
Bug 696586 - Part 3: Tests; r=jonas
2012-01-30 11:34:15 +01:00
Masatoshi Kimura
f239bda90f
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
1facb9143a
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
John Schoenick
7b9b6643be
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
2012-01-27 19:38:01 -08:00
Joe Drew
27be73c00c
Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central.
2012-01-28 21:41:17 -05:00
Jonas Sicking
68749b1ba7
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
ae7d4a9222
Bug 721230 - Implement a compressed texture support stub for WebGL conformance. r=bjacob
2012-01-28 16:15:27 -05:00
Joe Drew
9f3a3972b2
Merge mozilla-central to mozilla-inbound.
2012-01-28 15:48:23 -05:00
Daniel Holbert
82a61b901a
Bug 714496: Disable known-random mochitest test_smilCSSInherit.xhtml. r=jwatt
2012-01-28 12:01:47 -08:00
Mats Palmgren
03a740d4a6
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
9784c231a7
Bug 682611 - Part 3: Remove ns(I)RangeUtils; r=smaug
2012-01-28 16:42:14 +01:00
Jonathan Watt
885644bc91
No bug. Fix orange for real.
...
--HG--
extra : rebase_source : 7dfa3d81e6c2103828627ab1c3def7a86eac7e18
2012-01-28 13:20:44 +00:00
Jonathan Watt
74cd90dabc
No bug. Fix orange.
2012-01-28 12:08:27 +00:00
Jonathan Watt
b71af22516
Bug 711958 - Add a 'length' property to DOMSVGStringList. r=dholbert.
2012-01-28 10:43:34 +00:00
John Schoenick
89aeec4016
Bug 702466 - Validate internal stack state in xslt parser. r=sicking
2012-01-27 22:38:38 -08:00
Chris Jones
d7d3c1f656
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
8fc86a6d69
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
Chris Pearce
c7b6d7ccdc
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
Marco Castelluccio
1e527c9676
Bug 702158 - [Skia] Get Skia backend working on Linux, part 2
2012-01-31 10:24:27 +09:00
Scott Johnson
439ea73edb
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
Justin Lebar
eff9052a37
Bug 719459 - Add onmozbrowsertitlechange event. r=smaug
...
--HG--
extra : rebase_source : b5e8ee64c85e0090a38a849bf077a68055ff56b9
2012-01-26 18:03:22 -05:00
Marco Bonardo
4ed363f0ac
Merge mozilla-central to mozilla-inbound
2012-01-26 19:34:35 +01:00
Benoit Jacob
66a14ff3fd
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
63133475db
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
ea14e2294f
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
e45ec4dc02
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
12ceb58a9b
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
64868ba5e5
Bug 720536 - unmark ELM listeners, r=mccr8
...
--HG--
extra : rebase_source : 9c4bdf80b23e4c95c114de83977f813f6c977516
2012-01-26 15:45:12 +01:00
Marco Castelluccio
798dc727de
Bug 702158 - [Skia] Get Skia backend working on Linux. r=mattwoodrow
2012-01-26 09:54:31 +09:00
Jeff Walden
c6126c237c
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
05489b6226
Bug 682299 - CORS <video> tests. r=roc
2012-01-25 17:31:30 -05:00
Jon Buckley
a1ada7a67d
Bug 682299 - Implement CORS support for the <video> tag. r=roc
2012-01-25 17:31:30 -05:00
Jon Buckley
350374a515
Bug 682299 - Move CORS attributes and enumerations to nsGenericHTMLElement. r=bz
2012-01-25 17:31:29 -05:00
Matthew Schranz
75edd6c796
Bug 698384 - Make document.createNodeIterator's 2nd and 3rd parameters optional. r=smaug
2012-01-25 13:47:50 +01:00
Ms2ger
2d51bac031
Merge m-c to m-i.
2012-01-25 11:06:40 +01:00
Ms2ger
c65e8a0ba7
Bug 718504 - Remove some GetChildAt callers; r=smaug
2012-01-25 08:50:07 +01:00
Ms2ger
4bcb2cb24d
Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan
2012-01-25 08:50:05 +01:00
Ms2ger
9d656c56e1
Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen
2012-01-25 08:50:04 +01:00