Steven Michaud
f57f0bfd53
Bug 736655 - Resize dmg window's background to fit Mountain Lion's new minimum size. r=gavin
2012-05-24 13:05:25 -05:00
Andres Hernandez [:andreshm]
df528e2076
Bug 745040 - Move the Session Store Service to a module r=zpao
2012-05-14 16:01:21 -06:00
Paul Rouget
c92bc1f022
Bug 716245 - Intermittent browser_inspector_highlighter.js. r=robcee
2012-05-25 19:01:16 +02:00
Paul Rouget
9ebb5913ea
Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp
2012-05-03 08:09:37 +02:00
Ed Morley
f04e107ea7
Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange
2012-05-25 14:44:17 +01:00
Mihai Sucan
82642436e9
Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell
2012-05-25 13:28:47 +03:00
Paul O’Shannessy
8baec9cd74
Bug 739531 - Can't duplicate a tab with designMode and no body; r=ttaubert
2012-05-25 10:43:19 +02:00
Paul Rouget
144c63410e
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-25 09:46:09 +03:00
Dave Camp
bcc9af6b1b
Bug 747225 - [layout view] Show when the margin have the auto value. r=paul
2012-05-10 14:31:03 +02:00
Paul Rouget
ae0030ab5c
Bug 754333 - [layout view] not updated when breadcrumbs are clicked. r=dcamp
2012-05-24 14:56:06 +02:00
Ed Morley
f5e33af6f1
Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js
2012-05-24 19:48:10 +01:00
Paul Rouget
c30f22e4e0
Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell
2012-05-24 16:00:56 +02:00
Victor Porof
4311b83913
Bug 753313 - Some divs and spans are created dynamically in debugger-view; r=rcampbell
2012-05-20 23:49:51 +03:00
Victor Porof
c8099fcfd3
Bug 753651 - Unselectable class is useless; r=past
2012-05-10 20:59:55 +03:00
Victor Porof
d4e5550ce1
Bug 724229 - Briefly flash the variables that changed between pauses; r=rcampbell
2012-05-09 19:05:53 +03:00
Panos Astithas
cdd39e141f
Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell
2012-05-24 14:23:53 +03:00
Andrew Hurle
aeb5f115e9
Bug 720154 - Move restore_on_demand checkbox to Tabs page, never disable it. r=zpao, ui-r=jboriss
2012-05-26 09:33:52 -04:00
Ryan VanderMeulen
6ec2b1b725
Merge m-c to inbound
2012-05-26 09:33:46 -04:00
Josh Matthews
90e80e4474
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-26 09:38:06 +01:00
Ed Morley
bffc23481f
Merge mozilla-central to mozilla-inbound
2012-05-25 22:44:48 +01:00
Ed Morley
f02fdecdaf
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
2012-05-25 12:51:32 +01:00
Josh Matthews
f7cb280ab4
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-25 12:20:58 +01:00
Ryan VanderMeulen
9cc3b4b17b
Merge m-c to inbound
2012-05-23 22:39:33 -04:00
Ben Hearsum
bebaefa5bc
Backout all patches from bug 723176, because we still have problems with our CodeResources file.
2012-05-23 22:30:25 -04:00
Ben Hearsum
97420f6967
bug 723176: support mac dmg signing in the build system - don't sign removed-files. r=ted
2012-05-23 20:27:09 -04:00
Ehsan Akhgari
d9928845f5
Bug 757971 - Pref off background updates until all of the known issues with it are resolved; r=rstrong
...
Landing on a CLOSED TREE
2012-05-23 16:00:01 -04:00
Ed Morley
462ae26b9e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-23 10:41:25 +01:00
Ben Hearsum
b9fd76da85
bug 723176: support mac dmg signing in the build system. r=khuey/ted
2012-05-22 17:13:26 -04:00
Ehsan Akhgari
a3e4ca961a
Bug 757439 - Use the updateButton string for the Update & Restart button in the About dialog; r=rstrong
2012-05-22 11:35:59 -04:00
Chris Pearce
3fbf015782
Bug 756993 - Reset fullscreen approval UI each time fullscren is entered. r=dao
2012-05-24 13:58:59 +12:00
Ehsan Akhgari
904efc4f7a
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Doug Turner
f4e1e809f4
Bug 717103 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Ryan VanderMeulen
d5bfe2c3ca
Merge m-c to inbound
2012-05-23 20:56:31 -04:00
Dão Gottwald
49678f9e2d
Bug 755646 - Hide UI for toggling tabs on top unless the user disabled tabs on top. r=dolske
2012-05-24 02:03:56 +02:00
Ehsan Akhgari
375277f4b6
Merge mozilla-central into mozilla-inbound on a CLOSED TREE
2012-05-23 17:31:12 -04:00
Tim Abraldes
429aba4337
bug 751177. Write "webapp.ini" and "shorcuts_log.ini" as UTF-16LE so that the uninstaller can read unicode characters from them. r=felipe
2012-05-23 10:09:11 -07:00
Benjamin Smedberg
cb01743bd4
Bug 740795 part C - Don't ship pdf.js as an extension, build changes, r=ted
...
--HG--
extra : rebase_source : 2008d063ce9969f1e3846a69b403016c0f60db60
2012-05-18 12:42:01 -04:00
Dave Townsend
8bbbe24fb5
Bug 740795 part A - file moves for pdf.js not being shipped as an extension, r=bsmedberg
...
--HG--
rename : browser/app/profile/extensions/uriloader@pdf.js/LICENSE => browser/extensions/pdfjs/LICENSE
rename : browser/app/profile/extensions/uriloader@pdf.js/README.mozilla => browser/extensions/pdfjs/README.mozilla
rename : browser/app/profile/extensions/uriloader@pdf.js/bootstrap.js => browser/extensions/pdfjs/bootstrap.js
rename : browser/app/profile/extensions/uriloader@pdf.js/components/PdfStreamConverter.js => browser/extensions/pdfjs/components/PdfStreamConverter.js
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/debugger.js => browser/extensions/pdfjs/content/web/debugger.js
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/bookmark.svg => browser/extensions/pdfjs/content/web/images/bookmark.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/check.svg => browser/extensions/pdfjs/content/web/images/check.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/comment.svg => browser/extensions/pdfjs/content/web/images/comment.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/document-print.svg => browser/extensions/pdfjs/content/web/images/document-print.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/download.svg => browser/extensions/pdfjs/content/web/images/download.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/go-down.svg => browser/extensions/pdfjs/content/web/images/go-down.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/go-up.svg => browser/extensions/pdfjs/content/web/images/go-up.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/loading-icon.gif => browser/extensions/pdfjs/content/web/images/loading-icon.gif
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/nav-outline.svg => browser/extensions/pdfjs/content/web/images/nav-outline.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/nav-thumbs.svg => browser/extensions/pdfjs/content/web/images/nav-thumbs.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/pin-down.svg => browser/extensions/pdfjs/content/web/images/pin-down.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/pin-up.svg => browser/extensions/pdfjs/content/web/images/pin-up.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/zoom-in.svg => browser/extensions/pdfjs/content/web/images/zoom-in.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/images/zoom-out.svg => browser/extensions/pdfjs/content/web/images/zoom-out.svg
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer-snippet-firefox-extension.html => browser/extensions/pdfjs/content/web/viewer-snippet-firefox-extension.html
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.css => browser/extensions/pdfjs/content/web/viewer.css
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.html => browser/extensions/pdfjs/content/web/viewer.html
rename : browser/app/profile/extensions/uriloader@pdf.js/content/web/viewer.js => browser/extensions/pdfjs/content/web/viewer.js
rename : browser/app/profile/extensions/uriloader@pdf.js/extension-files => browser/extensions/pdfjs/extension-files
rename : browser/app/profile/extensions/uriloader@pdf.js/icon.png => browser/extensions/pdfjs/icon.png
rename : browser/app/profile/extensions/uriloader@pdf.js/icon64.png => browser/extensions/pdfjs/icon64.png
rename : browser/app/profile/extensions/uriloader@pdf.js/install.rdf.in => browser/extensions/pdfjs/install.rdf.in
rename : browser/app/profile/extensions/uriloader@pdf.js/test/Makefile.in => browser/extensions/pdfjs/test/Makefile.in
rename : browser/app/profile/extensions/uriloader@pdf.js/test/browser_pdfjs_main.js => browser/extensions/pdfjs/test/browser_pdfjs_main.js
rename : browser/app/profile/extensions/uriloader@pdf.js/test/file_pdfjs_test.pdf => browser/extensions/pdfjs/test/file_pdfjs_test.pdf
extra : rebase_source : c23010d45ed5b5295f0de773084a156a3bf6caec
2012-05-18 12:42:01 -04:00
Tim Taubert
abe97c25ea
merge m-c to fx-team
2012-05-22 15:20:39 +02:00
Raymond Lee
26b71087c0
Bug 733297 - When saving a video from Page Info, the file picker title is 'Save Image'. r=jaws
2012-05-21 14:26:18 +08:00
Gavin Sharp
7b2a45fdee
Fix comment that wasn't updated by bug 693743's patch, r=Unfocused
2012-05-21 15:58:02 -07:00
Jim Mathies
f4bf6429ef
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
2012-05-21 16:31:03 -05:00
Bellindira Castillo [:bellindira]
efd3120699
Bug 662743 - Session restore should do more than restore a <select>'s selectedIndex; r=zpao
2012-05-17 23:23:35 -06:00
Joe Walker
38a9d0a9f0
Bug 756888 - Rollup of a bunch of small GCLI changes; r=dcamp
...
--HG--
rename : browser/devtools/commandline/gcliblank.xhtml => browser/devtools/commandline/gclitooltip.xhtml
2012-05-22 08:50:02 +01:00
Panos Astithas
2fc9edc412
Bug 756513 - Enable the script debugger by default; r=rcampbell
2012-05-22 09:30:03 +03:00
Panos Astithas
674b75f99b
Stop using 'frame.arguments' now that 'arguments' is always present in the environment bindings (Bug 752770); r=rcampbell
2012-05-22 08:40:51 +03:00
Thaddee Tyl
8659741978
Bug 675927 - [Mac] The Web Console Window freezes when drag and drop the parent tab to create a new window; r=msucan,rcampbell
2012-05-17 14:45:00 +03:00
Robert Strong
eaa2a6676b
Windows installer only - Bug 745426 - Maintenance service description should wrap to allow long localizations. r=bbondy
2012-05-21 16:55:01 -07:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ed Morley
cd947fcd6d
Merge fx-team and mozilla-central ready for MPL2 update
2012-05-21 07:49:47 +01:00
ffxbld
6b6c2446b4
Automated blocklist update from host linux-ix-slave25
2012-05-19 03:11:52 -07:00
Joe Walker
b8b002dae1
Bug 742672 - GCLI needs a new home; r=robcee
...
--HG--
rename : browser/devtools/webconsole/GcliCommands.jsm => browser/devtools/commandline/GcliCommands.jsm
rename : browser/devtools/webconsole/GcliTiltCommands.jsm => browser/devtools/commandline/GcliTiltCommands.jsm
rename : browser/devtools/webconsole/gcli.css => browser/devtools/commandline/gcli.css
rename : browser/devtools/webconsole/gcli.jsm => browser/devtools/commandline/gcli.jsm
rename : browser/devtools/webconsole/gcliblank.xhtml => browser/devtools/commandline/gcliblank.xhtml
rename : browser/devtools/shared/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_gcli_break.html
rename : browser/devtools/shared/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_gcli_break.js
rename : browser/devtools/shared/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_gcli_commands.js
rename : browser/devtools/shared/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_gcli_inspect.html
rename : browser/devtools/shared/test/browser_gcli_inspect.js => browser/devtools/commandline/test/browser_gcli_inspect.js
rename : browser/devtools/shared/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_gcli_integrate.js
rename : browser/devtools/shared/test/browser_gcli_web.js => browser/devtools/commandline/test/browser_gcli_web.js
rename : browser/devtools/shared/test/browser_gcli_require.js => browser/devtools/shared/test/browser_require_basic.js
2012-05-17 19:04:33 +01:00
Andres Hernandez [:andreshm]
f8650b3a74
Bug 742051 - Remove the backwards compatibility for the old formdata format r=zpao
2012-05-14 16:11:43 -06:00
Luke Wagner
e214ef27bb
Bug 752770 - temporarily disable browser_dbg_propertyview-07 and 08
2012-05-08 12:09:21 -07:00
Andres Hernandez [:andreshm]
a869ddceeb
Bug 697903 - Move form data functions from sessionstore into JSM r=zpao,ttaubert
2012-05-08 10:36:29 -06:00
Ryan VanderMeulen
2b151d35a9
Merge last PGO green inbound changeset to m-c.
2012-05-16 20:48:40 -04:00
Rob Campbell
31d6fa0f90
merge fx-team to m-c
2012-05-16 12:03:18 -07:00
Kyle Huey
2b5b3b6481
Back out bug 753501 due to possible Talos bustage.
2012-05-15 19:53:09 -07:00
Christian Holler
2104f9dff5
Bug 753135 - Add AddressSanitizer mozconfig files to the tree, r=catlee
2012-05-15 15:24:14 -07:00
Thaddee Tyl
e255944ee4
Bug 749278 - Rename Script Debugger to Debugger; r=rcampbell
2012-05-15 12:21:13 -07:00
David Keeler
118d153216
Bug 742753 - Click-to-play: activate only the clicked plugin. r=jaws
2012-05-15 11:10:43 -07:00
Girish Sharma
acf2f04dbc
Bug 755289 - Developer toolbar missing the cross in close button. r=paul
2012-05-15 07:28:00 +02:00
Paul Rouget
1f5f886ec2
Bug 754834 - Developer tools missing tooltips. r=mratcliffe
2012-05-15 17:04:06 +02:00
Rail Aliiev
788da1a056
Bug 753501 - Add empty tooltool manifests to some platforms. r=ted
2012-05-16 07:17:27 -04:00
Mounir Lamouri
9b8bbd343d
Bug 754141 (4/4) - Add AppsService.js and AppsService.manifest to package-manifest.in's. r=vingtetun
2012-05-16 12:41:35 +02:00
Paul Rouget
337a54bba4
Bug 747228 - [layout view] We should not use the animation when the layout view is opened on a non-user action. r=dcamp
2012-05-09 18:19:48 +02:00
Paul Rouget
57778e6b0b
Bug 747224 - [layout view] handle the key events correctly. r=dcamp
2012-05-14 13:37:55 +02:00
Joe Walker
3e49212aec
Bug 750872 - Add yet more GCLI tests, this time for developer toolbar; r=robcee
2012-05-15 11:27:19 +01:00
Joe Walker
5364eba65b
Bug 752906 - Fix GCLI memory cleanup issues found during Developer Toolbar memory work; r=dcamp
2012-05-15 11:27:19 +01:00
Joe Walker
417bb6ceeb
Bug 729514 - GCLI needs a way to execute os level commands; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
4e3190ea29
Bug 751120 - GCLI focusManager should remove slowTyping code that's commented out; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
a81c18e073
Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod
2012-05-15 11:27:18 +01:00
Joe Walker
e9dd5ad927
Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
199aa3120b
Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
06506fe449
Bug 745741 - Find a way to get easy code coverage information on GCLI unit tests; r=dcamp
2012-05-15 11:27:18 +01:00
Joe Walker
7119269d31
Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp
2012-05-15 11:27:18 +01:00
Tim Taubert
5f7b5593d9
Bug 754608 - Part 3 - add regression tests; r=dietrich
2012-05-15 08:11:08 +02:00
Tim Taubert
18d98ddde5
Bug 754608 - Part 2 - remove getXULDocument() from head.js and use the browser's XUL document; r=dao
2012-05-15 08:10:55 +02:00
Tim Taubert
66cef86d09
Bug 754608 - Part 1 - don't capture thumbnails for privacy-sensitive pages; r=dao
2012-05-15 08:10:55 +02:00
Tim Taubert
c100c5fe4e
Backed out changeset 7a5807d68ddc (bug 682944)
2012-05-15 08:17:05 +02:00
Raymond Lee
fc96bc959f
Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert
2012-05-22 09:25:49 +08:00
Ryan VanderMeulen
01192035ee
Merge m-c to inbound.
2012-05-22 20:21:39 -04:00
Gavin Sharp
4deb57813a
Bug 755355: stop specifying a bundle signature in web app bundles, since it's unnecessary and confuses OS X, r=smichaud/dwalkowski
...
--HG--
extra : transplant_source : %BA%FBy%91%88%FC%15%B2%9F%98%FCG%5B%A6%FB%A1%A0y%D5%10
2012-05-21 16:52:17 -07:00
Frank Yan
e8113c2ff0
Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin
2012-04-24 13:43:38 -04:00
Frank Yan
a065c215cb
Bug 738077 - Close tab when clicking tab close button in inactive window on OS X. r=gavin ui-r=boriss
2012-05-14 18:11:22 -07:00
Tim Taubert
109fe02299
merge m-c to fx-team
2012-05-14 23:35:24 +02:00
Tim Taubert
80dcf69f1d
Bug 753755 - [Page Thumbnails] Disabling thumbnails should not create empty folders; r=dietrich
2012-05-14 18:18:27 +02:00
Tim Taubert
7a7a985555
Bug 752409 - Intermittent browser/browser/components/thumbnails/test/browser_thumbnails_storage.js; r=dietrich
2012-05-14 18:16:25 +02:00
Tim Taubert
1932acaeee
Bug 745303 - remove leftover test/browser_tabview_storage_policy.js; r=me
2012-05-14 15:31:56 +02:00
Jet Villegas
71bf95423c
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
2012-05-14 10:22:14 +02:00
Oonishi Atsushi
365406a4f0
Bug 623155 - Use LOCATION_CHANGE_ERROR_PAGE to identify error page loads. r=dao
2012-05-14 10:17:21 +02:00
OHZEKI Tetsuharu
db1dfd21bc
Bug 754653 - Fix typo. r=dao
2012-05-14 09:33:42 +02:00
Matt Brubeck
e67f46f75f
Merge mozilla-central and mozilla-inbound
2012-05-13 08:27:03 -07:00
Jared Wein
1453ba5eee
Bug 752228 - Add null check for overlay in case the element is display:none when the PluginClickToPlay event is handled. r=felipe
2012-05-12 15:52:14 -07:00
Jared Wein
2f53734644
Bug 751444 - The About dialog should have visual indications of keyboard navigation. r=felipe
2012-05-12 15:50:06 -07:00
Mihai Sucan
14f803f42a
Bug 673148 - (async-webconsole) Part 2 - Make script and style errors async; r=rcampbell,felipc
2012-05-10 18:01:37 +03:00
Mihai Sucan
c3df6716d8
Bug 673148 - (async-webconsole) Part 1 - Make console API async; r=rcampbell,felipc
2012-05-10 16:15:10 +03:00
Raymond Lee
c5e47ec4f3
Bug 753308 - Call openUILink with named parameters. r=dao
2012-05-12 17:00:48 +02:00
ffxbld
fc4f9ba287
Automated blocklist update from host linux-ix-slave26
2012-05-12 03:12:49 -07:00
Tim Taubert
062444839c
merge m-c to fx-team
2012-05-11 18:59:06 +02:00
Paul Rouget
7ee342d6dc
Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp
2012-05-11 16:54:47 +02:00
Dão Gottwald
a8cffe0ce0
Bug 752467 - disable leaky tests. r=zpao
2012-05-10 20:09:25 +02:00
Rob Campbell
0226390b82
merge fx-team to m-c
2012-05-10 11:54:23 -03:00
Ed Morley
924843f245
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-10 13:04:35 +01:00
Dão Gottwald
d953de10fc
Bug 747090 - Use new location bar icons for mixed content. r=jaws
2012-05-10 09:52:34 +02:00
Stephen Horlander
751bd658d8
Bug 747090 - Add location bar icons for mixed content. r=dao
2012-05-10 09:50:54 +02:00
Serge Gautherie
ff8794c2c8
Bug 752216. (Gv1-FF) browser_popupNotification.js: Use locationbar to simplify test 19. r=gavin.
2012-05-10 01:58:26 +02:00
Rob Campbell
a63828b366
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=paul
2012-05-09 07:22:11 -03:00
Zuhao (Joe) Chen
0f0dde188f
Bug 731866 - Copy and port current preference tests to run against the in-content preferences. r=jaws
2012-05-08 19:33:14 -07:00
Devan Sayles
b6caf044a2
Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride
2012-05-08 19:31:51 -07:00
Jon Rietveld
05f7df131d
Bug 737177 - Port the security pane to the in-content preferences implementation. r=bmcbride
2012-05-08 19:28:24 -07:00
Devan Sayles
d56495ab89
Bug 735091 - Sync pane for in-content prefrences. r=jaws,bmcbride
2012-05-08 19:23:19 -07:00
Devan Sayles
3e37260cd6
Bug 732125 - Content pane for in-content preferences. r=jaws,bmcbride
2012-05-08 19:21:03 -07:00
Jon Rietveld
3b6d30be1f
Bug 733469 - Move the applications preferences to in-content UI. r=jaws r=bmcbride
2012-05-08 19:19:58 -07:00
Jon Rietveld
51743ea605
Bug 723737 - Move the advanced preferences to in-content UI. r=jaws r=bmcbride
2012-05-08 19:18:11 -07:00
Jon Rietveld
b6ec553d47
Bug 723328 - Move the privacy preferences to in-content UI. r=bmcbride
2012-05-08 19:16:26 -07:00
Owen Carpenter
91f21bddcc
Bug 719717 - Move the tabs preferences to in-content UI. r=bmcbride
2012-05-08 19:15:13 -07:00
Jon Rietveld
df4bac77c3
Bug 724686 - General pane for in-content preferences. r=bmcbride
2012-05-08 19:14:17 -07:00
Owen Carpenter
5b784d437d
Bug 734013 - Implement the pane-switching functionality for the in-content preferences. r=bmcbride
2012-05-08 19:13:05 -07:00
Jon Rietveld
5f3fc2b1ed
Bug 735557 - Add about:preferences to the inContentWhitelist. r=bmcbride
2012-05-08 19:11:43 -07:00
Jon Rietveld
2c351d1367
Bug 733473 - Implement initial prerequisites for in-content preferences, and landing page. r=bmcbride
2012-05-08 19:10:25 -07:00
Rob Campbell
e00eaa71a8
Bug 732452 - create a no scripts label for an empty scripts menu in the debugger; r=past
2012-04-24 12:42:00 -03:00
Rob Campbell
b0169b268a
Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=past
2012-05-05 06:35:00 -03:00
Tim Taubert
df0e81ac5c
merge m-c to fx-team
2012-05-08 08:53:50 +02:00
Jared Wein
c3a3b93115
Bug 747608 - The identity-box should have a smaller font-size and a gradient end border instead of a solid line. r=dao
2012-05-07 10:17:55 -07:00
Frank Yan
948aeb036b
Bug 748161 - Improve visible tab indication in tab list menu. r=dao ui-r=shorlander
2012-04-26 16:27:38 -04:00
Victor Porof
bce2be309d
Bug 749127 - Intermittent browser/devtools/debugger/test/browser_dbg_propertyview-06.js | The localScope doesn't contain all the created variable elements. - Got 6, expected 7; r=past
2012-04-26 07:36:27 -04:00
Victor Porof
1b9d795461
Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past
2012-04-27 17:18:02 -04:00
Victor Porof
680db60c37
Bug 747429 - Make it possible to start a remote debugger only in a new chrome window; r=rcampbell
2012-05-03 20:36:40 +03:00
Serge Gautherie
23eec95047
Bug 752216. (Bv1-FF) browser_popupNotification.js: Fix nits. r=gavin.
...
DONTBUILD (test-only, trivial).
2012-05-06 21:44:03 +02:00
Matt Brubeck
4f5339b9cc
Bug 749738 - Use weak references to avoid accessing dead objects in findbar [r=mak]
2012-05-05 08:09:50 -07:00
Ms2ger
54e6c80889
No bug - Add a missing 'let' to testpilot's setup.js.
2012-05-05 11:00:06 +02:00
Ms2ger
9f982513f9
Merge m-i to m-c.
2012-05-05 10:58:40 +02:00
Paul O’Shannessy
917d149e63
Bug 751955 - Lion fullscreen check should be more versatile [r=gavin]
2012-05-04 11:24:04 -07:00
Paul O’Shannessy
c42e53d743
Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin]
2012-05-04 11:23:55 -07:00
Ed Morley
674ec6466a
Backout e90f0d780ca9 (bug 741576) for timeouts in browser_bug589375_keybindings.js
2012-05-04 18:06:20 +01:00
Heather Arthur
da259b6e84
Bug 741576 - Style tweaks for Computed view; r=jwalker
2012-05-04 15:53:53 +01:00
Tim Taubert
7ffc0b66c2
Bug 749892 - Intermittent browser_tabview_apptabs.js | Test timed out; r=jaws
2012-05-04 16:32:35 +02:00
Tim Taubert
4bb364b015
merge m-c to fx-team
2012-05-04 16:20:36 +02:00
Frank Yan
ecb69da737
Bug 738642 - Finalized marketplace icon for about:home. r=mak
2012-05-03 13:20:01 -07:00
Chris Pearce
d087ffefb9
Bug 746885 part 2 - Grant temporary fullscreen permisssions when fullscreen approved without 'remember decision' checked. r=dao
2012-05-09 09:47:19 +12:00
Chris Pearce
9b6d83ea59
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
2012-05-09 09:47:19 +12:00
Chris Pearce
7a28d175e1
Bug 716107 part 5 - Add fullscreen permissions to about:permissions. r=margaret
2012-05-09 09:47:19 +12:00
Chris Pearce
ac163f87a6
Bug 716107 part 1 - Add 'fullscreen' permissions to Page Info. r=dao
2012-05-09 09:47:18 +12:00
Justin Lebar
cdc2cdd948
Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
...
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
Ed Morley
986804409a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-08 10:44:31 +01:00
Michael Ratcliffe
791f96e187
Bug 733747 - Highlight changed items in the rule view. r=msucan
2012-04-17 10:35:12 +01:00
Paul Rouget
a434d0d299
Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell
2012-05-09 15:50:33 +02:00
Paul Rouget
8eba8f3c7b
Bug 749626 - Theme update: make the close button code generic and implement the dark theme for menulists. r=dao
2012-05-07 15:29:45 +02:00
Frank Yan
0eeabbb015
Bug 753618 - Remove outdated default theme icons and previews from Add-ons Manager. r=bmcbride
2012-05-09 19:00:10 -07:00
Joe Walker
d564306c56
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Chris Pearce
b8d01f2593
Bug 753546 Part 2 - Don't allow fullscreen approval decision to be remembered for document's whose URI doesn't have a host. r=dao
2012-05-22 08:43:36 +12:00
Marco Castelluccio
29bff9dcd8
Bug 753565 - webapp.json incorrect on Mac. r=felipe
2012-05-21 13:39:26 -07:00
Ed Morley
7bdae23f76
Backout 027ed1748c81 (bug 740485) for M3 orange
2012-05-21 19:36:43 +01:00
Doug Turner
23116ffc7c
Bug 740485 - Implement Device Storage. r=sicking
2012-05-21 09:18:30 -07:00
Ed Morley
f0346ff780
Merge mozilla-central to mozilla-inbound
2012-05-21 13:19:38 +01:00
Gavin Sharp
4ab0ff71e3
Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
...
--HG--
extra : transplant_source : %D6%90%13%91%EA%3D3%CB%93B1%CD%7F%0Cf%D1%08%00%A4%E6
2012-04-18 15:44:02 -07:00
Jared Wein
0b1e554ee9
Bug 743421 - Add a comment describing why aRequest is being null-checked. r=me DONTBUILD
2012-05-07 14:40:34 -07:00
Joe Walker
295998751a
Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp
2012-04-03 09:45:00 -03:00
Mihai Sucan
b767a68709
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell
2012-04-26 14:47:55 +03:00
Victor Porof
981ba016e5
Bug 749222 - Create a separate way to start a chrome debugger; r=past
2012-04-26 14:28:11 -04:00
Rob Campbell
a9972182c0
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-23 10:47:00 -03:00
Victor Porof
0bfe9c253c
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
61bb0b4f28
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Victor Porof
be9fcb410b
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell
2012-04-12 18:47:56 +03:00
Ryan VanderMeulen
60400b0c8a
Backout 4eaf67a7f50f since it shouldn't have been checked in.
2012-05-24 19:25:45 -04:00
Andrew Hurle
e221411c14
Bug 566444 - Simple test for the proxy settings dialog under preferences. r=jaws
2012-05-24 18:45:10 -04:00
Andrew Hurle
a4068d5eb0
Bug 566444 - Make proxy exceptions multiline. r=jaws
2012-05-24 18:45:09 -04:00
Panos Astithas
e6e974e210
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Ed Morley
d5eb6f3aad
Merge mozilla-central to fx-team to pick up PGO fixes
2012-05-03 11:24:50 +01:00
Matt Brubeck
e5d1d7a8d7
Merge mozilla-central and mozilla-inbound
2012-05-02 15:58:11 -07:00
OHZEKI Tetsuharu
69256dbf70
Bug 747603 - Firefox:Inspector cannot start up with DOMi. r=dao
2012-05-02 17:37:00 +02:00
Jonathan Kew
fccf46f56e
bug 749658 - test for unwanted tab-strip overflow. r=roc
2012-05-01 11:06:23 +01:00
Ehsan Akhgari
1c4c90c1ae
Merge backout; a=me
2012-05-02 16:22:51 -04:00
Ehsan Akhgari
eca4125e02
Backout the merge from fx-team because of Ts regressions (no bug)
...
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Ehsan Akhgari
f92cf63082
Backout changeset b0200dab0ccc to revert the incorrect backout of an fx-team range (no bug)
...
This is the range I mistakenly backed out before:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=bc5fee76550b
2012-05-02 16:11:19 -04:00
Ehsan Akhgari
9dfce8b1b6
Merge backout; a=me
2012-05-02 15:39:41 -04:00
Ehsan Akhgari
7dbe654abb
Backout the latest merge from fx-team because of Ts regressions (no bug)
2012-05-02 15:37:08 -04:00
Dão Gottwald
18c7f45e7d
Bug 750980 - Implement visibleTabs cache. r=ttaubert a=non-libxul
2012-05-02 20:39:06 +02:00
Tim Taubert
6689ee6814
merge m-c to fx-team; a=js-only
2012-05-02 15:36:57 +02:00
Serge Gautherie
ec5372b0a4
Bug 741070. (Cv1a-FF) Sessionstore tests: Improve and merge 'provideWindow()' and 'whenWindowLoaded()' into 'head.js', Add an 'info()' call, Nits. r=paul (a=test-only).
2012-05-02 14:14:18 +02:00
Tim Taubert
5acf221885
Bug 744388 - [Page Thumbnails] implement a custom storage, don't use the file cache; r=dietrich
2012-05-01 13:45:32 +02:00
Ed Morley
4263cd1579
Backout 080fc3a7cdfe (bug 744388) for xpcshell failures
2012-05-01 16:34:57 +01:00
Tim Taubert
ff00033882
Bug 744388 - [Page Thumbnails] implement a custom storage, don't use the file cache; r=dietrich
2012-05-01 13:45:32 +02:00
Ryan VanderMeulen
b7a26726b2
Merge m-c to m-i
2012-04-29 16:35:05 -04:00
Tim Taubert
6e804ae5b3
merge m-c to fx-team
2012-04-27 08:39:28 -04:00
Edward Lee
183d55a757
Bug 747412 - Installing Favimon does not show the right parenthesis on the desktop shortcut or start menu [r=felipe]
...
Strip whitespace at the end instead of trailing non-alphanumeric.
2012-04-26 22:11:43 -07:00
Phil Ringnalda
fe946c3539
Merge m-c to m-i
2012-04-26 21:40:59 -07:00
Jared Wein
9c7e840f57
Bug 515785 - Use new icons for each task in Win7 Jump list tasks. r=bbondy
2012-04-28 11:22:06 -04:00
Raymond Lee
426bc7fa7f
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
2012-04-27 09:44:53 +08:00
Frank Yan
eb51217431
Bug 748161 - Improve visible tab indication in tab list menu. r=dao ui-r=shorlander
2012-04-26 16:27:38 -04:00
Ed Morley
0183a7123f
Merge mozilla-central to mozilla-inbound
2012-04-27 17:57:52 +01:00
Edward Lee
2d72a2399e
Bug 707836 - Handle URI navigation outside app domain for native apps [r=felipe]
...
Followup to add the new ContentPolicy.js file to the Firefox package manifest.
2012-04-27 09:53:11 -07:00
Paolo Amadini
b7f4f82243
Bug 728168 - Replace old synchronous favicons calls in feeds. r=mak
2012-04-27 15:05:34 +02:00
Paolo Amadini
1093855b67
Bug 695829 - Add telemetry metrics for private browsing transitions. r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsing_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsing_telemetry.js
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_telemetry.js
2012-04-27 15:05:20 +02:00
Paolo Amadini
5c5b32176f
Bug 746787 - Ensure the browser window is not minimized when opening the Downloads panel. r=mak
2012-04-27 15:05:04 +02:00
Paolo Amadini
7e6f309ead
Bug 746853 - Fix finalization of the past downloads query in error cases. r=mak
2012-04-27 15:04:42 +02:00
Paolo Amadini
223e418209
Bug 746658 - Failed downloads can't be removed from panel. r=mak
2012-04-27 15:04:27 +02:00
Bellindira Castillo [:bellindira]
589f624e7f
Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert
2012-04-25 13:50:09 -06:00
Bellindira Castillo [:bellindira]
6250b17cf4
Bug 721389 - New Tab Page doesn't retain zoom level r=ttaubert
2012-04-25 13:50:09 -06:00
Rob Campbell
f95b20dc65
Backed out changeset c6db0b79bd98, already on mozilla-central.
2012-04-26 09:58:00 -04:00
Paul Rouget
fa42d91130
Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows; r=dao
2012-04-25 16:53:21 +02:00
ffxbld
bae2af99a0
Automated blocklist update from host moz2-linux-slave44
2012-04-28 03:15:22 -07:00
Serge Gautherie
2dece8a122
Bug 741070. (Bv1b-FF) browser_394759_basic.js: Use 'Services.prefs', Set 'general.warnOnAboutConfig' preference, Remove a 'whenWindowLoaded()' call, Add an 'info()' call, Nits. f=neil r=zpao.
2012-04-28 04:18:00 +02:00
Felipe Gomes
48bb88ba23
Bug 748199. Cannot install an webapp with the same name of a previously installed app on Mac. r=mstange
2012-04-26 07:37:34 -07:00
Felipe Gomes
31956ff69c
Bug 747921. Cannot install apps on systems where the Uninstall regkey hadn't been created yet by some other app. r=timA
2012-04-26 07:34:39 -07:00
Paul Rouget
6796406fd0
Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows. r=dao
2012-04-25 16:53:21 +02:00
Raymond Lee
f4589dfc73
Bug 721020 - [New Tab Page] Add telemetry probes r=ttaubert
2012-04-25 09:45:01 +08:00
Dão Gottwald
9e72591789
Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv
2012-04-30 13:06:45 +02:00
Mike Hommey
d94eeb304e
Bug 749548 - Only reference IE and Safari migrators in components manifest when they are installed. r=mak
2012-04-30 08:04:31 +02:00
Victor Porof
5d75527e5b
Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,rcampbell,zpao
2012-04-12 18:47:56 +03:00
Rob Campbell
78f6b71c52
Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past
2012-04-26 09:41:44 -04:00
Mihai Sucan
95c0cad781
Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=robcee
2012-04-26 14:47:55 +03:00
Victor Porof
b33b5dc1d6
Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell
2012-04-19 13:44:33 +03:00
Victor Porof
99f1a4b287
Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell
2012-04-17 21:16:57 +03:00
Joe Walker
2831a551ce
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
...
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-04-25 10:12:06 +01:00
Joe Walker
4ef4c2c264
Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp
...
* * *
Bug 736831 - DOMTemplate should allow '_' to be part of a valid property name; r=dcamp
2012-04-25 09:55:07 +01:00
Robert O'Callahan
1f5dd9a4af
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
2012-04-30 15:11:34 +12:00
David Keeler
1db5141197
Bug 739575 - Prioritize click-to-play over alternate content in nsObjectLoadingContent::GetPluginSupport. r=josh
2012-04-26 16:25:21 -07:00
Raymond Lee
ab380d3ea6
Bug 666538 - Use Telemetry to collect Panorama usage/perf data. r=ttaubert
2012-04-30 01:53:08 +08:00
Panos Astithas
f44dd854d0
Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp
2012-03-21 15:49:23 +00:00
Ehsan Akhgari
3ba84bcca8
Merge mozilla-central into mozilla-inbound; a=merge
2012-04-23 18:55:55 -04:00
Ehsan Akhgari
69966f4353
Merge the last green PGO changeset from mozilla-inbound into mozilla-central; a=merge
2012-04-23 18:53:10 -04:00
Dão Gottwald
adad6bf7e4
Bug 748027 - Make the identity box transparent in more cases. r=jaws a=desktop-only
2012-04-23 21:13:17 +02:00
Dão Gottwald
45f8ebd8a2
Bug 747742 - The identity panel's arrow should point to the center of the identity icon. r=jaws
2012-04-23 21:12:47 +02:00
Jared Wein
ea9e9f58ae
Bug 748037 - Identity doorhangers should anchor off of the identity icon. r=dao a=desktop-only
2012-04-23 15:35:35 -04:00
Asaf Romano
9a571df82c
Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only
2012-04-23 15:31:16 -04:00
Felipe Gomes
a249f19b64
Bug 747601. Only create Info.plist file after webapp icon has been downloaded. r=mstange a=desktop-only.
...
OSX caches the application info when Info.plist is created and if the icon has not yet been embedded in the .app package, Finder might indefinitely cache a no-icon app
2012-04-22 14:30:03 -07:00
Takanori MATSUURA
92514698fa
Bug 747041. Fix resource:// path usage in browser. r=felipe a=desktop-only
2012-04-22 14:27:05 -07:00
Phil Ringnalda
76d1d026bf
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-21 23:21:24 -07:00
Myk Melez
d6eb92285b
bug 747394 - rename webapprt/application.ini to webapprt/webapprt.ini to work around an issue in a build script that looks for Firefox's application.ini, which busted nightly partial updates, on a CLOSED TREE; r=bsmedberg, a=khuey
2012-04-21 11:41:50 -07:00
Dão Gottwald
990499a1dc
Bug 746837 - In undoCloseTab, focus the browser instead of the content window and do it immediately rather than after a timeout. r=zpao a=desktop-only
2012-04-21 14:45:51 +02:00
Tim Taubert
2ea9fe120c
merge m-c to fx-team; a=desktop-only
2012-04-21 08:36:09 +02:00
Dave Camp
d05416419a
Bug 747550 - Style button doesn't work since bug 707809. r=dietrich
2012-04-20 15:11:16 -07:00
Justin Lebar
a206ca05a0
Bug 746055 - On desktop, increase image.mem.max_decoded_image_kb to 250mb, effectively backing out bug 732820. r=joe, a=desktop-only
2012-04-23 00:42:13 -04:00
Ehsan Akhgari
82c7940be5
Merge mozilla-central into mozilla-inbound; a=merge
2012-04-20 13:11:03 -04:00
Ehsan Akhgari
9f8c7e1e97
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-20 13:10:19 -04:00
Ehsan Akhgari
b432316464
Bug 739040 - Use the length of the decoded string, if no more than 512 bytes, to sniff for feeds; r=Mano a=blocking
2012-04-20 13:03:53 -04:00
Tim Taubert
4c5e879f2d
merge m-c to fx-team; a=desktop-only
2012-04-20 10:56:36 +02:00
Gian-Carlo Pascutto
5c2dc1d8ef
Backout 1a6d008acb4f (Bug 729928). rs=dcamp a=mfinkle
2012-04-20 07:46:45 +02:00
Felipe Gomes
201c3fa9c8
Bug 746369. Add support for installing apps that do not provide an icon, falling back to the standard webapp icon. r=gavin a=desktop-only
2012-04-19 18:47:56 -07:00
Felipe Gomes
c9ff66f05b
Bug 747205. Webapps installer follow-ups. r=timA a=desktop-only
2012-04-19 18:47:54 -07:00
Felipe Gomes
a333e53660
Bug 746848. Support pref for webapps installer dry-run. r=gavin a=desktop-only
2012-04-19 18:47:52 -07:00
Gavin Sharp
aebda16c41
Bug 747264: don't sync some prefs that are currently changing on different channels because Sync might cause trouble with them, r=mak, a=desktop-only
...
--HG--
extra : transplant_source : M%EE%25H%29%87p%F2%19%D3%FD%B0%2A%14%9BV%DA%80%B6P
2012-04-19 17:58:20 -07:00
Kyle Huey
b9dd007f22
Bug 746834: Fix the test for Bug 575561 to not use DOM objects after navigating the Window. r=dao a=test-only
2012-04-20 08:57:02 +10:00
Myk Melez
dad1e03a22
bug 746629 - package webapp-uninstaller.exe on Windows so it is available to the webapp installer; r=felipe, a=desktop-only
2012-04-19 15:01:45 -07:00
Dave Camp
ea761452ca
Bug 702411 - Rule view shouldn't update during highlighting. r=robcee
2012-04-19 11:13:44 -07:00
Dave Camp
51e0086bff
Bug 740662 - Replace InspectorStore dictionaries with Inspector instances. r=robcee
2012-04-19 11:13:42 -07:00
Dave Camp
7885fece64
Bug 707809 - Refactor creation of registered sidebar tools iframes in InspectorUI. r=robcee
2012-04-19 11:04:46 -07:00
Serge Gautherie
19fba874d8
Bug 743692. (Fv2-FF) nsBrowserGlue.js: fix 2 nits. r=mak77 a=(desktop-only).
2012-04-19 17:15:30 +02:00
Ehsan Akhgari
b6446c3da7
Merge the last green PGO changeset from mozilla-inbound to mozilla-central; a=merge
2012-04-19 09:58:22 -04:00
Tim Taubert
6be0147391
merge m-c to fx-team; a=desktop-only
2012-04-19 10:48:59 +02:00
Myk Melez
3298891e22
bug 746156 - isolate webapp runtime files into subdirectory of Firefox package; r=bsmedberg, a=akeybl
2012-04-19 00:39:52 -07:00
Tim Taubert
35bb5a3e94
Bug 745303 - Part 3 - Remove empty method; r=me
2012-04-19 08:35:05 +02:00
Tim Taubert
3ab05de260
Bug 745303 - Part 2 - Correct Panorama tests; r=dietrich
2012-04-19 08:24:47 +02:00
Tim Taubert
8fd12e8742
Bug 745303 - Part 1 - Make Panorama use the thumbnail service; r=dietrich
2012-04-19 08:24:32 +02:00
Ehsan Akhgari
290887ede1
Merge the last green PGO changeset on mozilla-inbound into mozilla-central; a=me
2012-04-18 16:18:04 -04:00
Raymond Lee
80b5199be2
Bug 659594 - Use MozAfterPaint to redraw thumbnails r=ttaubert
2012-04-19 00:19:48 +08:00
Ed Morley
28113eace9
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-17 17:47:09 -07:00
Marco Bonardo
8714ecd73c
Bug 710895 - Part 4: fix the test
...
r=Mano a=test-only
2012-04-18 15:58:36 +02:00
Bobby Holley
79161ed467
Bug 746221 - Pull properties for comparison off the prototype to avoid mismatches with expandos. r=past a=test-only
2012-04-18 10:09:07 +02:00
Rob Campbell
2de66c3fc1
merge fx-team to m-c
2012-04-17 14:29:29 -03:00
Bobby Holley
3f261756c8
Bug 746021 - Don't assert that the window ids are the same when they shouldn't be. r=msucan
2012-04-17 19:25:48 +02:00
Marco Bonardo
06fc25959e
Bug 710895 follow-up - Temporarily disable test_IE_bookmarks.js, while looking into why it fails.
2012-04-17 18:57:15 +02:00
Heather Arthur
29115503b0
Backing out f95f46afce27:01a50802f2d7 for TypeError on inspector open
2012-04-17 16:40:03 +01:00
Marco Bonardo
a5c3c5f751
Merge last green PGO from inbound to central
2012-04-17 15:31:58 +02:00
Paul Rouget
e6d45d09f4
Bug 717922 - In the PageInspector toolbar, move the HTML Tree button in front of the breadcrumbs display. a=desktop-only r=dao
2012-04-17 13:21:28 +02:00
Pallani Kumaran
5de78dc836
Bug 739866 - Store last accessed timestamp for tabbrowser tabs [r=zpao]
2012-04-16 23:17:54 -07:00
Felipe Gomes
8eac47c158
bug 739636 - implement webapp installer for Mac OS X; r=mstange
2012-04-17 07:17:23 -07:00
Myk Melez
253337cae3
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
2012-04-17 07:11:53 -07:00
Asaf Romano
45d7938d87
add Safari migrator to package manifests. I forgot to do so in the patch for bug 710259. r=mak over irc
2012-04-16 23:42:13 +03:00
Marco Bonardo
b9cb77fecc
Bug 710895 - Part 3: The new JS migrator.
...
Parts derived from the original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:36:09 +02:00
Marco Bonardo
df8c827dd9
Bug 710895 - Part 2: Remove the old IE migrator
...
Original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:35:46 +02:00
Marco Bonardo
8ec634ac46
Merge central and inbound
2012-04-17 15:33:51 +02:00
Paolo Amadini
cc07746d4f
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
...
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-04-17 13:35:09 +02:00
Felipe Gomes
f1da6b0f22
Bug 731541. Implement webapp installer for Windows. r=bbondy a=blassey
2012-04-18 15:17:54 -07:00
Ehsan Akhgari
54b7d07b21
Merge mozilla-central and mozilla-inbound; a=me
2012-04-18 16:26:35 -04:00
Jared Wein
dbc340df11
Bug 742619 - Intermittent orange in browser_pluginnotifications.js at test 11c. r=felipe a=desktop-only
2012-04-18 11:41:59 -07:00
Jared Wein
3804b861e9
Bug 711618 - Automated tests for plugin activation permissions. r=felipe a=blassey
2012-04-18 11:41:26 -07:00
Jared Wein
3abd203a35
Bug 711618 - Add ability to remember plugin activation settings. r=felipe a=blassey
2012-04-18 11:40:30 -07:00
Dão Gottwald
14c5b2f976
Bug 745757 - Simplify CSS selectors involving the navigation toolbar and the tabsontop attribute. r=felipe a=desktop-only
2012-04-18 20:24:30 +02:00
Paul Rouget
48e7470014
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part B - tabbable); r=rcampbell
2012-04-04 13:57:55 +02:00
Paul Rouget
08c464e583
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell
2012-04-04 13:13:42 +02:00
Bellindira Castillo [:bellindira]
185ba1e0b6
Bug 736476 - Title page for New tab is about:newtab after restart r=ttaubert
2012-04-19 17:02:32 +08:00
Paul Rouget
35da34a70f
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part A - shortcut); r=dao
2012-04-04 13:13:42 +02:00
Heather Arthur
ccb712006e
Bug 733612 - Add a pseudo-class lock menu to the infobar node menu. r=paul
2012-04-17 14:25:05 +01:00
Mark Capella
7e5a1c90ea
Bug 745119 - Clean up TEST_URIs in webconsole tests; r=rcampbell
2012-04-15 23:10:00 +03:00
Michael Ratcliffe
46b4e30246
Bug 740603 - "Copy Rule" in the rule view includes expanded shorthand properties; r=dcamp
2012-04-16 12:20:46 +01:00
Hessam Salehi
aec05325da
Bug 722986 - Make WebContentConverter use the per-window Private Browsing APIs in order to decide how to behave; r=ehsan
2012-04-16 23:51:04 -04:00
Asaf Romano
b197108842
Bug 710259 - New Safari migrator (OS X & Windows). r=mak.
2012-04-14 22:11:10 +03:00
Marco Bonardo
1648fe7a21
Bug 741506 - Removing nodes while a bookmarks popup is open in OS X native menubar zombifies them.
...
r=Mano
2012-04-14 14:08:43 +02:00
Marco Bonardo
be570c6dfc
Merge central and inbound
2012-04-14 13:56:15 +02:00
Asaf Romano
c2761a5f3b
Bug 737381 - The Firefox Migrator should use the new migration system. r=mak
2012-04-14 12:50:44 +03:00
Tim Taubert
7f3638d86d
Bug 740807 - Clean up favicon code in Panorama; r=dietrich
2012-04-14 01:04:57 +02:00
Tim Taubert
c9238dfff2
Bug 721442 - [New Tab Page] Display the URL of the page on mouseover of thumbnails on about:newtab; r=dietrich
2012-04-14 00:43:29 +02:00
Tim Taubert
3f4ec0d3ac
Bug 744152 - [Page Thumbnails] Capture thumbnails only for the selected tab; r=dietrich
2012-04-14 00:18:27 +02:00
Paul Rouget
ee5fb51e39
Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp
2012-04-04 20:40:48 +02:00
Panos Astithas
ea474aecfc
Bug 740805 - Treat JSM files as JS scripts in the debugger; r=rcampbell
2012-03-23 10:08:59 +00:00
Tim Taubert
d5817a4b66
Bug 745712 - FillInHTMLTooltip should not use title attributes from XUL ascendants; r=dao
2012-04-16 18:13:17 +02:00
OHZEKI Tetsuharu
c216db0ba9
Bug 745445 - Remove arguments.callee from browser.js. r=dao
2012-04-16 18:35:34 -04:00