Matt Woodrow
|
38c8583593
|
Bug 688333 - Add script for importing Skia into our source tree. r=jrmuizel
|
2011-10-28 20:05:24 +13:00 |
Nicholas Nethercote
|
8a450e2b4e
|
Bug 697931 - Remove KidHashes when possible. r=luke.
|
2011-10-27 23:06:17 -07:00 |
Philipp von Weitershausen
|
27f8709bfa
|
Bug 684798 - Part 5: follow-up for wipeRemote error handling. r=rnewman
|
2011-10-27 22:25:01 -07:00 |
Richard Newman
|
f920db064a
|
Bug 692714 - Part 2: port tests to SyncServer for non-Aurora landing. r=philikon
|
2011-10-27 22:25:01 -07:00 |
Richard Newman
|
84b7426ab5
|
Bug 692714 - Part 1: handle node reassignment on all storage requests. r=philikon
|
2011-10-27 22:25:01 -07:00 |
Richard Newman
|
4d1c522f20
|
Bug 692714 - Part 0: cleanup and logging. r=philikon (reland)
|
2011-10-27 22:25:01 -07:00 |
Richard Newman
|
71846f4cc9
|
Bug 684798 - Part 4: Schedule syncs on temporary/recoverable login errors. r=rnewman (reland)
|
2011-10-27 22:25:00 -07:00 |
Richard Newman
|
7b1cca1dbd
|
Bug 684798 - Part 3: Catch server errors when wiping/disabling engines. r=rnewman (reland)
|
2011-10-27 22:25:00 -07:00 |
Richard Newman
|
b633096edf
|
Bug 684798 - Part 2: Sanitize wipeServer and catch all server maintenance errors. r=rnewman (reland)
|
2011-10-27 22:25:00 -07:00 |
Richard Newman
|
5be41ac97d
|
Bug 684798 - Part 1: Catch server errors for crypto/keys. r=rnewman (reland)
|
2011-10-27 22:25:00 -07:00 |
Nicholas Nethercote
|
bc7b8d4e4a
|
Bug 697016 - Add js-total-* memory reports. r=bhackett.
|
2011-10-27 22:20:36 -07:00 |
Nicholas Nethercote
|
745d258854
|
Bug 697016 - Refine per-compartment JS reporters. r=bhackett.
|
2011-10-27 22:19:57 -07:00 |
Jason Orendorff
|
4c14b9a966
|
Remove unused flag TCF_NEED_MUTABLE_SCRIPT as suggested by Waldo in review. Bug 696953 comment 8. rs=Waldo over IRC.
--HG--
extra : rebase_source : 2da200e67b56453a6d15a58e8937c23c8ed8403e
|
2011-10-27 21:20:32 -05:00 |
Jason Orendorff
|
7171df036f
|
Divorce analyzeFunctions() and friends from class js::Parser. Bug 696953, part 4 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 735796e90d053bc979060c2b988926954b90f435
|
2011-10-27 21:16:32 -05:00 |
Richard Newman
|
4a79095175
|
Bug 697883 - Improve test_service_changePassword. r=philikon
|
2011-10-27 16:52:35 -07:00 |
Jason Orendorff
|
f5ea6f3d01
|
Remove class BytecodeCompiler. Bug 696953, part 3 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 2d9b17328a656f5f5dccda11311fd5d4637a6663
|
2011-10-27 17:03:54 -05:00 |
Jason Orendorff
|
a29b6396bb
|
Move GlobalScope from BytecodeCompiler to BytecodeEmitter. Bug 696953, part 2 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : d07f9e50246b46d9704c3a45ae0fa368c88319be
|
2011-10-27 17:00:48 -05:00 |
Jason Orendorff
|
fb03c1e783
|
Split Parser::analyzeFunctions and friends off into their own file. Bug 696953, part 1 of 4. r=Waldo.
--HG--
rename : js/src/frontend/Parser.cpp => js/src/frontend/SemanticAnalysis.cpp
extra : rebase_source : 6f4a032e9d31a0cc549d501661e6c3f5c831f5a8
|
2011-10-27 16:59:48 -05:00 |
Felix Fung
|
9f0eec0928
|
Bug 697856 - Removed Unused Function Definitions in nsFaviconService.h; r=mak
|
2011-10-27 18:12:30 -07:00 |
Ed Morley
|
93831cb277
|
Merge mozilla-central and mozilla-inbound
|
2011-10-28 02:11:57 +01:00 |
Nicholas Nethercote
|
3b33dd3821
|
Bug 697646 - Don't create tiny property tables. r=bhackett.
|
2011-10-27 17:58:44 -07:00 |
Daniel Holbert
|
d1899d69d7
|
Bug 696188 followup: Add assertions and functional test for transitioning away from a transform-list. r=bz
|
2011-10-27 15:58:05 -07:00 |
Daniel Holbert
|
9115cac288
|
Bug 697475: deCOMtaminate nsSVGPatternFrame::GetPatternFirstChild. r=longsonr
|
2011-10-27 15:57:10 -07:00 |
Jason Orendorff
|
1c0078949f
|
Bug 696220 - js1_8_5/extensions/reflect-parse.js is failing. r=luke.
--HG--
extra : rebase_source : b6452bd11b342921ac7667dfb2765bb213db9e23
|
2011-10-27 15:40:40 -05:00 |
Jim Blandy
|
b9e7c57f6b
|
Bug 695985: Provide CFI for the code address GDB checks when a return address points at JaegerThrowpoline's or JaegerInterpoline's entry point. r=sfink
Details in comments.
|
2011-10-27 13:14:22 -07:00 |
Josh Aas
|
d34c4d932e
|
Bug 649079: Plugin crash fix (parent process). r=bz
|
2011-10-27 16:00:49 -04:00 |
Bobby Holley
|
d5d2d09813
|
Bug 693341 - Test arrays of iid_is params. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
7720c2935a
|
Bug 693341 - Improve array and interface comparisons. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
5ca6c17619
|
Bug 693341 - Test iid_is(). r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
44c0919430
|
Bug 693341 - Test interface arrays. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
74c7ab692e
|
Bug 693341 - Introduce a few test interfaces. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
7d7747c7fb
|
Bug 693341 - Test sized strings. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
615dab06a5
|
Bug 693341 - Test arrays of strings. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
aa5ddae600
|
Bug 693341 - Test arrays of arithmetic types. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
af4f5c096f
|
Bug 693341 - Use comparators for everything in test_params.js. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Bobby Holley
|
0a69545963
|
Bug 695138 - Fix inout memory leak in XPConnect tests. r=khuey
|
2011-10-27 12:43:38 -07:00 |
Chris Jones
|
4c32f08c04
|
Bug 669949, part 2: Implement jsreftest browser.js JSContext-munging on top of Components.utils helpers. r=bc
|
2011-10-27 12:24:38 -07:00 |
Chris Jones
|
36a3e64b21
|
Bug 669949, part 1: Add Components.utils interfaces for playing with callee JSContext params. r=mrbkap sr=jst
|
2011-10-27 12:24:38 -07:00 |
Brian Hackett
|
d9c88699b9
|
Watch for imacros in ContextStack::currentScript, bug 697255. r=luke
|
2011-10-27 12:06:07 -07:00 |
Jonathan Kew
|
f09e834b04
|
bug 692743 - package hyphenation dictionaries in omnijar. r=glandium,mwu
|
2011-10-27 19:52:54 +01:00 |
Philipp von Weitershausen
|
006f8e2a5d
|
Merge m-c to s-c
|
2011-10-27 11:32:20 -07:00 |
Mihai Sucan
|
e2a35c8c84
|
Bug 672006 - [highlighter] Selecting a Node should update the Highlighter's main toolbar with a breadcrumb display; missing gnomestripe/jar.mn changes; a=robcee
|
2011-10-27 21:12:48 +03:00 |
Rob Campbell
|
c3a4eea38d
|
merge backout
|
2011-10-27 12:36:50 -03:00 |
Joe Walker
|
ef2cef939b
|
Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
|
2011-10-27 12:35:13 -03:00 |
Jason Orendorff
|
057a9f5c69
|
Rename PopStatementCG and NewScriptFromCG. Bug 696876, part 3 of 3. r=dvander.
--HG--
rename : js/src/frontend/BytecodeGenerator.cpp => js/src/frontend/BytecodeEmitter.cpp
rename : js/src/frontend/BytecodeGenerator.h => js/src/frontend/BytecodeEmitter.h
extra : rebase_source : de8a4aa72e70ecc321a987227ee88a1883400db9
|
2011-10-27 09:29:50 -05:00 |
Jason Orendorff
|
02f81278f5
|
Convert CG_ macros to BytecodeEmitter methods. Bug 696876, part 2 of 3. r=dvander.
--HG--
rename : js/src/frontend/BytecodeGenerator.cpp => js/src/frontend/BytecodeEmitter.cpp
rename : js/src/frontend/BytecodeGenerator.h => js/src/frontend/BytecodeEmitter.h
extra : rebase_source : ae396c039122ab4c8e7f002778f003e24229cd47
|
2011-10-27 09:16:24 -05:00 |
Jason Orendorff
|
d1a72a6e1f
|
Rename js::CodeGenerator to js::BytecodeEmitter. Bug 696876, part 1 of 3. r=dvander.
--HG--
rename : js/src/frontend/BytecodeGenerator.cpp => js/src/frontend/BytecodeEmitter.cpp
rename : js/src/frontend/BytecodeGenerator.h => js/src/frontend/BytecodeEmitter.h
extra : rebase_source : 2cc974e15cdf9e4dce36599b45914bab56825611
|
2011-10-27 09:15:40 -05:00 |
Jason Orendorff
|
32cc1c8be6
|
Bug 684489 - Fix a strict direct eval bug affecting Google Maps. r=Waldo.
--HG--
extra : rebase_source : 5e708cc26a923934a363f327696bcd2913038f21
|
2011-10-27 08:58:33 -05:00 |
Ed Morley
|
78176dbb9c
|
Backout changeset 3b5b10d76887 (bug 678687) for V8/Dromaeo regressions on multiple platforms; a=mak
|
2011-10-27 16:11:26 +01:00 |
Joe Walker
|
32a4ef518c
|
Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
|
2011-10-27 10:56:09 -03:00 |