Commit Graph

10678 Commits

Author SHA1 Message Date
Rob Campbell
7b2ee1f2ec Bug 584407 - Create popup menu for inspector HTML panel. r=paul 2012-02-21 03:02:00 +01:00
Paul Rouget
69801662e6 Bug 719607 - The HTML Tree Panel should NOT use the registerTools mechanism. r=rcampbell 2012-01-27 17:13:53 +01:00
Paul Rouget
a1320dd0e3 Bug 717924 - Move the HTML tree view in the Page Inspector above the inspector toolbar. r=rcampbell r=dao 2012-02-23 18:41:43 +01:00
Jared Wein
c1ee72ed7f merge m-c to fx-team 2012-02-24 14:47:45 -05:00
Spyros Livathinos
4d868ce676 Bug 725405 - Move the inline-output comment to the next line; r=msucan 2012-02-24 10:41:06 -04:00
Victor Porof
9e6e33625b Bug 712581 - Display the property details in the debugger using transitions; r=past 2012-02-23 18:02:36 +02:00
Victor Porof
466fae86e3 Bug 723048 - CSS Class names for scopes shouldn't have spaces; r=past 2012-02-24 10:37:40 -04:00
Victor Porof
403a6accc1 Bug 727529 - Tilt could use a key to bring a node into view; r=rcampbell 2012-02-15 22:26:30 +02:00
Victor Porof
1761ba8263 Bug 725717 - GCLI needs a 'tilt' command; r=jwalker 2012-02-22 19:18:49 +02:00
Victor Porof
37452e6e1a Bug 726634 - Fix the maximum nodes limitation in Tilt; r=rcampbell 2012-02-14 19:40:55 +02:00
Victor Porof
3f5a32478c Bug 723937 - Make sure all the obviously private properties in Tilt start with an underscore; r=rcampbell 2012-02-07 11:44:55 +02:00
Victor Porof
bc88b44e93 Bug 723588 - Tilt outro animation doesn't correctly align the 3D mesh with the 2D webpage if the HTML panel is open; r=rcampbell 2012-02-03 12:55:15 +02:00
Victor Porof
90b51b2762 Bug 720992 - Tilt should use mozAnimation for all its animations, instead of intervals; r=rcampbell 2012-02-03 12:29:02 +02:00
Victor Porof
000cbf4555 Bug 723435 - Properly cleanup enabled vertex attributes after a program is used in Tilt; r=rcampbell 2012-02-02 15:28:26 +02:00
Victor Porof
32380b1455 Bug 719042 - Tilt should use the new Highlighter API; r=rcampbell 2012-01-29 20:00:10 +02:00
Panos Astithas
bc3ed29333 Bug 697040 - The Script Debugger onNewScript notifications don't always fire; r=jimb,dcamp,rcampbell 2012-02-23 09:41:00 +02:00
Philipp von Weitershausen
90227b3ae0 Bug 729104 - B2G SMS: Make SmsDatabaseService stub a JS component. r=mounir 2012-02-21 01:34:18 +01:00
Marco Bonardo
756b3f734f Merge central to inbound 2012-02-16 11:47:36 +01:00
Jared Wein
b2dbea52cc Bug 722681 - Show the tab close button immediately when opening a second tab. r=dao 2012-02-16 11:20:26 +01:00
Mike Hommey
b1908133d9 Bug 721737 - Add toolkit l10n Makefiles to browser/makefiles.sh. r=khuey 2012-02-16 09:01:31 +01:00
Geoff Lankow
237b5a24af Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg 2012-01-17 14:34:51 +13:00
Javi Rueda
43645f0229 Bug 708595 - Clarify download history related preferences in the Privacy pane. r=jwein
--HG--
extra : rebase_source : 16f3e7973494a01bc0be1287ceaee636416258e2
2012-02-13 21:54:41 +01:00
Tim Taubert
5319e90450 merge m-c to fx-team 2012-02-13 10:44:02 +01:00
Ed Morley
bad85c1506 Merge mozilla-central to mozilla-inbound 2012-02-11 13:01:34 +00:00
ffxbld
ef6675e394 Automated blocklist update from host linux-ix-slave17 2012-02-11 03:19:53 -08:00
Panos Astithas
cfd1273497 Bug 687093 - Clicking on a stack frame in the debugger should put the caret in the proper source line; r=msucan 2012-02-11 11:44:20 +02:00
Panos Astithas
a4c20d96c1 Bug 690419 - Script debugger picks the wrong highlighting engine in URLs with a query string; r=dcamp
--HG--
rename : browser/devtools/debugger/test/test-script-switching-02.js => browser/devtools/debugger/test/test-editor-mode
2012-02-11 11:44:19 +02:00
Ed Morley
6270d4ef00 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-11 01:49:07 +00:00
Rob Campbell
66450c5e47 Backout Bug 705707 due to oranges; a=#fx-team 2012-02-10 14:31:07 -04:00
Tim Taubert
fae3d634c4 merge m-c to fx-team 2012-02-10 14:26:49 +01:00
Ed Morley
8d711e3c7b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-10 12:14:39 +00:00
Panos Astithas
6d8b3cb915 Bug 690771 - Implement the debugger pause request (at the main loop); r=dcamp 2012-02-10 09:46:10 +02:00
Panos Astithas
dd1afdde2e Bug 683503 - GCLI needs commands to control the debugger; r=jwalker,dcamp 2012-02-10 09:46:04 +02:00
Tim Taubert
bd0958891b Bug 725668 - [New Tab Page] Typo in NewTabUtils.jsm - undefined variable; r=dao 2012-02-09 17:41:11 +01:00
Tim Taubert
a5cd353f7f Bug 723873 - setting about:newtab as homepage should place the cursor in the location bar at startup; r=dao 2012-02-09 16:30:37 +01:00
Spyros Livathinos
d6d5fc268c Bug 703692 - Source Editor: add support for the focus/blur events; r=msucan f=msucan 2012-02-09 14:40:41 +02:00
Tim Taubert
c518b4c346 Bug 725268 - [Page Thumbnails] Reduce API provided by PageThumbs.jsm; r=dietrich 2012-02-09 11:12:15 +01:00
Tim Taubert
481de717cf Backed out changeset bcd726a4a258 (bug 725268) 2012-02-09 11:47:08 +01:00
Tim Taubert
e6e882d134 Bug 725268 - [Page Thumbnails] Reduce API provided by PageThumbs.jsm; r=dietrich 2012-02-09 11:12:15 +01:00
Tim Taubert
d07a3bd328 Bug 720838 - [Page Thumbnails] Use canvas.mozFetchAsStream(); r=dietrich 2012-02-09 09:48:30 +01:00
Tim Taubert
c2c6c894d0 merge m-c to fx-team 2012-02-09 09:28:33 +01:00
Dietrich Ayala
7cb0ee59be Bug 715402 - Wait for chrome MozAfterPaint before executing any code not critical to making the initial window visible; r=gavin 2012-02-08 17:46:51 +01:00
Tim Taubert
afb51a6702 Bug 695705 - Intermittent TEST-UNEXPECTED-FAIL | browser/base/content/test/tabview/browser_tabview_bug628061.js | There are two groups - Got 1, expected 2; r=dietrich 2012-02-08 17:46:51 +01:00
Marco Bonardo
152ac8a010 Backout 7a8b935ab596 (bug 674370) for Paint regression 2012-02-08 09:23:40 +01:00
Tim Taubert
ddaa671905 Backed out changeset b3a4b572a634 (bug 715402) 2012-02-09 20:20:30 +01:00
Mounir Lamouri
4ae7b782c7 Merge mozilla-central into mozilla-inbound. 2012-02-09 11:31:59 +01:00
Marco Bonardo
6dc7a43e99 Bug 723165 - Telemetry for time needed to show the Bookmarks toolbar.
r=dietrich
2012-02-09 11:10:15 +01:00
Ed Morley
fa2f8b5e00 Merge mozilla-central to mozilla-inbound 2012-02-10 14:03:24 +00:00
Veeraya Pupatwibul
e4bcbe315b Bug 722305 - Remove contentAreaClick's redundant return value. r=dao 2012-02-10 14:11:53 +01:00
Ed Morley
fc3395b50b Bug 725429 - Clean up *makefiles.sh, Feb 2012 edition; rs=build
mobile/android/makefiles.sh & b2g/makefiles.sh were hg copied from
mobile/makefiles.sh prior to it's original cleanup and then move, so most of the
changes to them here are just to sync them with mobile/xul/makefiles.sh.
2012-02-10 12:40:30 +00:00
Victor Porof
d76f01f2b5 Bug 715970 - Highlighted node should center in the visualization (Tilt); r=rcampbell 2012-02-02 19:14:40 +02:00
Victor Porof
c5d39c9f10 Bug 699121 - Style Editor should save file:// URLs immediately; r=cedricv,paul 2012-02-02 13:27:43 +02:00
Rob Campbell
e3a7702248 Bug 717373 - Remove the textarea fallback from the Source Editor; r=msucan 2012-02-08 10:48:07 -04:00
Tim Taubert
65d5ff4618 Bug 721417 - Can't drag and drop URL into about:newtab; r=fryn 2012-02-08 02:46:20 +01:00
Tim Taubert
c8b38fab17 merge m-c to fx-team 2012-02-07 20:11:47 +01:00
Panagiotis Astithas
bf2295bb10 Bug 724832 - Fix mochitest leaks after the latest merge from fx-team; r=rcampbell 2012-02-07 14:20:14 +02:00
Matthew Noorenberghe
0d9f61cec5 Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan
--HG--
extra : rebase_source : 85fab3254730ef89d66fe86b4a6fb6c8f392b882
2012-01-31 14:53:21 -08:00
Victor Porof
291fc2816a Bug 722129 - Tilt visualization mesh isn't correctly positioned when scrollbars are present or when the document body is smaller than the content window; r=rcampbell 2012-01-29 20:05:44 +02:00
Paul O’Shannessy
9cb043424f Bug 482975 - browser_477657.js is unreliable - reenable on OS X [r=me] 2012-02-08 11:59:49 -08:00
Paul O’Shannessy
2966fdf671 Bug 721860 - addonBar keyboard shortcut enabled in non-browser windows [r=gavin] 2012-02-08 11:59:32 -08:00
Gavin Sharp
90d12803ae Back out parts of bug 698986 to resolve bug 716945 2012-01-30 15:37:59 -08:00
VD
455f301862 Bug 702894 - Remove pre-DOM API full-screen video implementation. r=dao 2012-02-08 14:19:29 +01:00
Mark Capella
34d2490a52 Bug 418290 - replace 'can not' with 'cannot'. r=dao 2012-02-08 14:16:51 +01:00
Panagiotis Astithas
6a84741227 Bug 697762 - Land the debugger in m-c - sr changes; r=msucan,rcampbell; sr=dtownsend 2012-01-23 10:29:15 +02:00
Panagiotis Astithas
38cc317f4e Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Joe Walker
05f09d55e8 Bug 707131 - GCLI Completer could be simplified if repeated spans are not a performance issue; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
7c5e436641 Bug 721729 - GCLI failed to update page resources when page changes; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
5942611e48 Bug 709223 - GCLI needs a 'resource' type; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
fe2a5d1e03 Bug 707342 - Intermittent browser_webconsole_completion.js | an unexpected uncaught JS exception reported through window.onerror - this._panel is null at resource:///modules/AutocompletePopup.jsm:215; r=msucan 2012-02-07 10:20:20 +00:00
Cedric Vivier
74fc0f6e2b Bug 723459 - Add an API to SourceEditor to retrieve the character(s) used for indentation. r=msucan 2012-02-02 04:18:00 +01:00
Paul Rouget
adbafaa696 Bug 708643 - If Firebug is installed, using "Inspect Element" twice results in 2 inspectors, one uncloseable. r=dcamp 2012-02-06 16:23:31 +01:00
Paul Rouget
4d59c0d73b Bug 724778 - Style Editor: Fix toolbars alignment. r=dao 2012-01-27 14:04:07 +01:00
Michael Ratcliffe
dc54998ab5 Bug 720980 - Quick rule view ... quick layout fix until we have mockups - Only hide checkboxes. r=paul 2012-01-31 13:55:03 +00:00
Blake Winton
c52c3d6265 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
Tim Taubert
6753540f02 merge m-c to fx-team 2012-02-06 23:23:50 +01:00
VD
159e0d8954 Bug 721324 - Allow the source code editor of Scratchpad & StyleEditor to be themed; r=dao,msucan 2012-02-06 21:35:19 +02:00
Marco Bonardo
1d8f86ce62 Merge last PGO-safe changeset from inbound to central 2012-02-06 09:37:30 +01:00
Tim Taubert
dbae4f9479 merge m-c to fx-team 2012-02-05 13:33:30 +01:00
Ed Morley
abd2c4311d Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-05 11:10:53 +00:00
ffxbld
572f87b5e0 Automated blocklist update from host mv-moz2-linux-ix-slave05 2012-02-04 03:20:25 -08:00
Tim Taubert
041a5e989e Bug 722479 - browser/components/thumbnails/test/ tests leak chrome://global/content/mozilla.xhtml; r=dao 2012-02-04 11:50:09 +01:00
Tim Taubert
5e677c11de Bug 723102 - [New Tab Page] Can't Hide/Show New Tab Page when closing left tab; r=jaws 2012-02-04 11:47:07 +01:00
Tim Taubert
5f79e14963 merge m-c to fx-team 2012-02-04 11:31:07 +01:00
Tim Taubert
013824d68d merge m-c to fx-team 2012-02-04 11:28:09 +01:00
Ed Morley
0f53210896 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-03 16:45:09 +00:00
Reuben Morais
9b2b24178f Bug 722100 - Use dblclick instead of hard-coded logic/constants in Tab View; r=ttaubert 2012-02-03 14:10:30 +01:00
Jared Wein
67774cb05d Bug 723515 - Add telemetry probe for the opening time of the Firefox app menu. r=ttaubert 2012-02-03 13:32:11 +01:00
teramako
f2a599d067 Bug 722663 - open a new tab from Panorama view should reference gWindow.BROWSER_NEW_TAB_URL; r=dietrich 2012-02-03 10:41:09 +01:00
Dão Gottwald
6a95aff71b Bug 720985 - Make some tests stop polluting the global scope 2012-02-03 10:13:41 +01:00
Tim Taubert
808287e33d Backed out changeset 2b7cea9aa6a3 (bug 722479) 2012-02-02 23:19:45 +01:00
Panagiotis Koutsourakis
583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Marco Bonardo
799c050c61 Backout f66ffefbb697 (bug 715402) for m-oth proprty leaks 2012-02-04 15:12:21 +01:00
Tim Taubert
0b6f16bc03 Bug 722479 - browser/components/thumbnails/test/ tests leak chrome://global/content/mozilla.xhtml; r=dao 2012-02-02 15:51:37 +01:00
Tim Taubert
e2a2510fec Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich 2012-02-02 15:50:53 +01:00
Jared Wein
c218dddebb Bug 723090 - Add telemetry probe for the opening time of the site identity popup. r=dietrich 2012-02-02 12:06:42 +01:00
Ed Morley
9b8aaafa74 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-02 10:22:32 +00:00
Tim Taubert
456b0bba2b merge m-c to fx-team 2012-02-02 10:03:01 +01:00
Dão Gottwald
b2b298b551 Bug 720985 - Make some tests stop polluting the global scope 2012-02-02 09:56:35 +01:00
Dão Gottwald
eca2c3b177 Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn 2012-02-02 09:28:04 +01:00
Christian Sonne
06d48797ca Bug 388079 - Deleting multiple cookies deletes wrong ones and/or not all selected. r=ttaubert 2012-02-01 16:49:32 +01:00
Tim Taubert
a0e9304588 Bug 716538 - [New Tab Page] Set to enabled by default on Nightly; r=jaws 2012-02-01 11:46:40 +01:00
Tim Taubert
c60b7bbc68 Bug 707862 - Reset childCount on SHEntry when all children have been removed; r=smaug 2012-02-01 11:45:53 +01:00
Kyle Huey
6102e37a35 Bug 563318: Switch to MSVC 2010 on trunk. r=ted 2012-01-31 11:38:24 -05:00
Gregory Szorc
8baa0dbe2f Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused 2012-01-31 17:22:42 -08:00
Marco Bonardo
ded54ab64d Bug 720792 - browser_urlbarAutoFillTrimURLs.js cause can't work with autoFill nonzero delay 2012-01-31 12:29:51 +01:00
Marco Bonardo
6d5895bf03 Bug 720792 (part 1.5) - Disable inline autocomplete till part 2 lands. 2012-01-31 11:29:25 +01:00
Marco Bonardo
d2fced45f5 Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
2012-01-31 11:29:20 +01:00
Tim Taubert
f46f679081 Bug 721087 - [New Tab Page] Cells should have an outline to indicate their positions; ui-r=limi r=dao 2012-01-31 10:08:34 +01:00
Gavin Sharp
93f574f547 Bug 723808: don't allow loads in type=content docshells to inherit the system principal, r=bz
--HG--
extra : transplant_source : %E6%25%A7%C1.%DA%02%CC%BF%DA%ED%BEZ%E8%FB%CD%28%0A%FE8
2012-01-30 18:29:44 -08:00
Gavin Sharp
5ed770e1dd Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Gavin Sharp
b54193b239 Bug 723181: add some comments to TelemetryTimestamps, r=mak
--HG--
extra : transplant_source : z%AF9MyF%E6y%16%DAq%170%B7%5D6%DFgE%01
2012-02-01 09:41:55 -08:00
Dietrich Ayala
c0c8d98a47 Bug 715402 - Wait for chrome MozAfterPaint before executing any code not critical to making the initial window visible.
r=gavin
2012-02-04 14:02:10 +01:00
Cedric Vivier
bb659c06f4 Bug 720291 - Intermittent browser_styleeditor_new.js | content's background color has been updated to red - Got rgb(255, 5, 5) (or 6, 6), expected rgb(255, 0, 0). r=dcamp 2012-01-26 01:53:00 +01:00
Victor Porof
c4b20bcd1f Bug 719039 - After the Highlighter was refactored, ESCAPE key closes Inspector when Tilt is open. r=rcampbell 2012-01-27 23:44:59 +02:00
Paul Rouget
a36aaff467 Bug 720468 - Add an "*" at the beginning of a file name if the file needs to be saved. r=dao 2012-01-27 15:28:47 +01:00
Victor Porof
5c654da3f1 Bug 719877 - Tilt should use Highlighter's zoom property (screenPixelsPerCSSPixel) instead of markupDocumentViewer.fullZoom; r=rcampbell 2012-01-20 21:05:00 +02:00
Michael Ratcliffe
040dfd4335 Bug 705707 - Style Inspector doesn't take into account chrome:// stylesheets; r=msucan; f=dao 2012-02-02 19:04:35 +00:00
Panos Astithas
dcce296c6b Bug 706506 - The debugger refreshes the editor contents on every pause; r=dcamp 2012-01-30 17:12:11 +02:00
Kyle Huey
69639a45f1 Back out Bug 563318. 2012-01-31 16:34:33 -05:00
Kyle Huey
02959301a0 Merge m-c to b-s. 2012-01-31 14:20:05 -05:00
Alex Keybl
1397a1a058 Bug 700000 - Version bump 2012-01-31 10:57:49 -08:00
Rail Alieev
b1d8d3137e bug 714978: change mac osx compiler in official branded beta+release builds from using -j1 to -j4. r=nthomas DONTBUILD because it doesn't affect dep/nightly builds. 2012-01-31 12:19:38 -05:00
Kyle Huey
afde2887e8 Bug 563318: Switch to MSVC 2010 on trunk. r=ted 2012-01-31 11:38:24 -05:00
Ed Morley
d77569e4e5 Merge mozilla-central to mozilla-inbound 2012-01-31 12:48:35 +00:00
Ed Morley
7a6177e8b8 Merge mozilla-central to mozilla-inbound 2012-01-31 10:59:27 +00:00
Makoto Kato
ad08c8063f Bug 719319 - unnecessary to use additional OS_LIBS for firefox.exe. r=khuey 2012-01-31 19:30:20 +09:00
Serge Gautherie
7563e10979 Bug 721535. (Av1) Stop packaging dead chardet.xpt. r=smontagu. 2012-01-29 11:21:33 +01:00
Matthew Noorenberghe
57d8950c7e Bug 721265 - Firefox migrator: form history support r=mak
--HG--
extra : rebase_source : 3f7ae6f3934b4edc9aabd6228c23acf487e8b293
2012-01-28 13:16:18 -08:00
Joe Drew
9f3a3972b2 Merge mozilla-central to mozilla-inbound. 2012-01-28 15:48:23 -05:00
Serge Gautherie
567af0bc8d Bug 652297. (Bv1) Add '-DMOZ_DEBUG=1' too to actually stop trying to package MSVC DLLs in debug Windows Firefox. r=ted.mielczarek. 2012-01-28 18:13:09 +01:00
ffxbld
ccf280c746 Automated blocklist update from host linux-ix-slave32 2012-01-28 03:18:16 -08:00
Tim Taubert
65919116f7 merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Jared Wein
f80c28e0bb Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao 2012-01-27 17:03:09 -08:00
Serge Gautherie
1792b76c0c Bug 652297. (Av1) Stop trying to package MSVC DLLs in debug Windows Firefox, Reorder XPCOM files. r=ted.mielczarek. 2012-01-27 20:57:41 +01:00
Matt Brubeck
b23d94048c Merge last green changeset from inbound to mozilla-central 2012-01-27 08:29:23 -08:00
Tim Taubert
740dd34385 merge m-c to fx-team 2012-01-27 11:21:18 +01:00
Gregory Szorc
e71c90ea6d Merge mozilla-central into services-central 2012-01-26 17:11:45 -08:00
Tim Taubert
bc4c77507b Bug 721398 - moz-page-thumb protocol should not access from a web page; r=mak 2012-01-26 18:28:41 +01:00
Tim Taubert
22c5ecd277 Backed out changeset 34157f4059ba (bug 455553) 2012-01-26 18:27:58 +01:00
Tim Taubert
aca1a136f8 Backed out changeset 3f30da5d0bc3 (bug 455553) 2012-01-26 18:27:54 +01:00
Tim Taubert
8d57d8d45e Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert
5885e17c60 Backed out changeset 95143a881557 (bug 455553) 2012-01-26 18:27:45 +01:00
Tim Taubert
d97a827c12 Backed out changeset 38eda0c8b0fd (bug 455553) 2012-01-26 18:27:41 +01:00
Tim Taubert
84abee299e Backed out changeset 7f44427086f7 (bug 717110) 2012-01-26 18:27:37 +01:00
Tim Taubert
8eab9b0892 Backed out changeset 74b125f29e23 (bug 717492) 2012-01-26 18:27:33 +01:00
Tim Taubert
1af7a0a353 Backed out changeset bff640abf40c (bug 715710) 2012-01-26 18:27:29 +01:00
Tim Taubert
b6c6442e7c merge fx-team to m-c 2012-01-26 15:17:01 +01:00
Marco Bonardo
01e60fb799 Merge last green PGO from inbound to central 2012-01-26 12:58:39 +01:00
Tim Taubert
3db6b9bb1e Bug 716855 - [Page Thumbnails] Screenshots should contain the the top-left corner; r=dietrich 2012-01-26 11:35:24 +01:00
Tim Taubert
3cb54763ca Bug 715710 - [New Tab Page] Black bars behind titles should be lowered in opacity from 80% to 50%; ui-r=limi r=dao 2012-01-26 11:35:16 +01:00
Tim Taubert
308e72f72c merge fx-team to m-c 2012-01-26 08:45:50 +01:00
Tim Taubert
642bce558f merge fx-team to m-c 2012-01-26 08:36:07 +01:00
Ed Morley
2806e8f2c1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-26 01:30:30 +00:00
Owen Carpenter ext:(%3B%20Devan%20Sayles%20%3Cdevan.sayles%40gmail.com%3E%3B%20Joe%20Chen%20%3Cjoejoevictor%40gmail.com%3E%3B%20Jon%20Rietveld%20%3Cjonrietveld%40gmail.com%3E)
f930c74c32 Bug 716464 - Typing about:Addons into the url bar loads the add-ons manager but doesn't hide the address bar (the test is case sensitive). r=bmcbride 2012-01-25 17:19:14 -08:00
Tim Taubert
83fc956292 Bug 717492 - [New Tab Page] URL bar history pops up when pressing toolbar buttons; r=dao 2012-01-25 23:47:36 +01:00
Tim Taubert
f91bd7660b Bug 717110 - [New Tab Page] Tooltips should be added to page thumbnails; r=dao 2012-01-25 23:45:16 +01:00
Tim Taubert
5149a1ea17 Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich 2012-01-25 23:44:41 +01:00
Tim Taubert
c71d7e5321 Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-25 23:44:27 +01:00
Tim Taubert
a530027e09 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Tim Taubert
a4073c0490 Bug 455553 - Part 2 - Assets / CSS / Images; r=dao 2012-01-25 23:42:15 +01:00
Tim Taubert
ff67d1da75 Bug 455553 - Part 1 - XUL/HTML Page and Scripts; r=blair,dietrich 2012-01-25 23:40:18 +01:00
Tim Taubert
642529ebd6 Bug 497543 - Part 6 - Don't capture thumbnails for SVG/XML documents; r=dietrich 2012-01-25 22:47:39 +01:00
Tim Taubert
2d05f6675e Bug 497543 - Part 5 - Don't capture thumbnails while the page is scrolled; r=dietrich 2012-01-25 22:47:39 +01:00
Tim Taubert
ab1df1d56b merge m-c to fx-team 2012-01-25 17:54:52 +01:00
Gavin Sharp
ef14e8ebe7 Bug 717105 followup: substract process lifetime from timeStamps so that the values are actually useful, r=taras 2012-01-27 12:37:28 -08:00
Paul Rouget
32b5bb970a Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Cedric Vivier
209f19c1d9 Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul 2012-01-26 04:58:00 +01:00
Cedric Vivier
8e4df2ca64 Bug 721350 - Style Editor auto-scroll to the selected style sheet is annoying. r=paul
---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
2012-01-26 05:13:00 +01:00
Henri Sivonen
062b49f277 Bug 358452 - Make the behavior of space, tab, carriage return and line feed in title attribute tooltips HTML5-compliant / IE-compatible. r=dao 2012-01-25 10:59:36 +00:00
Ms2ger
2d51bac031 Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Phil Ringnalda
f3642bac41 Backed out 2e37e7223aa3 (bug 460146) for orange 2012-01-25 21:08:17 -08:00
Maxim Iorsh
571bf44bbe Bug 460146 - CSS3 border-image images should appear in Page Info ? Media. r=db48x 2012-01-25 18:49:23 -08:00
Cedric Vivier
bf5f7a8206 Bug 719021 - Saving an empty new style sheet does not display the file name upon saving. r=paul
---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
2012-01-25 07:59:00 +01:00
Ed Morley
af7edb85eb Merge mozilla-central to mozilla-inbound 2012-01-26 01:48:11 +00:00
Makoto Kato
f2a6aa8a03 Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano 2012-01-26 09:54:26 +09:00
Cedric Vivier
618b34bb4b Bug 720431 - Can't close Style Editor with cmd+w. r=paul 2012-01-25 02:45:00 +01:00
Rogério Gonçalves
b02e38d953 Bug 719850 - Web Console should be checked according to the selected tab. r=dao 2012-01-25 13:42:53 +01:00
Dão Gottwald
50bee72f29 Backed out changeset 1fe477ec35e9 2012-01-25 14:50:27 +01:00
User Rogério Gonçalves
9be93e7446 Bug 719850 - Web Console should be checked according to the selected tab. r=dao 2012-01-25 13:42:53 +01:00
Dão Gottwald
e7c2c097b7 Bug 720981 - Remove element.iQEventData when it's empty. r=ttaubert 2012-01-25 13:40:11 +01:00
Dão Gottwald
e1d8649025 No bug - fix some browser chrome tests that pollute the global scope 2012-01-24 23:08:42 +01:00
Matt Brubeck
ba464afa59 Merge last green changeset from mozilla-inbound to mozilla-central 2012-01-24 10:34:46 -08:00
Tim Taubert
f717b33aec merge fx-team to m-c 2012-01-24 15:05:47 +01:00
Tim Taubert
dbcd0d3bdf Fix backout of bug 455553 2012-01-24 15:04:27 +01:00
Marco Bonardo
b5461ddb2d Merge last green PGO from inbound to central 2012-01-24 13:27:20 +01:00
Murali
12f2e9220d Bug 715877 - JPAKE pairing code is not accessible to accessibility APIs. r=philikon 2012-01-24 03:53:44 -08:00
Simon Montagu
296e01b9a3 Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin 2012-01-24 11:52:05 +02:00
Simon Montagu
cedd72fc8d Remove unused forcedDetector property. Bug 713825, r=bz 2012-01-24 11:52:05 +02:00
Simon Montagu
5881e8809b Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck 2012-01-24 11:52:05 +02:00
Simon Montagu
e756bff57b Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz 2012-01-24 11:52:04 +02:00
Philipp von Weitershausen
60b0468e04 Bug 720601 - Update package manifests after renames and removals. r=fabrice DONTBUILD because NPOTB 2012-01-23 20:37:42 -08:00
Paul Rouget
e06630d1cc Bug 719457 - When the URLs are very long (style editor), the user needs to resize to see the editor. r=jwalker 2012-01-23 18:29:18 +01:00
Paul Rouget
fd74a61734 Bug 715123 - Style Sheet Titles should be moved someplace less confusing in the Style Editor in Vertical Orientation. r=jwalker 2012-01-23 18:11:37 +01:00
Cedric Vivier
1c2445b172 Bug 715892 - In the Style Editor, remove the stylesheet filter. r=dcamp,paul
---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js

---
 browser/devtools/shared/SplitView.jsm              |  116 --------------------
 browser/devtools/styleeditor/styleeditor.xul       |   23 +---
 browser/devtools/styleeditor/test/Makefile.in      |    1 -
 .../test/browser_styleeditor_sv_filter.js          |  101 -----------------
 .../en-US/chrome/browser/devtools/styleeditor.dtd  |   11 --
 5 files changed, 6 insertions(+), 246 deletions(-)
 delete mode 100644 browser/devtools/styleeditor/test/browser_styleeditor_sv_filter.js
2012-01-25 04:02:00 +01:00
Murali
40c2071d82 Bug 714342 - page-proxy-stack should be a <hbox> rather than a <stack>. r=dao 2012-01-23 12:00:12 +01:00
Justin Dolske
faa1a41254 Bug 720288 - Don't do a default browser check in debug builds. r=gavin 2012-01-22 21:07:52 -08:00
Justin Dolske
f4af95a2a5 Bug 714140 - Charlton Company trademark notice can be removed from About dialog. r=gavin 2012-01-22 20:58:19 -08:00
Brian R. Bondy
ebabfeb478 Bug 716045 - "Run As" dialog appears after every Nightly install. r=rstrong 2012-01-22 16:07:58 -05:00
Rob Campbell
4b004e44b9 merge fx-team to m-c 2012-01-21 11:33:53 -04:00
ffxbld
4b9ec5be53 Automated blocklist update from host moz2-linux-slave43 2012-01-21 03:32:54 -08:00