Dave Camp
cf56ca0d98
Bug 696181 - Properties disabled in the css rule view should not be lost. r=robcee
2011-11-07 10:35:40 -08:00
Dave Camp
65894629d3
Bug 700194 - Speed up style inspector creation and refresh. r=msucan
2011-11-07 10:35:40 -08:00
Dave Camp
04e5c9080f
Bug 691978 - CssLogic doesn't discern between inherited and not-inherited properties. r=msucan
2011-11-07 10:35:39 -08:00
Dão Gottwald
c1b24fe948
Bug 699002 - Use a xul:checkbox for "Only user styles" option. r=rcampbell
2011-11-07 16:25:08 +01:00
Dão Gottwald
a64b471f8c
Bug 700272 - Remove non-functional resizer from the style inspector. r=rcampbell
2011-11-07 16:24:44 +01:00
Rob Campbell
0c12189817
merge fx-team to m-c
2011-11-07 10:46:26 -04:00
Dão Gottwald
3aa13acce3
Bug 700243 - Rename csshtmltree.xul's 'header' class. r=msucan
2011-11-07 13:52:06 +01:00
Kyle Huey
a86c7bba2f
Bug 700203: Followup because python is insane.
2011-11-07 07:16:24 -05:00
Marco Bonardo
55faf0aa71
Merge mozilla-central and mozilla-inbound
2011-11-07 11:13:04 +01:00
Henri Sivonen
ca8ad33a73
Bug 699753 - Remove duplicate copy of errNcrControlChar from htmlparser.properties. r=smaug.
2011-11-07 11:29:18 +02:00
Henri Sivonen
caa30574e6
Bug 699752 - Remove stray preposition from parser error reporting. r=smaug.
2011-11-07 11:29:18 +02:00
Henri Sivonen
97ad92e748
Bug 699750 - Fix accidental use of int instead of PRInt32. r=smaug.
2011-11-07 11:29:17 +02:00
Dave Camp
d920f066af
Bug 699978 - Tools should notify the highlighter when they've modified a node. r=robcee
2011-11-06 19:02:08 -08:00
Benoit Jacob
08973eb33a
Bug 700124 - Attempting to use JNI in child process [@ mozilla::AndroidBridge::EnsureJNIThread] - r=jdm
...
GfxInfo blacklisting causes crashes on Android at the moment, and it's not even used at the moment, so let's disable it for now so we dont have to worry about the crash until there's an incentive to.
We crash because AndroidBridge calls into the JNI and we're not supposed to do that from the content process.
2011-11-06 19:17:56 -05:00
L. David Baron
715e0e000e
Fix tests that were inadvertently not being run on Windows. (Bug 699641)
...
--HG--
extra : transplant_source : Y%AD%E9%B0%D7%09u%20%0D%D6%09%E1J%9D%0E%06%03%E85%5B
2011-11-06 13:05:21 -08:00
Boris Zbarsky
015871ec14
Merge backout of bug 641341.
2011-11-07 00:27:17 -05:00
Boris Zbarsky
b4eb7eb0ff
Backed out changeset 0cd9ed297f73 (bug 641341) to fix bug 696175. r=roc
2011-11-07 00:25:56 -05:00
Kyle Huey
17b2ee39cf
Update to pymake tip to pick up bug 700203.
2011-11-06 21:53:30 -05:00
Richard Newman
c6717e54c4
Bug 699868 - set serverURL in test_syncscheduler.js. a=test-only,trivial (just like Bug 700071).
2011-11-06 17:54:28 -08:00
Neil Rashbrook
c5ec743f1e
Bug 698217 Simplify new static Preference methods r=roc
2011-11-06 19:27:56 +00:00
Dão Gottwald
54645c63ba
Bug 699832 - Style Inspector needs a way to display treetwisties that will work on all operating systems. r=dcamp
2011-11-06 10:26:00 -08:00
Tom Schuster
59be441fb4
Bug 698584 - Fix crash in RegExp.test in case of OOM. r=mrbkap
2011-11-06 16:29:33 +01:00
Kang-Hao (Kenny) Lu
73807809ae
Bug 699673 - nsTextToSubURI::UnEscapeNonAsciiURI shouldn't do fallback unescaping if the fallback charset is not an ASCII superset, or the URI gets messed up in the UI. r=smontagu
2011-11-06 17:14:27 +02:00
Ed Morley
ca79bc1236
Merge mozilla-central and mozilla-inbound
2011-11-06 14:44:50 +00:00
Ed Morley
5fd127f447
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-06 13:21:58 +00:00
Rob Campbell
55f10af7c2
merge fx-team to m-c
2011-11-06 08:49:14 -04:00
Bobby Holley
b74a05397f
Bug 677788 - Remove use of length_is xpt value from gecko. r=mrbkap
2011-11-06 13:32:25 +01:00
Bobby Holley
a406584d82
Bug 677788 - Remove array/string 'capacity' argument from XPCConvert. r=mrbkap
...
Because length_is duplicates size_is, 'capacity' is just an alias for 'count'.
2011-11-06 13:32:25 +01:00
Bobby Holley
68d352d87f
Bug 691781 - Generate IDL lexer and parser as part of the build system. r=khuey
2011-11-06 13:32:25 +01:00
Bobby Holley
de333becea
Bug 691781 - Make sure the lexer gets generated with regen, too. r=khuey
2011-11-06 13:32:25 +01:00
Bobby Holley
1a8f0a80d1
Bug 691781 - Add a check to avoid unpacking an empty array. r=khuey
2011-11-06 13:32:25 +01:00
Michael Ratcliffe
2f9465608e
Bug 689759 - Style Inspector needs a no-results placeholder. r=msucan
2011-11-06 12:36:38 +02:00
Mihai Sucan
4c88cb511b
Bug 699308 - Highlighter closes during iframe requests. r=robcee
2011-11-06 16:48:59 +02:00
Mihai Sucan
c4a5689616
Bug 698762 - Remove unmatched rules from style inspector. r=robcee
2011-11-06 12:26:09 +02:00
Phil Ringnalda
63a075166a
Bug 677135 - Use JavaScript's Date object to determine whether dates in feeds can be parsed by parsing them, rather than using a regex, and return null rather than "Invalid Date" when they can't be parsed, r=mak
2011-11-05 23:12:28 -07:00
Nicholas Nethercote
cf9ae3b0ed
Bug 700190 - Fix test_aboutmemory.xul. r=jlebar.
2011-11-08 21:34:33 -08:00
Phil Ringnalda
4486c106f3
Back out a126c53a037e (bug 697312) and 883cb16d5bfe (bug 697246) for Win xpcshell orange
2011-11-08 21:22:28 -08:00
Nicholas Nethercote
14543f2542
Bug 699724 - Shrink js::HashTable. r=luke.
2011-11-08 21:02:11 -08:00
Boris Zbarsky
7764c01ec2
Bug 683712. Add a null-check to avoid bogus assumptions about blocks not being reflow roots. r=mats
2011-11-08 23:22:36 -05:00
Matthew Gregan
8e8c55870d
Bug 700555 - Add null check in nsBuiltinDecoder::NotifyDataArrived. r=doublec
2011-11-09 15:42:26 +13:00
Jeff Walden
5b31233839
Bug 700802 - Define private overrides of all JSString methods with vacuous behavior for a given subclass, on that subclass. This will prevent someone from accidentally attempting to, say, linearize a linearly-typed string. r=luke
2011-11-08 14:18:29 -08:00
Jeff Walden
5e93e4bbde
Bug 700752 - Fix erroneous build warning about a may-be-used-uninitialized variable. r=cdleary
2011-11-08 14:17:58 -08:00
Matt Woodrow
2c52d928ce
Bug 695610 - Move ImageContainer caching into imgIContainer. r=joe
2011-11-09 16:14:41 +13:00
Dave Townsend
efcf5839bb
Bug 697312: Don't write out extensions.ini if there are no extensions. r=Unfocused
2011-11-08 16:03:56 -08:00
Dave Townsend
35820dbe1e
Bug 697246: Defer creating the extensions database until it is actually necessary. r=Unfocused
2011-11-08 16:02:49 -08:00
Jeff Muizelaar
31a79df660
Bug 698107. layout: Return nsnull instead of false. r=bz
...
Caught by a clang warning.
--HG--
extra : rebase_source : 384a3451b7e54f8afb40f5e8a94000c00a54cc6d
2011-11-08 18:09:22 -05:00
Marco Bonardo
6225eff2b8
Merge mozilla-central to mozilla-inbound
2011-11-08 23:58:10 +01:00
Phil Ringnalda
1520e329d7
Back out 446fbc59aa22 (bug 698205) for orange
2011-11-08 14:43:24 -08:00
Steve Fink
8299ac5543
indent the #ifdef tree for readability (no bug, r=firebot)
...
--HG--
extra : rebase_source : 3113540e5c9f1fc39e6f195d69899f795e964445
2011-11-08 13:08:43 -08:00
Richard Newman
4d6115e344
Bug 700071 - test_errorhandler.js ends up talking directly to Mozilla sync servers rather than local test harness. r=philikon
2011-11-05 22:52:45 -07:00