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

1111 Коммитов

Автор SHA1 Сообщение Дата
Felipe Gomes fabaf400d8 Bug 731541. Implement webapp installer for Windows. r=bbondy a=blassey 2012-04-18 15:17:54 -07:00
Felipe Gomes 563c3b183f bug 739636 - implement webapp installer for Mac OS X; r=mstange 2012-04-17 07:17:23 -07:00
Felipe Gomes 11600ee833 Bug 740957. Webapp installer doorhanger should show a standard icon instead of the app-specified icon. r=dao 2012-04-12 18:11:37 -07:00
Marco Bonardo 3b4530759b Bug 737841 - Part 3: remove no more useful redirectsMode query option.
r=dietrich rs=gavin

--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
Gavin Sharp 14d06b5477 Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn
--HG--
extra : transplant_source : %F0G%AD%A1%89%C6%93%BB%CB/t%9E%DE%14%E9%7D2%91%EFF
2012-03-23 16:27:54 -07:00
Gavin Sharp 9005b231bb Bug 736878: also re-set default engine name when user opts in to search re-set, r=fryn
--HG--
extra : transplant_source : %01%0C%7F%F6%98%97%AF%E8%869s%F9%8F%22Rh%16%112%B3
2012-03-19 17:24:31 -07:00
Tim Taubert db90962883 Bug 735987 - [New Tab Page] Dropping blocked links onto the grid again should unblock them; r=dietrich 2012-03-16 09:00:18 +01:00
Tim Taubert c1f2d00717 Bug 735574 - Extremely frequent leak of 1 BackstagePass, 2 Mutex, 9 ProxyListener coming from fx-team; r=dietrich 2012-03-15 23:28:22 +01:00
Fabrice Desré 7d52a85dde Bug 697006 - Add desktop support for the Open Web Apps API - Part 2 : UI [r=gavin] 2012-03-12 17:33:10 -07:00
Gavin Sharp c7ed634880 Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi
--HG--
extra : transplant_source : F%5E%C6ge%1B%5B%14%0C%20%C4%C7%82%DA%D9%96%C0%86%A5%C6
2012-02-22 16:35:56 -08:00
Tim Taubert 82a717a752 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Tim Taubert a8bc51ac93 Backed out changeset ad37c208588d (bug 722273) 2012-03-06 11:05:58 +01:00
Tim Taubert 928eebd249 Bug 722273 - [New Tab Page] clear internal links cache on 'browser:purge-session-history'; r=dietrich 2012-03-05 20:59:56 +01:00
Geoff Lankow 8c5fdd1d03 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
Tim Taubert e952c55717 Bug 725668 - [New Tab Page] Typo in NewTabUtils.jsm - undefined variable; r=dao 2012-02-09 17:41:11 +01:00
Dão Gottwald fd612d89f0 Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich 2012-02-05 21:22:57 +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
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
Joe Drew 66ec89ae3f Merge mozilla-central to mozilla-inbound. 2012-01-28 15:48:23 -05: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
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 10b2203821 Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-25 23:44:27 +01:00
Tim Taubert 8059d2926a Backed out changeset 95143a881557 (bug 455553) 2012-01-26 18:27:45 +01:00
Tim Taubert 2d8effda7e Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-25 23:44:27 +01:00
Gavin Sharp 4211f48877 Bug 717105: add TelemetryTimestamps module to collect arbitrary timestamps with telemetry, and start using it for browser startup and sessionstore, r=zpao, r=taras 2012-01-10 16:19:06 -08:00
Tim Taubert 5eb2a57b6c Backed out changeset 9883a9f66cf0 (bug 497543) 2012-01-20 12:07:56 +01:00
Tim Taubert 682bf6b6d9 Backed out changeset 34e078df2ed6 (bug 455553) 2012-01-20 12:07:25 +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 5831fad834 Bug 497543 - Part 1 - JavaScript Module; r=dietrich 2012-01-19 16:01:42 +01:00
Michal Novotny 9776ec5e71 Bug 538588 - Split offline storage into http and offline cache in advanced network preferences dialog 2011-12-16 23:36:09 +01:00
Gavin Sharp b97455bfb6 Bug 699575: move browser modules to browser/modules, r=dao
--HG--
rename : browser/base/Makefile.in => browser/modules/Makefile.in
rename : browser/base/content/NetworkPrioritizer.jsm => browser/modules/NetworkPrioritizer.jsm
rename : browser/components/wintaskbar/WindowsJumpLists.jsm => browser/modules/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/WindowsPreviewPerTab.jsm => browser/modules/WindowsPreviewPerTab.jsm
rename : browser/base/content/openLocationLastURL.jsm => browser/modules/openLocationLastURL.jsm
rename : browser/base/content/test/browser_NetworkPrioritizer.js => browser/modules/test/browser_NetworkPrioritizer.js
rename : browser/components/wintaskbar/test/browser_taskbar_preview.js => browser/modules/test/browser_taskbar_preview.js
extra : rebase_source : ed09dfa7b304836be75fbf6efd035efa3a95de28
2011-10-27 15:48:53 -07:00
Ryan Flint 67370d4975 Remove unused sanitizer module. r+sr+ui-r+a=mconnor 2009-04-17 02:26:37 -04:00
Doug Turner 441451be3c Bug 487467. Support for a Network Geolocation Provider.
Browser bits for sanitizing.  r=gavin
Mochitest. r=ctalbert
Dom bits. r/sr=jst
Provider component. r=gavin, sr=jst
2009-04-14 09:10:20 -07:00
Ehsan Akhgari 4f803cdd28 Bug 469158 - Remove the 'privacy.sanitize.promptOnSanitize' preference; r=gavin ui-r=beltzner 2009-01-02 03:30:49 +03:30
Magnus Melin 66633e7b81 Bug 458464: remove unused Distribution.jsm. r=gavin 2008-10-12 18:23:18 +03:00
Gavin Sharp bfe8fbcd61 Bug 446274: make sure to properly enable the 'clear history' menu option if there is search bar state to clear, r=dao 2008-09-15 09:21:28 -04:00
mattwillis@gmail.com 57282c5e42 Bug 422161 - Fix JS strict errors in *.jsm modules. r and rs=gavin, a1.9+=damons 2008-03-12 14:56:59 -07:00
dolske@mozilla.com 3cc6dae42a Bug 410042 - Clear Private Data can trigger master password prompt. r=gavin, a1.9=mconnor 2007-12-31 19:16:51 -08:00
reed@reedloden.com 8fa16782fc Bug 398894 - "[linux] Firefox prints sanitizing history exception from sanitize.js to console" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a=blocking-firefox3+] 2007-10-09 22:17:11 -07:00
reed@reedloden.com f1ebd839f7 Bug 397196 - "Clear private data does not clear last URL of Open Web Location dialog" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a1.9=mconnor] 2007-10-09 22:16:43 -07:00
asqueella@gmail.com 675b0e3ded Bug 394349 - use textbox.editor.transactionManager.clear() instead of textbox.editor.enableUndo(true/false) p=Ryan Jones <sciguyryan@gmail.com> r=gavin 2007-10-02 20:35:37 -07:00
thunder@mozilla.com 3eef98dc79 Bug 392501: Parse distribution.ini at startup. r=bsmedberg, a=mconnor 2007-10-02 20:35:37 -07:00
gavin@gavinsharp.com 660d280b1e Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-10-02 20:35:36 -07:00
enndeakin@sympatico.ca 665821c529 Bug 352704, clear DOM storage when clearing cookies, r=mconnor,jst, sr=dveditz 2007-10-02 20:35:35 -07:00
gavin@gavinsharp.com 8f958cf715 Bug 350675: fix the searchbar's value setter to behave correctly (gray text was being removed incorrectly, setting to a non-empty value didn't remove the gray styling), r=mano 2007-10-02 20:35:34 -07:00
gavin@gavinsharp.com e3584e84ab Bug 347231: "Clear Private Data" doesn't always clear Error Console even though configured to clear history, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor 2007-10-02 20:35:33 -07:00
bryner@brianryner.com 869ff5b4c7 Fix for clearing saved form data using Clear Private Data (bug 333591). Patch by pamg, r+b181=me 2007-10-02 20:35:32 -07:00
benjamin@smedbergs.us fcb9bdf29b Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2007-10-02 20:35:31 -07:00
gavin@gavinsharp.com 90ab5eb059 Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2007-10-02 20:35:30 -07:00
bryner@brianryner.com f2a415eaa2 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2007-10-02 20:35:29 -07:00
darin@meer.net a4bfe513be fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser 2007-10-02 20:35:28 -07:00
mozilla.mano@sent.com 1acb278ecf Bug 269799 - Clearing cookies using either Clear Private Data or the Clear All button in the privacy prefpane doesn't update the Cookies Manager until it's reopened. r=mconnor. 2007-10-02 20:35:27 -07:00
rob_strong@exchangecode.com 7f77fdac1e Bug 311169 - typo in sanitize.js pref call (nsIBranch instead of nsIPrefBranch from bug 284086). r=mconnnor 2007-10-02 20:35:26 -07:00
bryner@brianryner.com 33f3f43787 Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net 2007-10-02 20:35:25 -07:00
joshmoz@gmail.com aa7887b0fe make Clear Private Data window app-modal on Mac (otherwise we get odd window positioning). b=309406 r=mano sr=mconnor 2007-10-02 20:35:24 -07:00
gerv@gerv.net ffd197d719 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-10-02 20:35:23 -07:00
gavin@gavinsharp.com a3d66492fa Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor 2007-10-02 20:35:22 -07:00
mconnor@steelgryphon.com bb1236dbc0 bug 285440 - UI to clear SSL session, also clears http auth, r=dveditz, a=bsmedberg 2007-10-02 20:35:21 -07:00
mozilla.mano@sent.com 8cecd45e67 Bug 284655 - Javascript strict warning: trailing comma in sanitize.js. patch from Florian QUEZE <f.qu@laposte.net>, r=mconnor 2007-10-02 20:35:20 -07:00
ben@bengoodger.com 55b5fcd49c 283601 - cache button remains enabled after clicking. (make it reenable after 10 seconds). also, remove some spurious dumps 2007-10-02 20:35:19 -07:00
ben@bengoodger.com 4c51e44a3c 274712 - new options dialog 2007-10-02 20:35:18 -07:00