L. David Baron
87048f5536
Handle failure of GatherIdent, which can (starting with the next patch) fail when the character sequence is not an identifier. Additionally, change the tokenization of a hash (#) followed by a non-name character or EOF to tokenize as DELIM (eCSSToken_Symbol) rather than as eCSSToken_Hash. This only changes the behavior in the EOF case, because the only caller (color parsing) that accepts eCSSToken_Hash (rather than only eCSSToken_ID) checks the length. (Bug 384672, patch 2) r=bzbarsky
2011-05-03 13:19:19 -07:00
L. David Baron
9ca8fbddbc
Pass whether we're in a string to ParseAndAppendEscape. (Bug 384672, patch 1) r=bzbarsky
...
This passes true for string tokens and for url() tokens containing
string, since that is what CSS 2.1 chapter 4's tokenization suggests.
2011-05-03 13:19:18 -07:00
Marco Bonardo
2674c0a38d
Bug 524091 - Remove microsummaries support. (Sync changes)
...
r=philikon
2011-04-26 14:25:27 +02:00
Marco Bonardo
2ded168118
Bug 524091 - Remove microsummaries support. (Places changes)
2011-04-26 14:25:07 +02:00
Marco Bonardo
5dac9e4213
Bug 524091 - Remove microsummaries support. (Mobile changes)
2011-04-26 14:25:03 +02:00
Marco Bonardo
d53cde9020
Bug 524091 - Remove microsummaries support. (Service removal)
2011-04-26 14:25:00 +02:00
Marco Bonardo
1c18ca7a5b
Bug 524091 - Remove microsummaries support. (Browser changes)
2011-04-26 14:24:57 +02:00
Jacek Caban
9eafb62034
Bug 651887 - Use macro for NodeWillBeDestroyed in nsXULTreeBuilder
...
r=bzbarsky
--HG--
extra : rebase_source : 261c3e5a407009cc0a72f27c4a645d9360e9b289
2011-04-26 11:45:23 +00:00
Jacek Caban
d7dbfeda96
Bug 651874 - Wrong library prefixed in dependentlibs.list in mingw
...
compilation r=khuey
--HG--
extra : rebase_source : 7329c384e29a495352ada8082f7698757915f3e3
2011-04-26 11:45:15 +00:00
Jacek Caban
580718d5ee
Bug 643778 - WindowsMessageLoop.h fails to compile on case-sensitive
...
OSes r=benjamin
--HG--
extra : rebase_source : 03aa080043dd86c5b95c8f75bf49f7f538bfb30d
2011-04-26 11:45:08 +00:00
Jonathan Kew
2fbe4d0281
Backed out changeset 52b6489a3140 (bug 653100) because of reftest oranges.
2011-04-28 10:52:04 +01:00
Jonathan Kew
5954624b8d
bug 653100 - no longer need to save copies of layout tables prior to OTS sanitization. r=jdaggett
2011-04-28 09:01:59 +01:00
Jonathan Kew
16bf57f046
bug 653098 - remove unused function gfxUserFontSet::RemoveFamily. r=jdaggett
2011-04-28 09:01:19 +01:00
Henri Sivonen
c76ccda074
Test for bug 642908 - Make the <noscript> handling state in the speculative document.write tree builder match the state of the non-speculative document.write tree builder. r=bzbarsky.
2011-04-28 10:01:13 +03:00
Henri Sivonen
fc47678885
Bug 642908 - Make the <noscript> handling state in the speculative document.write tree builder match the state of the non-speculative document.write tree builder. r=bzbarsky.
2011-04-28 10:01:13 +03:00
Jonathan Kew
7e865519aa
bug 608940 - remove unused function gfxTextRun::Clone. r=jdaggett
2011-04-28 06:06:53 +01:00
Jonathan Kew
66f00dfb18
bug 650639 - cancel current font-downloaders when updating the user font set. r=dbaron
2011-04-28 06:04:45 +01:00
Kyle Huey
dcbabebefc
Backing out Bug 652301 because of orange.
2011-04-27 20:12:51 -04:00
Kyle Huey
9b98dbcd7b
Backed out changeset 72430b4913e4
2011-04-27 20:12:27 -04:00
Kyle Huey
49f86fcf1a
Backing out attempted orange fix.
2011-04-27 20:11:50 -04:00
Kyle Huey
44f0655932
Backed out changeset 12f371cb3c7e
2011-04-27 20:11:28 -04:00
Kyle Huey
7a0755b695
Back out Bug 647570 because it's failing test_bug465752.js
2011-04-27 19:10:49 -04:00
Kyle Huey
4d542f23d4
Backed out changeset ea9f9f5503fa
2011-04-27 19:10:01 -04:00
Boris Zbarsky
b330d50fd4
Bug 652301 followup. Also don't show focus outlines on frame and iframe, since editor tests depend on that. r=dbaron
2011-04-27 18:27:38 -04:00
Boris Zbarsky
37892c4076
Bug 652301. Show focus outlines on all focusable things in HTML, not just on a whitelist of them. r=dbaron
...
The :-moz-focusring style comes first so we don't have to do the :not() and :-moz-any() matching at all for the common case.
--HG--
extra : rebase_source : 330a9f4ba38a6613d3bd43f404325ea4dfcae789
2011-04-27 16:52:23 -04:00
Boris Zbarsky
c051e42fd5
Bug 649163. Stop refcounting the return values from GetCSSParsingEnvironment, where possible. r=dbaron
...
--HG--
extra : rebase_source : 13d75f3954dd1597d58f7741ac8cfc4de51ebe46
2011-04-27 16:53:49 -04:00
Taras Glek
104c38def5
Bug 651262 - Update histogram.h/cc[win build fixes] r=bent
2011-04-27 11:06:57 -07:00
Taras Glek
9b7ade9efd
Bug 651262 - Update histogram.h/cc[build fixes] r=cjones
2011-04-27 11:06:53 -07:00
Dão Gottwald
2b874a847f
Backed out changeset e0110ab48587
2011-04-26 12:14:38 +02:00
Buu-Minh Ta
1e3c93a06e
Bug 615728 - When selecting an empty tab, autofocus on the location bar. r=dao
2011-04-26 10:48:58 +02:00
Craig Topper
74ee06a1c9
Bug 648885 - Part 2: Remove nsIImageFrame. r=roc
...
--HG--
extra : rebase_source : 3097ee732ab2ba3b7a79253f7f71c09eed22d033
2011-04-25 23:52:19 -07:00
Mike Hommey
e183176a0d
Bug 652306 - Move some parts of aboutDialog.css into branding. r=gavin
2011-04-26 08:49:51 +02:00
Craig Topper
bed7dbbf93
Bug 648885 - Part 1: Remove 'using namespace' from nsImageFrame.h. r=roc
...
--HG--
extra : rebase_source : a05f252ff6efb2069d4f8096ebb70eb3ad9cc4c7
2011-04-25 23:04:18 -07:00
Cameron McCormack
7fa9b8a992
Bug 652501 - Part 2: Make existing plugin crash reftests clean up after themselves. r=roc
2011-04-26 15:02:38 +12:00
Cameron McCormack
76f0cc3edd
Bug 652501 - Part 1: Allow reftests to clean up plugin and IPC process crash dumps. r=roc
2011-04-26 15:02:38 +12:00
Chris Pearce
68454aca67
Bug 645773 - Typo fix in nsOggReader::GetSeekRanges(). r=roc
2011-04-26 11:32:08 +12:00
Cameron McCormack
197e4a3428
Bug 645268 - Dump failing console message to see where browser_webconsole_bug_595934_message_categories.js is going orange. r=jwatt
...
--HG--
extra : rebase_source : 41eac2b8f017468c5ef9cd480f8f8261775e4d5f
2011-04-26 09:12:06 +12:00
Dave Townsend
654e5af166
Bug 613294: Upgrading a restartless add-on to a non-restartless add-on doesn't call the uninstall method. r=robstrong
2011-04-25 14:08:43 -07:00
Ehsan Akhgari
67e7a42892
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
2011-04-25 17:05:17 -04:00
Boris Zbarsky
6207979552
Bug 649997 followup. Don't return uninitialized rv. Caught by ms2ger
2011-04-25 15:15:28 -04:00
Walter Meinl
d901f8c00e
Bug 652361 - Revert accidental chmod of build/os2/test_os2.cmd in previous cset for this bug. DONTBUILD
2011-04-25 12:06:59 -07:00
Ehsan Akhgari
e4d9fd7a96
Bug 517579 - TEST-UNEXPECTED-FAIL | test_bug413909.html | Secure page did not load, adding exception failed?; r=ted
2011-04-25 15:02:54 -04:00
Geoff Brown
f8bea8674e
Bug 649841: Raise low-memory-warning condition on android to 512MB. r=dougt
2011-04-25 10:59:10 -07:00
Walter Meinl
c42f3d59f9
Bug 652361 - [OS/2] build break in nsObjectFrame after checkin for bug 266236
2011-04-25 10:59:07 -07:00
Daniel Holbert
0544e9d3a8
Bug 652559: Fix signed/unsigned comparison build warning in nsGlobalWindow.cpp. r=bz
2011-04-25 10:58:42 -07:00
Boris Zbarsky
86080d0500
Bug 649997 part 3. Change nsIHTMLCollection::GetNamedItem to not use an nsresult outparam. r=peterv
2011-04-25 13:46:59 -04:00
Boris Zbarsky
6c6ae3b73c
Bug 649997 part 2. Change nsIHTMLCollection::GetNodeAt to not use an nsresult outparam. r=peterv
2011-04-25 13:46:57 -04:00
Boris Zbarsky
bb250db968
Bug 649997 part 1. Stop touching rv in DO_FOR_EACH_ROWGROUP on table rows collections. r=peterv
2011-04-25 13:46:51 -04:00
Jonathan Watt
bc04a0aef5
Bug 433063 - write tests for bug 418206 (Some SVG files that appear to hang Mozilla).
2011-04-25 16:32:20 +01:00
Makoto Kato
c2c0ea13b6
Bug 604302 - Windows DLL blocklist support for Windows x64. r=vlad
2011-04-25 10:02:07 +09:00