Граф коммитов

257120 Коммитов

Автор SHA1 Сообщение Дата
Jared Wein a456333108 Bug 674744 - Implement conditional forward button for pinstripe. r=dao ui-r=shorlander 2011-11-07 10:48:27 -08:00
Rob Campbell c608257c6c Bug 700044 - Duplicate rule views after tab switching. r=msucan 2011-11-07 10:35:40 -08:00
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
Cedric Vivier ae9e468806 Bug 583041 - Style Editor integration; sourceeditor fix; r=rcampbell,msucan 2011-10-03 19:08:15 +08:00
Cedric Vivier 0a65912c6d Bug 583041 - Style Editor integration; testfix; r=rcampbell 2011-11-07 13:23:29 +08:00
Cedric Vivier cd0aa2e3d3 Bug 583041 - Style Editor integration, part 2/2 - tests; r=rcampbell 2011-10-26 17:52:17 +08:00
Cedric Vivier 92f0b2bf9c Bug 583041 - Style Editor integration, part 1/2; r=rcampbell,dao,l10n 2011-10-26 17:02:08 +08: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
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
Joel Maher bb280b68ff Bug 693524 - Intermittent mobile/chrome/tests/browser_awesomescreen.js. r=mfinkle 2011-11-05 21:52:34 -04:00
Olli Pettay 398e36211f Bug 699925 - support event.stopImmediatePropagation in workers, r=bent 2011-11-05 23:41:16 +02:00
Benoit Jacob 7a1f80bdef Bug 668004 - dont return ERROR_FAILURE in GetFeatureStatusImpl - r=dsherk
At least, WebGL antialiasing was broken on linux, and couldn't be force-enabled, because of that.
2011-11-05 16:46:54 -04:00
Ben Turner eeb0bf6369 Bug 698860 - 'Workers: Cycle collector calls DOM worker from wrong thread'. r=sicking. 2011-11-05 12:45:35 -07:00
Rob Campbell da11a50482 Bug 696107 - HTML attribute editor in highlighter conflicts with new keyboard controls. r=dcamp 2011-11-05 12:38:00 -07:00
Dão Gottwald 6593a32a07 Bug 700036 - Put the style inspector into a xul document. r=dcamp
--HG--
rename : browser/devtools/styleinspector/csshtmltree.xhtml => browser/devtools/styleinspector/csshtmltree.xul
rename : browser/devtools/styleinspector/cssruleview.xhtml => browser/devtools/styleinspector/cssruleview.xul
2011-11-05 12:31:00 -07:00
Rob Campbell fa3178dfef Backout part 2 - Bug 689759 rev b73aa0bd2b4e, Bug 698762 rev 2967e93cdb44, a=bustage 2011-11-05 19:19:02 -03:00
Rob Campbell bb1c8f6561 Backout part 1 - Bug 698762 rev 1b6acffa7a94, Bug 698762 rev f0e736dbc7bc, a=bustage 2011-11-05 19:18:58 -03:00
Rob Campbell d786f3938f Bug 698762 - Remove unmatched rules from style inspector; fix merge bustage; a=bustage 2011-11-05 17:15:58 -03:00