Commit Graph

99380 Commits

Author SHA1 Message Date
Victor Porof
0d3e7e512b Bug 723071 - Add a pane to display the list of breakpoints across all scripts in the debuggee; f=msucan,past r=past 2012-07-15 09:40:37 +03:00
Victor Porof
9d03d7155a Bug 767401 - Clearing the searched token in the scripts filter should also clear the 'find next' history; r=past 2012-07-15 10:12:06 +03:00
Victor Porof
c58a0c7bb2 Bug 767377 - The filtering textbox expands when entering a string; r=past 2012-07-15 13:45:38 +03:00
Victor Porof
7bbf7017e0 Bug 768677 - Remote debugger asks for host:port, displays http://host:port/ as default value; r=past 2012-07-15 09:47:03 +03:00
Victor Porof
9bd8c04155 Bug 767389 - about:home and about:newtab are intermittently shown in the Debugger dropdown; r=past 2012-07-15 09:50:41 +03:00
Joe Walker
6e9a23b760 Bug 774057 - Hiding of jsb breaks unit tests; r=msucan 2012-07-15 11:47:38 +01:00
Joe Walker
b35847be5d Bug 774027 - Add hidden:true to selected GCLI commands; r=jwalker 2012-07-15 10:02:14 +01:00
Dan Walkowski
10093c1b76 Bug 772600. Create WebappOSUtils to host platform-specific webapps code and implement native app launch. r=felipe
Windows part by Tim Abraldes and Linux part by Marco Castelluccio
2012-07-14 01:09:39 -07:00
Felipe Gomes
4c3047cbb2 Bug 769095. Enforce maximum icon size for nsIAlertsService's notification. r=dao 2012-07-14 01:00:58 -07:00
Dan Walkowski
67ed68f152 Bug 755934. Display notification for successful app installation. r=felipe 2012-07-14 01:01:07 -07:00
Terrence Cole
49c1d4c9aa Bug 773734 - Split off GC event observer notification from console logging; r=billm 2012-07-13 12:13:52 -07:00
Daniel Holbert
d6f0a19ac0 (no bug) Fix typo in parameter name, in documentation for nsIFrame::InsertFrames and nsIFrame::AppendFrames. Comment-only, DONTBUILD 2012-07-15 16:21:00 -04:00
Oleg Romashin
3033bd8feb Bug 728524 - Invalid OP fix. r=jgilbert 2012-07-15 11:11:17 -04:00
Michael Ratcliffe
e51cd331ec Bug 769560 - GCLI should include jsbeautifier in the set of tools it provides to Firefox; r=jwalker 2012-07-13 16:28:12 +01:00
Michael Ratcliffe
b7caa04990 Bug 733783 - GCLI needs commands to support breakpoint stepping; r=past 2012-07-14 10:32:58 +01:00
Paul Rouget
6c4982f9d7 Bug 761169 - [responsive mode] The resizers are not easy to discover. r=msucan 2012-07-13 21:53:09 +02:00
Joe Walker
13d2205d91 Bug 770145 - GCLI needs a command to log function calls; r=past 2012-07-13 17:06:46 +01:00
Joe Walker
c8a8d5339e Bug 773225 - GCLI selected element should be clearer in menus; r=harth 2012-07-13 17:06:46 +01:00
Joe Walker
11f59ef189 Bug 773254 - GCLI should match options case-insensitively; r=harth 2012-07-13 17:06:46 +01:00
Joe Walker
1e04596c55 Bug 773345 - GCLI 'cookie list' command should have space at end of 'cookie set ' shortcuts; r=harth 2012-07-12 18:31:55 +01:00
Joe Walker
c7108b8a18 Bug 773174 - GCLI help output should be sorted; r=harth 2012-07-12 18:24:28 +01:00
Panos Astithas
399f3d044f Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell 2012-07-13 13:10:22 +03:00
Panos Astithas
443168bbb2 Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell 2012-07-13 13:10:21 +03:00
Tim Taubert
5a13cffe1e merge m-c to fx-team 2012-07-13 12:04:14 +02:00
Blake Kaplan
8d0a466193 Bug 772801 - Deal with drivers that don't support active/passive scanning. r=mwu DONTBUILD 2012-07-12 15:09:18 -07:00
Ryan VanderMeulen
7105546cd8 Merge the last PGO-green inbound changeset to m-c. 2012-07-12 20:46:27 -04:00
Gian-Carlo Pascutto
a64069267f Bug 769896 - Make "Import from Android" use MultiChoicePreference. r=bnicholson 2012-07-12 20:44:31 +02:00
Brian Hackett
3341919684 Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
Margaret Leibovic
2f04e11ef9 Bug 773177 - java.lang.NullPointerException: at org.mozilla.gecko.TabsTray$TabsAdapter.refreshTabsData(TabsTray.java). r=mfinkle 2012-07-12 11:09:47 -07:00
Margaret Leibovic
43f4ce6a1f Bug 770160 - Page title changes for a brief period when a new page is loaded. r=mfinkle 2012-07-12 11:09:40 -07:00
David Zbarsky
2d843e4532 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/places); r=mak 2012-07-12 14:07:50 -04:00
David Zbarsky
dc54928699 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (extensions/cookie); r=mak 2012-07-12 14:07:26 -04:00
Panos Astithas
80c077f1cd Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell 2012-07-12 14:03:43 +03:00
Tim Taubert
3e8bb04b6c merge m-c to fx-team 2012-07-12 10:55:19 +02:00
Andrew Halberstadt
189d6c72b6 Bug 772307 - Add dummy browser.manifestURL pref to user.js to prevent B2G from dying, r=jgriffin 2012-07-11 18:14:35 -07:00
Robert Strong
8dee67122a Windows installer only - Bug 756325. r=bbondy 2012-07-11 17:40:11 -07:00
Hubert Figuière
79dd89a511 Bug 773090 - Implement image map properly on Mac and fix AXLink attributes. r=
--HG--
extra : rebase_source : 3ff3c2142a0f8e5190b91bd4bfd1ad79b22e05b8
2012-07-11 17:22:28 -07:00
Joe Walker
0dae4bf595 Bug 771356 - GCLI "console clear" command doesn't appear to clear the console; r=dcamp 2012-07-11 18:31:55 +01:00
Joe Walker
84836f9c94 Bug 771992 - GCLI cookie command completion wonky in xmas tree case; r=dcamp 2012-07-11 18:21:09 +01:00
Benjamin Peterson
18035474af Bug 772963: remove empty parameter name. r=Neil DONTBUILD for m-c land
(since not used by Firefox/B2G/Fennec)
2012-07-11 11:32:00 -04:00
Joel Maher
82c8461aaa Bug 772893 - upload a new talos.zip to remove specialpowers from the default configuration. r=aki 2012-07-11 12:37:38 -04:00
Ed Morley
fea5ca1dbc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-11 17:28:26 +01:00
Ben Hearsum
73af423459 bug 770996: partial mars broken for mac partner builds - partial backout of bug 759318 to fix. a=akeybl 2012-07-11 08:28:38 -04:00
Ed Morley
abc94f9787 Merge mozilla-central to mozilla-inbound 2012-07-11 10:52:45 +01:00
Michal Novotny
c021237e50 Bug 737615 - Remove use of synchronous cache API from unit tests - dom tests, r=honzab 2012-07-11 11:18:38 +02:00
Michal Novotny
07dda91441 Bug 737615 - Remove use of synchronous cache API from unit tests - content tests, r=bsmith 2012-07-11 11:18:26 +02:00
Michal Novotny
6feca586d7 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00
Michal Novotny
02c67a9fac Bug 737615 - Remove use of synchronous cache API from unit tests - minor fixies in necko tests, r=bsmith 2012-07-11 11:18:00 +02:00
Tim Taubert
5e5b2a11f3 Bug 771555 - Revert setting DEBUG_FOCUS to avoid spamming the console; rs=jdm,unfocused 2012-07-11 11:12:44 +02:00
Tim Taubert
ac142b1a94 merge m-c to fx-team 2012-07-11 08:44:05 +02:00