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

256853 Коммитов

Автор SHA1 Сообщение Дата
Brian Hackett ba3cd03d5e PropertyCache::fullTest should work on arbitrary scope chains, bug 700792. 2011-11-09 09:59:09 -08:00
Brian Hackett 14b398146d Address bug 638316 and bug 694247 review comments, r=luke. 2011-11-09 09:52:59 -08:00
Brian Hackett 977fdb6fbf Track whether default 'new' types need unknown properties on the prototype, bug 700501. 2011-11-08 18:34:11 -08:00
Brian Hackett 492bdde192 Set DELEGATE for parents of other objects, bug 700300. 2011-11-08 16:56:00 -08:00
Brian Hackett 4fd9e6a23f Allow NULL'ing out of non-NULL scopes of static block chains, bug 700799. 2011-11-08 16:14:34 -08:00
Brian Hackett 5b2f8625f1 Address bug 693754 review comments, r=luke. 2011-11-08 13:42:27 -08:00
Brian Hackett 8a8d242680 Address bug 693479 review comments, r=luke. 2011-11-08 13:08:13 -08:00
Brian Hackett c5dd7018dd Address bug 693221 review comments, r=luke. 2011-11-08 13:03:33 -08:00
Brian Hackett 42ea9b6d41 Address bug 684410 review comments, r=luke. 2011-11-08 12:11:05 -08:00
Brian Hackett 79d9c5dc74 Fix incorrect use of obj->setDenseArrayLength, bug 699446. 2011-11-03 14:20:44 -07:00
Brian Hackett 1347f3caa4 Fix linkage for IsScopeObject, no bug. IGNORE BAD COMMIT MESSAGES 2011-11-03 10:42:14 -07:00
Brian Hackett e85342a0d4 Fix struct/class mismatches on js::Shape. 2011-11-03 10:38:08 -07:00
Brian Hackett f9c70af582 Add cache for constructing new objects from the VM, bug 699446. 2011-11-03 09:57:12 -07:00
Brian Hackett 3c73d1b9f2 Remove JSObject::isNewborn, refactor object creation code, bug 684507. 2011-11-02 13:34:19 -07:00
Brian Hackett f97783b225 Add memory reporter for base shapes, bug 699210. 2011-11-02 13:32:05 -07:00
Brian Hackett 0c13c6848e Merge MC -> JM
--HG--
rename : js/src/frontend/BytecodeGenerator.cpp => js/src/frontend/BytecodeEmitter.cpp
rename : js/src/frontend/BytecodeGenerator.h => js/src/frontend/BytecodeEmitter.h
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
2011-11-02 09:23:25 -07:00
Neil Rashbrook c160626ea3 Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc 2011-11-02 14:51:39 +00:00
Kyle Huey d9fb132443 Merge m-i to m-c. 2011-11-02 08:24:41 -04:00
Tim Taubert e0606bbf76 merge m-c to fx-team 2011-11-02 10:57:53 +01:00
Doug Turner aea182ff7f Bug 668194 - Geolocation times out and/or does not properly use wifi access points information (awful accuracy) r=mfinkle. 2011-11-01 21:04:35 -07:00
Dave Camp e3f63c127b Bug 693887 - Implement a rule-centric view for the style inspector. r=robcee, r=dao 2011-11-01 18:06:48 -07:00
Paul ADENOT 37896de87e Bug 675899 - HTML5 video player should show controls when video ends (if controls attribute is present). r=dolske 2011-11-01 14:22:02 -07:00
Rob Campbell f6dbd61f85 merge 2011-11-01 17:02:44 -03:00
Rob Campbell 6e10412623 Bug 683873 - [highlighter] move the close button to the toolbar, test-fix; a=orange 2011-11-01 17:01:17 -03:00
Josh Aas 0560dd1415 Bug 562442: Plugin crash fix (parent process). r=jmathies 2011-11-01 14:52:20 -04:00
Paul ADENOT 28b095345e Bug 513758 - Pressing Pos1/End key while video is in ended state sets status to play. r=dolske 2011-11-01 11:50:03 -07:00
Kyle Huey 995d6910c7 Merge m-i to m-c. 2011-11-01 10:31:53 -04:00
Tim Taubert aa05c7a393 merge m-c to fx-team 2011-11-01 13:23:20 +01:00
Henri Sivonen c718393931 Bug 482921 part 14 - Address review comments. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen f4d82459e5 Bug 482921 part 13 - Avoid regressing bug 673094 - RTL characters at the end of attribute values in View Source. r=ehsan. 2011-11-01 13:33:11 +02:00
Henri Sivonen f2e94823f3 Bug 482921 part 12 - Reftests for View Source reimplementation. rs=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 424d5d89ce Bug 482921 part 11 - Deduplicate the tokenizer loop in .cpp. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 7506879167 Bug 482921 part 10 - Support parametrized error messages in new View Source. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen f65e867d6d Bug 482921 part 9 - Support tooltips in the View Source window. r=gavin.sharp. 2011-11-01 13:33:11 +02:00
Henri Sivonen 4600ed7a01 Bug 482921 part 8 - Start a new <pre> occasionally in View Source refixing bug 86355. r=bzbarsky. 2011-11-01 13:33:11 +02:00
Henri Sivonen 976ec770d6 Bug 482921 part 7 - Add an id for each line in new View Source. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen b9a012bc7f Bug 482921 part 6 - Use the internal encoding declaration in the XML View Source case. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 088b02553b Bug 482921 part 5 - Add entry point for new View Source for XML; Make new View Source easy to disable. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 2de2833898 Bug 482921 part 4 - Support XML syntax highlighting in the parser core. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 8fd5e88e4a Bug 482921 part 3 - Highlight tree builder-level errors in View Source. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Henri Sivonen 2df8639026 Bug 482921 part 2 - Highligh tokenizer-level errors in View Source. r=Olli.Pettay. 2011-11-01 13:33:11 +02:00
Cedric Vivier bb2b0fe31f Bug 698703 - Source Editor should display text with the user's preferred monospace font size; r=msucan 2011-11-01 18:30:19 +08:00
Neil Rashbrook 6ac5d55d53 Bug 638031 Allow string streams to share their string buffer r=bsmedberg f=bz 2011-11-01 08:28:31 +00:00
Blair McBride e02f3a706f Bug 693897 - Allow addons to opt-in to strict compatibility checking. r=dtownsend 2011-11-01 18:48:53 +13:00
Blair McBride b2411cbeef Bug 693899 - Support detecting binary components, and enable strict compatibility checking when found. r=dtownsend 2011-11-01 18:48:49 +13:00
Blair McBride 7630a6cfe0 Bug 693901 - Add preference to globally (re)enable strict compatibility checks. r=dtownsend 2011-11-01 18:48:45 +13:00
Kyle Huey a94e57306e Merge b-s to m-c. 2011-10-31 14:13:23 -04:00
Matt Brubeck d538650f49 Merge last green changeset from inbound to mozilla-central 2011-10-31 11:10:13 -07:00
Kyle Huey 1e94cbe0aa Update pymake snapshot to r300. 2011-10-31 13:16:21 -04:00
Kyle Huey f1ac893379 Merge m-c to b-s. 2011-10-31 13:12:45 -04:00