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

228737 Коммитов

Автор SHA1 Сообщение Дата
Kyle Huey 44101484a3 Backed out changeset f2c04d62dc9c 2010-08-09 17:55:33 -07:00
Jeff Walden 23e9cee042 Bug 584909 - Properly handle JSON.stringify(_1, _2, numberGreaterThanOne). Also output a space between ':' and property value when serializing object properties, if the gap specified is non-empty. r=sayrer
--HG--
extra : rebase_source : b4868a4a96d1ac89f389b47c0258d68e74e590a9
2010-08-09 16:39:19 -07:00
Jeff Walden ab5fe43610 Bug 584909 - Use AutoIdVector/GetPropertyNames rather than AutoIdArray/JS_Enumerate to avoid unnecessary work and use cleaner APIs. r=sayrer
--HG--
extra : rebase_source : a8711da0c9423f9754a5ca01a2b7b3a26365cc9c
2010-08-09 16:39:19 -07:00
Marco Bonardo 005b410afc merge backout on CLOSED TREE 2010-08-10 00:16:14 +02:00
Marco Bonardo cd53b3c58d Backed out changeset 5037343f92fc on CLOSED TREE 2010-08-10 00:15:50 +02:00
Marco Bonardo b98ba87010 merge backout on CLOSED TREE 2010-08-10 00:15:18 +02:00
Marco Bonardo 3bee4c1b4c Backed out changeset b1e658a33221 on CLOSED TREE 2010-08-10 00:14:59 +02:00
Marco Bonardo e7a3212b51 merge backout on CLOSED TREE 2010-08-10 00:14:25 +02:00
Marco Bonardo 9f79e719f9 Backed out changeset ed6dc0b505cc on CLOSED TREE 2010-08-10 00:13:34 +02:00
Marco Bonardo 6da1912946 Backed out changeset a673a956d339 on CLOSED TREE 2010-08-10 00:12:56 +02:00
Marco Bonardo 12586f8f4f backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:08:24 +02:00
Marco Bonardo 9fc6707d74 backout Bug 552023 due to Ts regression and test failure. Trying to reopen a CLOSED TREE 2010-08-09 23:07:57 +02:00
Benjamin Smedberg 0c902288d9 Merge backout of bug 578478 on a CLOSED TREE. 2010-08-09 15:24:19 -04:00
Benjamin Smedberg 2d1bfc5d9c Revert bug 578478 because of issues in parallel builds (generating the yacc/lex tables), and because of a conflict with fatvals 2010-08-09 15:22:40 -04:00
Julian Viereck 82be36ee85 Bug 580001 - Close console after completion causes error - inputValue is undefined, r=gavin 2010-08-09 16:02:20 -03:00
Julian Viereck bc14bbd3fe Bug 560830 - Handle DOMMouseScroll events in highlighter panels, r+a=gavin 2010-08-09 16:02:20 -03:00
Julian Viereck cc77f556f3 Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enn, a=bsmedberg 2010-08-09 16:02:20 -03:00
Patrick Walton 0314cb06e4 Bug 583349 - Add a prompt to the input line in the Web Console, r+a=gavin 2010-08-09 16:02:20 -03:00
Benjamin Smedberg 90f7d8291e Bug 578478 part B - Create and use dependencies from the python IDL parser, r=khuey 2010-08-09 14:38:44 -04:00
Benjamin Smedberg d6046ea06d Bug 559711 - Disable NSS in the content process, r=honzab 2010-08-09 14:38:44 -04:00
Benjamin Smedberg fca984a0b2 Bug 578478 - Make header.py process the following new attributes: deprecated, optional_argc, implicit_jscontext, r=jorendorff 2010-08-09 14:38:44 -04:00
Josh Aas 00479ccb44 Bug 584143 - Crashes when streams are open and a plugin instance is closed at/under nsNPAPIPluginInstance::Stop, r=bsmedberg 2010-08-09 14:38:43 -04:00
Patrick Walton cb282b1ae6 Bug 581183 - Divide the Console filters into categories, and rename them for clarity, r+a=dietrich 2010-08-09 15:35:33 -03:00
Patrick Walton eae8f9b860 Bug 580400 - Console should display dividers to separate messages, r+a=dietrich 2010-08-09 15:35:33 -03:00
Patrick Walton d962eab09b bug 583145 - Theme the web console filter bar appropriately on the mac, r+a=dietrich 2010-08-09 15:35:33 -03:00
Mark Banner 4c2b207f04 Bug 585628 Shared builds broken building xpcshell by bug 579178 - manifest enumeration changes - link xpcshell against libxul as well. r+a=bsmedberg 2010-08-09 19:34:41 +01:00
Marco Bonardo e667ea0039 followup to Bug 552023 - Temporarily disable test_bug500328.html while we figure out a contention in adding the visited page. 2010-08-09 20:02:31 +02:00
Marco Bonardo af2c9d56a5 followup to Bug 572030 - fix a typo in a keywords query, should fix Xo and Xd failures 2010-08-09 20:01:36 +02:00
Joel Maher c01a4cab14 Bug 585630 - "disable mochitests that utilize ondragstart attributes at least until tiles die" [r=mark.finkle] a=mobile_test_only 2010-08-09 11:00:00 -07:00
Brad Lassey cc1043a003 bug 587695 - relative path to android_stub.h is wrong r=mitch a=NPOTB 2010-08-16 12:44:20 -04:00
Michael Wu 7de6b991c5 Bug 588386 - Make DMG INNER_UNMAKE_PACKAGE nest in other commands properly, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : 4c2061986a5583ce437b5d120eec8a1c03f26869
2010-08-18 12:56:46 -07:00
Taras Glek b811791acb Bug 559961 - Reorder jar files as part of PGO, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : d8a75545714a131291c74dd79c966150544ff9d1
2010-08-18 10:34:07 -07:00
Neil Deakin d20855b708 Bug 383930/552341, allow usage of a property on popups instead of using document.popupNode, should fix leak of popupNode, r=neil,sr=roc 2010-08-09 12:17:19 -04:00
Neil Deakin c4ca33a0c8 Bug 577316, add preference to allow form elements to be focused when clicked, r=smaug 2010-08-09 12:15:47 -04:00
Neil Deakin e45ac3dd68 Bug 583255, don't involve views in tree offset computation, fixes inspector mouse events, r=roc,a=dbaron 2010-08-09 12:15:39 -04:00
Steven Michaud c04a0c789a Bug 585064 - Crash (null dereference) [@ -[ChildView inactiveWindowAcceptsMouseEvent:]. r=josh,mstange a=blocking2.0 2010-08-09 11:12:50 -05:00
Marco Bonardo da59314c8d Bug 552023 - Kill Places partitioned temp tables. r=sdwilsh a=blocking 2010-08-09 17:59:59 +02:00
Marco Bonardo 3dd9920a78 Bug 572030 - Use a memory cache for keywords associations. r=dietrich a=sdwilsh 2010-08-09 17:59:43 +02:00
Marco Bonardo 140e5775c9 Bug 584658 - Switch to tab should not register subframes as open pages. r=gavin a=blocking 2010-08-09 17:59:31 +02:00
Mark Finkle 5867357246 Backing out dea6175f4b07 (bug 584864) to fix regression filed as bug 585606 2010-08-09 11:29:34 -04:00
Benjamin Smedberg 7c3e8bf65e Merge bug 579178 to mozilla-central. reviews by Mossop/khuey/jwalden/ted 2010-08-09 10:04:10 -04:00
Robert Sayre 985c3faf1d Merge tracemonkey to mozilla-central. 2010-08-09 06:40:52 -07:00
Dão Gottwald bf4e8aa6de Bug 585361 - Increase delay tolerance in browser_bug380960.js 2010-08-09 10:01:29 +02:00
Dão Gottwald a372a66aaa Bug 585294 - Enable closing animation for tabs removed via the tab context menu. r=mano 2010-08-09 09:45:27 +02:00
Dão Gottwald 36f36cfe2a Bug 581770 - Simplify and tweak tab styling. r=mano 2010-08-09 09:43:45 +02:00
Dão Gottwald 373c5783a6 Bug 582678 - Dragging app tab behind normal tab should make it a normal tab and vice versa. r=gavin 2010-08-09 09:43:24 +02:00
Robert Sayre c628259e8e Merge mozilla-central to tracemonkey. 2010-08-08 23:24:30 -07:00
Makoto Kato 20b317b74b Bug 582910 - 64-bit win7: TEST-UNEXPECTED-FAIL | e4x/Regress/regress-347155.js | Exited with code -1073741571 during test run. r=dbaron, a=dbaron 2010-08-09 12:58:33 +09:00
Robert Sayre fb3aea4d11 Merge mozilla-central to tracemonkey. 2010-08-08 14:31:45 -07:00
Jeff Muizelaar a4d9c2e288 Bug 585163. reftest: Adjust scales and text sizes to an exact representation. r=roc
This fixes the test with Direct2D. Inaccurate values for font_matrix come
from converting 6/60 into a float and then treating it as a double.
2010-08-08 15:54:27 -04:00