Tim Taubert
|
34f2a13f23
|
merge m-c to fx-team
|
2012-02-04 11:31:07 +01:00 |
Tim Taubert
|
ffc8a188fa
|
merge m-c to fx-team
|
2012-02-04 11:28:09 +01:00 |
Ed Morley
|
e302449899
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-03 16:45:09 +00:00 |
Reuben Morais
|
67b7ab64bb
|
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
|
57c3670934
|
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
|
4b42a47f16
|
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
|
239055141a
|
Bug 720985 - Make some tests stop polluting the global scope
|
2012-02-03 10:13:41 +01:00 |
Tim Taubert
|
2f1b237804
|
Backed out changeset 2b7cea9aa6a3 (bug 722479)
|
2012-02-02 23:19:45 +01:00 |
Panagiotis Koutsourakis
|
9c7dfb9706
|
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
|
6987275d23
|
Backout f66ffefbb697 (bug 715402) for m-oth proprty leaks
|
2012-02-04 15:12:21 +01:00 |
Tim Taubert
|
e0df6b6bba
|
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
|
1c8a23951a
|
Bug 721019 - [Page Thumbnails] Add telemetry probes; r=dietrich
|
2012-02-02 15:50:53 +01:00 |
Jared Wein
|
b0fd45b673
|
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
|
20833ba752
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
Tim Taubert
|
71edb76c65
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
Dão Gottwald
|
1e1d2ead86
|
Bug 720985 - Make some tests stop polluting the global scope
|
2012-02-02 09:56:35 +01:00 |
Dão Gottwald
|
c0ddbabaa0
|
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
|
2012-02-02 09:28:04 +01:00 |
Christian Sonne
|
4cba787483
|
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
|
47f8776950
|
Bug 716538 - [New Tab Page] Set to enabled by default on Nightly; r=jaws
|
2012-02-01 11:46:40 +01:00 |
Tim Taubert
|
28cac4b7d9
|
Bug 707862 - Reset childCount on SHEntry when all children have been removed; r=smaug
|
2012-02-01 11:45:53 +01:00 |
Kyle Huey
|
5fdfb65b6a
|
Bug 563318: Switch to MSVC 2010 on trunk. r=ted
|
2012-01-31 11:38:24 -05:00 |
Gregory Szorc
|
66a020fdaf
|
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
|
2012-01-31 17:22:42 -08:00 |
Marco Bonardo
|
437ed70291
|
Bug 720792 - browser_urlbarAutoFillTrimURLs.js cause can't work with autoFill nonzero delay
|
2012-01-31 12:29:51 +01:00 |
Marco Bonardo
|
b366cdcdcd
|
Bug 720792 (part 1.5) - Disable inline autocomplete till part 2 lands.
|
2012-01-31 11:29:25 +01:00 |
Marco Bonardo
|
7857cfe044
|
Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
|
2012-01-31 11:29:20 +01:00 |
Tim Taubert
|
272182617f
|
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
|
355b10c4c9
|
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
|
c2834860a5
|
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
|
f1e0ed635f
|
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
|
c130a48331
|
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
|
75abcccc49
|
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
|
6b0d3e9093
|
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
|
bd4f2fb9cc
|
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
|
27704e4ab5
|
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
|
f08d97a409
|
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
|
6f8b9464c1
|
Bug 706506 - The debugger refreshes the editor contents on every pause; r=dcamp
|
2012-01-30 17:12:11 +02:00 |
Kyle Huey
|
e3bd9f545e
|
Back out Bug 563318.
|
2012-01-31 16:34:33 -05:00 |
Kyle Huey
|
9a3c22b948
|
Merge m-c to b-s.
|
2012-01-31 14:20:05 -05:00 |
Alex Keybl
|
a4822849fd
|
Bug 700000 - Version bump
|
2012-01-31 10:57:49 -08:00 |
Rail Alieev
|
cacce9c963
|
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
|
11519ebc1f
|
Bug 563318: Switch to MSVC 2010 on trunk. r=ted
|
2012-01-31 11:38:24 -05:00 |
Ed Morley
|
9fed45f55d
|
Merge mozilla-central to mozilla-inbound
|
2012-01-31 12:48:35 +00:00 |
Ed Morley
|
1470e78771
|
Merge mozilla-central to mozilla-inbound
|
2012-01-31 10:59:27 +00:00 |
Makoto Kato
|
cc35a16277
|
Bug 719319 - unnecessary to use additional OS_LIBS for firefox.exe. r=khuey
|
2012-01-31 19:30:20 +09:00 |
Serge Gautherie
|
b75b0751c0
|
Bug 721535. (Av1) Stop packaging dead chardet.xpt. r=smontagu.
|
2012-01-29 11:21:33 +01:00 |
Matthew Noorenberghe
|
e3244ecb61
|
Bug 721265 - Firefox migrator: form history support r=mak
--HG--
extra : rebase_source : 3f7ae6f3934b4edc9aabd6228c23acf487e8b293
|
2012-01-28 13:16:18 -08:00 |
Joe Drew
|
66ec89ae3f
|
Merge mozilla-central to mozilla-inbound.
|
2012-01-28 15:48:23 -05:00 |
Serge Gautherie
|
44966ebb6c
|
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
|
a203aeed35
|
Automated blocklist update from host linux-ix-slave32
|
2012-01-28 03:18:16 -08:00 |
Tim Taubert
|
a0f0cb5e8d
|
merge m-c to fx-team
|
2012-01-28 09:10:04 +01:00 |
Jared Wein
|
66c20edb37
|
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
|
d1efa17de5
|
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
|
f2c7a1ea2b
|
Merge last green changeset from inbound to mozilla-central
|
2012-01-27 08:29:23 -08:00 |
Tim Taubert
|
256ff98bde
|
merge m-c to fx-team
|
2012-01-27 11:21:18 +01:00 |
Gregory Szorc
|
9f7ac8b038
|
Merge mozilla-central into services-central
|
2012-01-26 17:11:45 -08:00 |
Tim Taubert
|
4992844a9e
|
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
|
2ef8722c59
|
Backed out changeset 34157f4059ba (bug 455553)
|
2012-01-26 18:27:58 +01:00 |
Tim Taubert
|
1a5826d37b
|
Backed out changeset 3f30da5d0bc3 (bug 455553)
|
2012-01-26 18:27:54 +01:00 |
Tim Taubert
|
6210f83731
|
Backed out changeset 746adaa9c9da (bug 455553)
|
2012-01-26 18:27:49 +01:00 |
Tim Taubert
|
8059d2926a
|
Backed out changeset 95143a881557 (bug 455553)
|
2012-01-26 18:27:45 +01:00 |
Tim Taubert
|
512bd50120
|
Backed out changeset 38eda0c8b0fd (bug 455553)
|
2012-01-26 18:27:41 +01:00 |
Tim Taubert
|
c54342edf5
|
Backed out changeset 7f44427086f7 (bug 717110)
|
2012-01-26 18:27:37 +01:00 |
Tim Taubert
|
fd20bf14d3
|
Backed out changeset 74b125f29e23 (bug 717492)
|
2012-01-26 18:27:33 +01:00 |
Tim Taubert
|
b1397f2bfe
|
Backed out changeset bff640abf40c (bug 715710)
|
2012-01-26 18:27:29 +01:00 |
Tim Taubert
|
e93f5dfbff
|
merge fx-team to m-c
|
2012-01-26 15:17:01 +01:00 |
Marco Bonardo
|
ffa17360a5
|
Merge last green PGO from inbound to central
|
2012-01-26 12:58:39 +01:00 |
Tim Taubert
|
f1c4e5aabe
|
Bug 716855 - [Page Thumbnails] Screenshots should contain the the top-left corner; r=dietrich
|
2012-01-26 11:35:24 +01:00 |
Tim Taubert
|
edb9ba7ee6
|
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
|
2b7a23c080
|
merge fx-team to m-c
|
2012-01-26 08:45:50 +01:00 |
Tim Taubert
|
e82d020767
|
merge fx-team to m-c
|
2012-01-26 08:36:07 +01:00 |
Ed Morley
|
38ce873b08
|
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)
|
4ca07b8e14
|
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
|
ebbc2b1777
|
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
|
36d29afe45
|
Bug 717110 - [New Tab Page] Tooltips should be added to page thumbnails; r=dao
|
2012-01-25 23:45:16 +01:00 |
Tim Taubert
|
e0ee63045e
|
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
|
2012-01-25 23:44:41 +01:00 |
Tim Taubert
|
2d8effda7e
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-25 23:44:27 +01:00 |
Tim Taubert
|
ea80ee7eb8
|
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
|
2012-01-25 23:43:27 +01:00 |
Tim Taubert
|
a28b3c7805
|
Bug 455553 - Part 2 - Assets / CSS / Images; r=dao
|
2012-01-25 23:42:15 +01:00 |
Tim Taubert
|
d2a36e7226
|
Bug 455553 - Part 1 - XUL/HTML Page and Scripts; r=blair,dietrich
|
2012-01-25 23:40:18 +01:00 |
Tim Taubert
|
86c5dfed1c
|
Bug 497543 - Part 6 - Don't capture thumbnails for SVG/XML documents; r=dietrich
|
2012-01-25 22:47:39 +01:00 |
Tim Taubert
|
da5b11be93
|
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
|
abec786e98
|
merge m-c to fx-team
|
2012-01-25 17:54:52 +01:00 |
Gavin Sharp
|
cb518d5e49
|
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
|
7ee8891a27
|
Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan
|
2012-01-25 16:09:11 +01:00 |
Cedric Vivier
|
a56db13aa9
|
Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul
|
2012-01-26 04:58:00 +01:00 |
Cedric Vivier
|
0173ef8690
|
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
|
77bda48bf8
|
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
|
97967af56e
|
Merge m-c to m-i.
|
2012-01-25 11:06:40 +01:00 |
Phil Ringnalda
|
7687477d87
|
Backed out 2e37e7223aa3 (bug 460146) for orange
|
2012-01-25 21:08:17 -08:00 |
Maxim Iorsh
|
07bc1ca8b1
|
Bug 460146 - CSS3 border-image images should appear in Page Info ? Media. r=db48x
|
2012-01-25 18:49:23 -08:00 |
Cedric Vivier
|
8ccf48d2f8
|
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
|
a7cc927633
|
Merge mozilla-central to mozilla-inbound
|
2012-01-26 01:48:11 +00:00 |
Makoto Kato
|
badc27c6a0
|
Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano
|
2012-01-26 09:54:26 +09:00 |
Cedric Vivier
|
fa75301a17
|
Bug 720431 - Can't close Style Editor with cmd+w. r=paul
|
2012-01-25 02:45:00 +01:00 |
Rogério Gonçalves
|
80d7512dee
|
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
|
6bbf7d8a6e
|
Backed out changeset 1fe477ec35e9
|
2012-01-25 14:50:27 +01:00 |
User Rogério Gonçalves
|
22ac193955
|
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
|
8cb8e069cb
|
Bug 720981 - Remove element.iQEventData when it's empty. r=ttaubert
|
2012-01-25 13:40:11 +01:00 |
Dão Gottwald
|
09e6731932
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-24 23:08:42 +01:00 |
Matt Brubeck
|
7a066fff8d
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2012-01-24 10:34:46 -08:00 |
Tim Taubert
|
88a828f072
|
merge fx-team to m-c
|
2012-01-24 15:05:47 +01:00 |
Tim Taubert
|
c12b3ac2b2
|
Fix backout of bug 455553
|
2012-01-24 15:04:27 +01:00 |
Marco Bonardo
|
9cd7f532f6
|
Merge last green PGO from inbound to central
|
2012-01-24 13:27:20 +01:00 |
Murali
|
89f063f6a4
|
Bug 715877 - JPAKE pairing code is not accessible to accessibility APIs. r=philikon
|
2012-01-24 03:53:44 -08:00 |
Simon Montagu
|
d7c7ea501c
|
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
b94da4bbfd
|
Remove unused forcedDetector property. Bug 713825, r=bz
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
01326f327c
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
Simon Montagu
|
6055067770
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
Philipp von Weitershausen
|
f76d8f2dd3
|
Bug 720601 - Update package manifests after renames and removals. r=fabrice DONTBUILD because NPOTB
|
2012-01-23 20:37:42 -08:00 |
Paul Rouget
|
78da8aea82
|
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
|
2a36f4c924
|
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
|
064a82217b
|
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
|
31b85766bd
|
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
|
0cf224c75f
|
Bug 720288 - Don't do a default browser check in debug builds. r=gavin
|
2012-01-22 21:07:52 -08:00 |
Justin Dolske
|
d505781895
|
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
|
c4b52a0429
|
Bug 716045 - "Run As" dialog appears after every Nightly install. r=rstrong
|
2012-01-22 16:07:58 -05:00 |
Rob Campbell
|
3dc16ca78c
|
merge fx-team to m-c
|
2012-01-21 11:33:53 -04:00 |
ffxbld
|
0ad4dc830c
|
Automated blocklist update from host moz2-linux-slave43
|
2012-01-21 03:32:54 -08:00 |
Ed Morley
|
23deb13da3
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-21 02:31:32 +00:00 |
Dave Camp
|
1aafc6e211
|
Bug 719934: Disable GCLI by default. r=robcee
|
2012-01-20 12:29:04 -08:00 |
Paul Rouget
|
bd40a20e09
|
Bug 719783 - In the Rule View, pressing Escape close the whole Inspector. r=dcamp
|
2012-01-20 16:36:35 +01:00 |
Paul Rouget
|
621891b1df
|
Bug 719933 - In the Inspector, the arrowkeys shortcuts should be used only when the higlighter or the toolbar are focused. r=rcampbell
|
2012-01-24 19:56:47 +01:00 |
Cedric Vivier
|
028ff8a509
|
Bug 713612 - add closing curly bracket to avoid disrupting the rest of the CSS. r=rcampbell
|
2012-01-25 03:04:00 +01:00 |
Paul Rouget
|
7e8b7257e8
|
Bug 719022 - Digits-only file names get .css prefixed in front of postfixed. r=jwalker
|
2012-01-23 20:26:03 +01:00 |
Alex Lakatos
|
71b481fd13
|
Bug 719028 - Style Editor does not highlight a few CSS2.0 and CSS3 properties. r=msucan
|
2012-01-22 01:11:28 +02:00 |
Dão Gottwald
|
fcb73495b2
|
No bug - fix some browser chrome tests that pollute the global scope
|
2012-01-20 16:21:46 +01:00 |
Tim Taubert
|
5559273159
|
merge m-c to fx-team
|
2012-01-20 14:33:44 +01:00 |
Victor Porof
|
62c03e2e9b
|
Bug 719732 - /*global */ comments in Tilt's codebase add more confusion than help; r=rcampbell
|
2012-01-20 13:53:31 +02:00 |
Jon Buckley
|
70e8c9bde5
|
Bug 716397. Fix mozglue package warning on Linux. f=sgautherie r=khuey.
|
2012-01-20 12:49:23 +01:00 |
Victor Porof
|
a5a3b1aa44
|
Bug 719731 - Get rid of window mediator's getMostRecentBrowserWindow across Tilt codebase; r=rcampbell
|
2012-01-20 13:36:48 +02:00 |
Tim Taubert
|
5eb2a57b6c
|
Backed out changeset 9883a9f66cf0 (bug 497543)
|
2012-01-20 12:07:56 +01:00 |
Tim Taubert
|
29a51f5cba
|
Backed out changeset cc55d047eff9 (bug 497543)
|
2012-01-20 12:07:52 +01:00 |
Tim Taubert
|
f3fe0121e4
|
Backed out changeset 13e27937167b (bug 497543)
|
2012-01-20 12:07:47 +01:00 |
Tim Taubert
|
0d92f20e4f
|
Backed out changeset f38769f877d6 (bug 497543)
|
2012-01-20 12:07:43 +01:00 |
Tim Taubert
|
3ac4f4c0cd
|
Backed out changeset 27a45008fc12 (bug 455553)
|
2012-01-20 12:07:39 +01:00 |
Tim Taubert
|
8a30098a82
|
Backed out changeset ce8a25a34c2a (bug 455553)
|
2012-01-20 12:07:34 +01:00 |
Tim Taubert
|
9380a6ccfb
|
Backed out changeset 6fd9a7eb3b01 (bug 455553)
|
2012-01-20 12:07:30 +01:00 |
Tim Taubert
|
682bf6b6d9
|
Backed out changeset 34e078df2ed6 (bug 455553)
|
2012-01-20 12:07:25 +01:00 |
Tim Taubert
|
71ac81593f
|
Backed out changeset c389d719d4ec (bug 455553)
|
2012-01-20 12:07:20 +01:00 |
Tim Taubert
|
41766d6b92
|
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
|
2012-01-20 02:43:20 +01:00 |
Tim Taubert
|
6aa1de4ea5
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-20 02:43:20 +01:00 |
Tim Taubert
|
8d07f57696
|
Bug 455553 - Part 3 - about:newtab integration; r=gavin
|
2012-01-20 02:42:18 +01:00 |
Tim Taubert
|
bddb5fc8fb
|
Bug 455553 - Part 2 - Assets / CSS / Images; r=dao
|
2012-01-20 02:41:34 +01:00 |
Tim Taubert
|
d773a16edd
|
Bug 455553 - Part 1 - XUL/HTML Page and Scripts; r=blair,dietrich
|
2012-01-20 02:41:01 +01:00 |
Ed Morley
|
8d1a437786
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-20 01:24:13 +00:00 |
Tim Taubert
|
65dba48df0
|
merge m-c to fx-team
|
2012-01-20 00:23:23 +01:00 |
Matt Brubeck
|
f26465597e
|
Merge last green changeset from inbound to mozilla-central
|
2012-01-19 10:37:48 -08:00 |
Victor Porof
|
50995502c6
|
Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell
|
2012-01-19 17:13:08 +02:00 |
Victor Porof
|
2185ebce84
|
Bug 718973 - It would be nice to have more Tilt notifications; r=rcampbell
|
2012-01-19 17:48:22 +02:00 |
Joe Walker
|
3490516164
|
Bug 693269 - Ensure jstermhelpers work in JS mode in GCLI; r=dcamp,msucan
|
2012-01-27 18:24:57 +00:00 |
Joe Walker
|
257a8928f5
|
Bug 704918 - GCLI 'console clear' doesn't clear everything in the console; r=dcamp
|
2012-01-27 18:24:52 +00:00 |
Tim Taubert
|
0f06454936
|
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
|
16d473769a
|
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
|
96cf5d2499
|
Bug 717110 - [New Tab Page] Tooltips should be added to page thumbnails; r=dao
|
2012-01-25 23:45:16 +01:00 |
Tim Taubert
|
39baaa468e
|
Bug 721413 - [New Tab Page] Load links lazily when opening a new tab; r=mak
|
2012-01-27 14:55:03 +01:00 |
Tim Taubert
|
bad9bc840c
|
Bug 455553 - Part 5 - New Tab Page tests and test suite; r=dietrich
|
2012-01-25 23:44:41 +01:00 |
Tim Taubert
|
10b2203821
|
Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich
|
2012-01-25 23:44:27 +01:00 |
Tim Taubert
|
3034f95b20
|
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
|
2012-01-25 23:43:27 +01:00 |
Tim Taubert
|
398f6dd2f0
|
Bug 455553 - Part 2 - Assets / CSS / Images; r=dao
|
2012-01-25 23:42:15 +01:00 |
Tim Taubert
|
383d0c64c5
|
Bug 455553 - Part 1 - XUL/HTML Page and Scripts; r=blair,dietrich
|
2012-01-25 23:40:18 +01:00 |
Joe Walker
|
e917b7526e
|
Bug 718431 - WebConsole doesn't show the warning icons on warning and errors; r=paul,dão
|
2012-01-27 13:42:06 +00:00 |
Joe Walker
|
ca1fa6d6a7
|
Bug 719292 - Error: hud.jsterm is null in resource:///modules/HUDService.jsm:2074; r=msucan
|
2012-01-27 13:42:05 +00:00 |
Joe Walker
|
e09959b687
|
Bug 697043 - GCLI's inspect command should use an overlay rather than direct node manipulation; r=dcamp
|
2012-01-27 13:42:05 +00:00 |
Joe Walker
|
2ed39b8124
|
Bug 717425 - GCLI forms should 'submit' when ENTER is pressed; r=dcamp
|
2012-01-27 13:42:05 +00:00 |
Tim Taubert
|
3b0ecc8291
|
Bug 721422 - [Page Thumbs] Re-enable tests and make them work with URI_DANGEROUS_TO_LOAD; r=dietrich
|
2012-01-27 11:22:35 +01:00 |
Tim Taubert
|
db0eb77c87
|
Fix backout of bug 455553
|
2012-01-27 11:22:35 +01:00 |
Tim Taubert
|
9a921d766f
|
Bug 497543 - Part 4 - Tests and test suite; r=dietrich
|
2012-01-19 16:01:43 +01:00 |
Tim Taubert
|
e72129d811
|
Bug 497543 - Part 3 - Browser integration; r=dao
|
2012-01-19 16:01:43 +01:00 |
Tim Taubert
|
0d860f8fe8
|
Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak
|
2012-01-19 16:01:42 +01:00 |
Tim Taubert
|
47b3ec795e
|
Bug 497543 - Part 1 - JavaScript Module; r=dietrich
|
2012-01-19 16:01:42 +01:00 |
Robert Kaiser
|
c679b9cfa2
|
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - nits, r=gavin
|
2012-01-19 13:39:44 +01:00 |
Robert Kaiser
|
0c8ab943c0
|
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve onSelect, r=gavin
|
2012-01-19 13:39:44 +01:00 |
Robert Kaiser
|
9552ef6050
|
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve _cloneEngine, r=gavin
|
2012-01-19 13:39:44 +01:00 |
Robert Kaiser
|
fe28079c5d
|
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve observer, r=gavin
|
2012-01-19 13:39:44 +01:00 |
Robert Kaiser
|
668f4e04e2
|
bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - use Services.jsm, r=gavin
|
2012-01-19 13:39:44 +01:00 |
Marco Bonardo
|
432bcfeab6
|
Bug 711503 - Don't trim url when inline autocomplete inserts text.
r=gavin
|
2012-01-19 12:31:27 +01:00 |
Michael Ventnor
|
5c706d5982
|
Bug 566489 - Enable inline autocomplete again, but make it smarter.
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
|
2012-01-19 12:31:24 +01:00 |
Tim Taubert
|
55aff2dc60
|
merge m-c to fx-team
|
2012-01-19 12:10:03 +01:00 |
Marco Bonardo
|
0a2d0989df
|
Merge central to inbound
|
2012-01-19 11:36:52 +01:00 |
Marco Bonardo
|
37527a686e
|
Merge last green PGO from inbound to central
|
2012-01-19 11:34:17 +01:00 |
Edmund Wong
|
7f9e10b436
|
Bug 717491 - Removed bin/components/proxyObject.xpt from package-manifest.in. r=ted
|
2012-01-19 15:12:25 +08:00 |
Gavin Sharp
|
23d5436b0a
|
Bug 719254: rename nsBrowserGlue's onBrowserStartup to something more descriptive of what it actually represents (windows have been restored), r=dao
|
2012-01-18 15:25:05 -08:00 |
Dão Gottwald
|
b5d3fefacd
|
Bug 714594 - Don't list app tabs in the all tabs menu. r=mak ui-r=boriss
--HG--
extra : rebase_source : 462d500d1f44f637bb30eb7c29d0e444e221964f
|
2012-01-24 01:39:49 +01:00 |
Dão Gottwald
|
0822b0d798
|
Bug 485237 - Use \!toolbar.visible instead of the chromehidden attribute existence to identify popups. r=gavin
--HG--
extra : rebase_source : e5a18e5dca37e8ce3a0b5c832b376787d269b310
|
2012-01-24 01:37:54 +01:00 |
Serge Gautherie
|
b17a90f1d9
|
Bug 694353. (Av2-FF) Stop explicitly packaging NSS .chk files which are now created in the staging directory directly, Reorder PSM files. r=ted.mielczarek.
|
2012-01-18 21:25:28 +01:00 |
Matt Brubeck
|
38804d62a5
|
Bug 575830 - Image zoom is reset when switching tabs [r=gavin]
|
2012-01-18 16:01:19 -08:00 |
Tim Taubert
|
8bd837a1d3
|
merge m-c to fx-team
|
2012-01-18 13:22:22 +01:00 |
Frank Yan
|
e09f9f2450
|
No bug - Fix typo in comment in /browser/base/test/Makefile.in. a=comment
|
2012-01-18 03:44:49 -08:00 |
Frank Yan
|
be32876a4a
|
Bug 593645 - Use popup.triggerNode for tab context menu - tests. r=dao
|
2012-01-18 03:55:23 -08:00 |
Mounir Lamouri
|
44338f1d30
|
Merge m-i into m-c.
|
2012-01-18 11:28:32 +01:00 |
Frank Yan
|
d2fec41076
|
Bug 593645 - Use popup.triggerNode for tab context menu. r=dao
|
2012-01-17 21:48:22 -08:00 |
Steven Michaud
|
f2bfc44f65
|
Bug 714951 - [Mac] Aurora and Nightly icons incorrectly positioned in mounted DMG image's finder window. r=gavin
|
2012-01-23 16:18:26 -06:00 |
Matt Brubeck
|
d3d7a1e0a6
|
Merge mozilla-central and mozilla-inbound
|
2012-01-19 11:13:07 -08:00 |
Fabrice Desré
|
e6224d2944
|
Bug 717975: only expose m-c implementation of navigator.mozApps on b2g : followup [r=jst]
|
2012-01-19 09:27:40 -08:00 |
Joe Drew
|
22a03a1b76
|
Merge last fully green rev of mozilla-inbound to m-c.
|
2012-01-17 16:55:54 -05:00 |
Richard Newman
|
d8c421b577
|
Merge m-c to s-c.
|
2012-01-17 11:05:57 -08:00 |
Tobias Markus
|
0f226a7c32
|
Bug 707650 - Remove extra slash character from web console test uris; r=rcampbell
|
2012-01-17 15:04:23 +01:00 |
Rob Campbell
|
30a1c86e2a
|
backout rev f96d6dd51d6c from bug Bug 708613; a=orange
|
2012-01-19 14:07:41 -04:00 |
Rob Campbell
|
6431ac1145
|
merge because ttaubert; a=#fx-team
|
2012-01-19 11:06:34 -04:00 |
Tim Taubert
|
ff55bbb2c7
|
Bug 497543 - Part 4 - Tests and test suite; r=dietrich
|
2012-01-19 16:01:43 +01:00 |
Tim Taubert
|
fbe919b61b
|
Bug 497543 - Part 3 - Browser integration; r=dao
|
2012-01-19 16:01:43 +01:00 |
Tim Taubert
|
eb79c4c87b
|
Bug 497543 - Part 2 - moz-page-thumb:// Protocol and Channel; r=mak
|
2012-01-19 16:01:42 +01:00 |
Tim Taubert
|
5831fad834
|
Bug 497543 - Part 1 - JavaScript Module; r=dietrich
|
2012-01-19 16:01:42 +01:00 |
Tim Taubert
|
2aa1f0fb42
|
merge m-c to fx-team
|
2012-01-17 13:22:31 +01:00 |
Victor Porof
|
6b8c53c2f8
|
Bug 715163 - Mouse click + drag causing Tilt to Translate instead of Rotate on First Open; r=rcampbell
|
2012-01-17 12:31:21 +02:00 |
Victor Porof
|
7680bb9343
|
Bug 718425 - Make all Tilt animations less choppy; r=rcampbell
|
2012-01-19 16:42:02 +02:00 |
Justin Wood
|
965826891d
|
Merge last green PGO from inbound to mozilla-central
|
2012-01-16 22:27:53 -05:00 |
Mihai Sucan
|
1f22704ce5
|
Bug 714942 - Implement minimal UI for Jump to line in the Source Editor. r=rcampbell
|
2012-01-16 13:59:39 +02:00 |
Mihai Sucan
|
f2c52c371a
|
Bug 650345 - Implement minimal UI for Find in the Source Editor. r=rcampbell
|
2012-01-16 18:51:44 +02:00 |
Tim Taubert
|
94e16d470e
|
merge m-c to fx-team
|
2012-01-16 11:20:19 +01:00 |
Victor Porof
|
0dbd753202
|
Bug 718303 - Tilt intro and outro transitions aren't very precise when page is zoomed; r=rcampbell
|
2012-01-16 09:00:57 +02:00 |
Victor Porof
|
7fd5a8d952
|
Bug 715647 - I want to be able to remove nodes from the Tilt view; r=rcampbell
|
2012-01-25 10:04:15 +02:00 |
Paul Rouget
|
b39e8fe45b
|
Bug 718259 - Remove the resizer button in the Inspector Toolbar; r=rcampbell,dao; ui-r=shorlander
|
2012-01-15 07:25:45 +01:00 |
Victor Porof
|
a3390921c9
|
Bug 718281 - Hide Tilt outro transition in a pref; r=rcampbell
|
2012-01-16 09:00:57 +02:00 |
Victor Porof
|
8b15781bd3
|
Bug 712096 - Exiting 3D (Tilt) mode of the developer tools should show a transition back to a flat page; r=rcampbell
|
2012-01-16 09:00:56 +02:00 |
Victor Porof
|
0e5a9fda69
|
Bug 715518 - WASD controls don't work in 3D view if typeaheadfind is active; r=rcampbell
|
2012-01-16 09:00:56 +02:00 |
Victor Porof
|
9f16cb5df8
|
Bug 712029 - Implement a way to reset the modelview matrix in Tilt; r=rcampbell
|
2012-01-16 01:56:06 +02:00 |
Dão Gottwald
|
c7b20b958d
|
Bug 716271 - Add "Tabs From Other Computers" to the Firefox button's History menu. r=dietrich
|
2012-01-14 12:28:45 +01:00 |
Marco Bonardo
|
5acdef53c1
|
Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central
|
2012-01-14 10:01:34 +01:00 |
Paul Rouget
|
d59e1aa750
|
Bug 566092 - Inspector highlight doesn't handle reflows correctly; r=rcampbell
|
2012-01-14 06:58:08 +01:00 |
Dao Gottwald
|
706992fd3b
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
Paul Rouget
|
8149d0c6f5
|
Bug 712223 - [highlighter] Breadcrumbs bar doesn't always have the same size on Windows and Linux. r=dao r=jwalker
|
2012-01-14 06:08:29 +01:00 |
Jared Wein
|
c3725ef355
|
Bug 198964 - Enable smooth scrolling by default. r=gavin
|
2012-01-13 16:26:34 -08:00 |
Gregory Szorc
|
2388a58761
|
Merge m-c to s-c
|
2012-01-13 14:41:44 -08:00 |
Dave Camp
|
8f44198d78
|
Bug 706886 - Line-through disappears after editing overridden rule in style inspector; f=rcampbell; r=joewalker
|
2012-01-13 13:05:49 -05:00 |
Victor Porof
|
9001f693a7
|
Bug 712868 - tilt does not honour webgl.force-enabled preference. r=bjacob,msucan
|
2012-01-13 15:27:12 +02:00 |
Tim Taubert
|
97476878ea
|
merge m-c to fx-team
|
2012-01-13 11:40:59 +01:00 |
Felix Fung
|
6b2098fe3a
|
Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x
|
2012-01-26 16:10:00 -05:00 |
Paul O’Shannessy
|
9cf5e89521
|
Bug 482975 - browser_477657.js is unreliable (orange) [r=gavin]
|
2012-01-26 11:04:22 -08:00 |
Tim Taubert
|
e594afa94b
|
merge m-c to fx-team
|
2012-01-12 21:26:09 +01:00 |
Dão Gottwald
|
00ef7f2537
|
Bug 717191 - browser_scratchpad_bug690552_display_outputs_errors.js leaks the scratchpad window. r=rcampbell
|
2012-01-12 11:35:35 +01:00 |
Joe Walker
|
6cc518c27c
|
Bug 706230 - GCLI should have a jump-to-scratchpad feature; r=dcamp,dao
|
2012-01-12 10:12:18 +00:00 |
Joe Walker
|
77b1e2b49d
|
Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing; r=dao
|
2012-01-12 09:57:07 +00:00 |
Joe Walker
|
75595eb7ba
|
Bug 715501 - GCLI should be built with the latest version of dryice; r=dcamp
|
2012-01-12 09:57:07 +00:00 |
Joe Walker
|
1557211bf7
|
Bug 717598 - Backout changeset 05f3cb:13e49 missing reviewer from comment, a=robcee
|
2012-01-12 15:09:07 +00:00 |
Joe Walker
|
e7772592ef
|
Bug 706230 - GCLI should have a jump-to-scratchpad feature
|
2012-01-12 10:12:18 +00:00 |
Joe Walker
|
a4284e3fc4
|
Bug 711368 - gcli.css uses both box-sizing and -moz-box-sizing
|
2012-01-12 09:57:07 +00:00 |
Joe Walker
|
00bc087960
|
Bug 715501 - GCLI should be built with the latest version of dryice
|
2012-01-12 09:57:07 +00:00 |
Richard Newman
|
d18109582c
|
Merge m-c to s-c.
|
2012-01-11 13:44:50 -08:00 |
Paul O’Shannessy
|
2d1a9edfb0
|
Bug 717030 - Cancel fullscreen animation when entering dom fullscreen [r=dao]
|
2012-01-11 11:16:52 -08:00 |
Paul O’Shannessy
|
39695474b7
|
Bug 714083 - Update app.support.baseURL to point to support.mozilla.org [r=gavin]
|
2012-01-11 11:16:42 -08:00 |
Ed Morley
|
13a0a7914c
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2012-01-11 17:01:05 +00:00 |
Benjamin Smedberg
|
f85430f5f5
|
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
|
2012-01-11 11:28:21 -05:00 |
Mihai Sucan
|
93268df253
|
Bug 611032 - Errors from before the Web Console is opened do not show. r=gavin.sharp,rcampbell f=rcampbell
--HG--
rename : browser/devtools/webconsole/test/browser_ConsoleAPICachedMessages.js => browser/devtools/webconsole/test/browser_cached_messages.js
|
2012-01-11 12:51:49 +02:00 |
Richard Newman
|
081f1c4ab9
|
Merge m-c to s-c.
|
2012-01-10 19:09:45 -08:00 |
Ed Morley
|
e0e562f3ef
|
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
|
2012-01-11 02:39:31 +00:00 |
Tim Taubert
|
3db0bf686e
|
merge m-c to fx-team
|
2012-01-10 23:41:18 +01:00 |
Richard Newman
|
ef1c4cc14f
|
Merge m-c to s-c.
|
2012-01-10 09:03:52 -08:00 |
Dão Gottwald
|
7edf43681a
|
Bug 716692 - browser.js needs to stop observing browser.tabs.onTop when the browser window is closed. r=gavin
|
2012-01-10 10:13:26 +01:00 |
Brian R. Bondy
|
31eab55910
|
Bug 716473 - Simplify Mozilla Maintenance Service uninstaller. r=rstrong
|
2012-01-17 19:38:26 -05:00 |