Tanvi Vyas
8e842bc550
Bug 822366 - Change the icon for Mixed Active Content to the triangle with exclamation point. r=dao
2013-01-29 11:51:17 -08:00
Gabriele Svelto
cc2f7120f1
Bug 835730 - Properly tear down components when the profile is being shut down. r=mak
2013-01-29 18:06:03 +01:00
Ehsan Akhgari
58ef03f2b1
Merge the removal of global private browsing support
2013-01-29 13:13:58 -05:00
Ehsan Akhgari
84c4ac3c75
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Boris Zbarsky
8231be64a0
Bug 824589. Convert XULElement to WebIDL. r=peterv
...
The assertions in nsINode and nsWrapperCache are to eagerly catch
failures to override those methods.
The classinfo change for XULTreeBuilder is needed because one of those
is returned via an nsIXULTemplateBuilder attribute on XULElement.
Alternately, I could mark it notflattened in Bindings.conf, but Enn
said he prefers this anyway.
The change to the QI impl in BindingUtils is needed because when
XPConnect converts an IID from C++ to JS it makes is an nsJSID, not an
nsJSIID. We've run into this before, sadly.
I removed "id" from nsIDOMXULElement because it's already on Element.
I suppose I could have left it there, but this seems cleaner.
The nsJSIID::HasInstance changes are needed to support XBL-implemented
interfaces. Sadly, this does mean that if the underlying object QIs
to something but we didn't put those props on the WebIDL we'll end up
testing true for instanceof but not exposing the props. I don't see
an obviously better way. We should work on killing off uses of
"instanceof someinterface".
The browser.js change is needed to avoid throwing exceptions during
browser-chrome tests that are now getting reported because our
swapFrameLoaders is no longer an XPConnect method.
2013-01-29 12:51:55 -05:00
Jim Mathies
5989aca8fa
Bug 835435 - Social.jsm referenced using bad uri in socialchat.xml, r=gavin
2013-01-28 13:11:43 -06:00
Benjamin Smedberg
2fecbd6cc7
Bug 831248 test fixup for the webconsole tests: a warning about mutation events being deprecated was being delivered into the console listener, confusing the test, r=rcampbell
2013-01-29 11:02:56 -05:00
Robert Strong
5c07fa06f7
Back out Bug 678392
2013-02-08 16:52:12 -08:00
Stephen Pohl
642bebb27b
Tests for Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc
2013-02-08 13:57:46 -08:00
Stephen Pohl
9c1b816b92
Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud
2013-02-08 13:57:28 -08:00
Stephen Pohl
e380dcf3a0
Move gGestureSupport to browser-gestureSupport.js - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=felipc
2013-02-08 13:57:10 -08:00
Stephen Pohl
e5e20d9c36
Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc
2013-02-08 13:56:50 -08:00
Shane Caraveo
e44487afe8
Bug 821262 - Refactor social enabled/active/provider states. r=gavin
2013-02-08 11:39:25 -08:00
Avi Halachmi
c414b438fb
Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric
2013-02-08 01:55:39 +02:00
Mike Hommey
362f974085
Bug 793767 - Use the executable file location to derive the update root. r=rstrong
2013-02-08 15:58:52 +01:00
Dão Gottwald
0747cde484
Bug 825804 - Popup notifications shouldn't persist across page reloads. r=gavin
2013-02-08 15:51:54 +01:00
Mike Conley
48b835bf8a
Bug 838855 - Fix "ele is null" exception being thrown on OSX on titlebar update. r=dao.
2013-02-08 11:42:06 -05:00
Mike Conley
1000e88b66
Bug 839073 - Titlebar is collapsed in private browsing windows on OSX. r=dao.
2013-02-08 10:43:17 -05:00
Marco Castelluccio
090f7bdcfa
Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin
2013-02-08 11:34:47 -05:00
Marco Castelluccio
ada79dd99a
Bug 811514 - Social panels shouldn't consume outside clicks. r=jaws
2013-02-08 11:34:46 -05:00
Bobby Holley
8d1e313928
Bug 821850 - Make XBL prototype setup tamper-proof for Xrays. r=bz
...
We make the class object readonly/non-configurable, as well as all the properties
and methods on the class object.
2013-02-08 14:24:21 +00:00
Ms2ger
381c260bc3
Backout changeset 3f192cae69e2 for test_keycodes.xul oranges.
2013-02-08 14:37:37 +01:00
Dão Gottwald
cfd8d6306c
Bug 825804 - Popup notifications and notification bars shouldn't persist across page reloads. r=gavin
2013-02-08 13:15:46 +01:00
Ed Morley
a94fd53e44
Merge mozilla-inbound to mozilla-central
2013-02-08 11:00:58 +00:00
Mark Hammond
56769ffba0
Bug 824785 - social toolbar buttons should have an aria-label. r=jaws
2013-02-08 10:59:10 +11:00
Irving Reid
beb243d131
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup r=Mossop
...
--HG--
rename : browser/modules/TelemetryTimestamps.jsm => toolkit/modules/TelemetryTimestamps.jsm
rename : browser/modules/test/browser_TelemetryTimestamps.js => toolkit/modules/tests/browser_TelemetryTimestamps.js
2013-02-07 16:47:33 -05:00
Marco Bonardo
7efbd0b8d2
Bug 838875 - Remove deprecated third argument from PlacesUIUtils.showBookmarkDialog.
...
r=mano
2013-02-07 22:27:42 +01:00
Marco Bonardo
2b9c6022ab
Bug 790934 - Don't run BrowserOnAboutPageLoad twice for each about page load.
...
r=gavin
2013-02-07 22:27:40 +01:00
Asaf Romano
7b63b24f95
Bug 836271 - The progress animation in the Downloads view keeps on loading until the view is closed. r=mak.
2013-02-07 23:11:19 +02:00
Asaf Romano
963879b3ac
Bug 836283 - In the Downloads View the Cancel button stops working. r=mak, mconley.
2013-02-07 22:52:23 +02:00
Ed Morley
722d435ce6
Backed out changeset b57874cb3be5 (bug 821262)
2013-02-07 14:36:31 +00:00
Shane Caraveo
847d56b81b
Bug 821262 - Refactor social enabled/active/provider states. r=gavin
2013-02-06 13:33:25 -08:00
Brandon Waterloo
848b60d655
Bug 833511 - Add rotation gesture support for standalone image documents. r=jaws
2013-01-30 16:31:25 -05:00
Dão Gottwald
c114329ed5
Bug 836448 - Make browser-data-submission-info-bar.js not pollute the global window scope. r=gavin
2013-01-30 21:56:49 +01:00
Felipe Gomes
a1203a39ff
Bug 824651. Tab bar height is doubled on Win8 devices with touchscreens. r=dao
2013-01-30 15:34:25 -05:00
Boris Zbarsky
27b20c21af
Bug 824589. Convert XULElement to WebIDL. r=peterv
...
The assertions in nsINode and nsWrapperCache are to eagerly catch
failures to override those methods.
The classinfo change for XULTreeBuilder is needed because one of those
is returned via an nsIXULTemplateBuilder attribute on XULElement.
Alternately, I could mark it notflattened in Bindings.conf, but Enn
said he prefers this anyway.
The change to the QI impl in BindingUtils is needed because when
XPConnect converts an IID from C++ to JS it makes is an nsJSID, not an
nsJSIID. We've run into this before, sadly.
I removed "id" from nsIDOMXULElement because it's already on Element.
I suppose I could have left it there, but this seems cleaner.
The nsJSIID::HasInstance changes are needed to support XBL-implemented
interfaces. Sadly, this does mean that if the underlying object QIs
to something but we didn't put those props on the WebIDL we'll end up
testing true for instanceof but not exposing the props. I don't see
an obviously better way. We should work on killing off uses of
"instanceof someinterface".
The browser.js change is needed to avoid throwing exceptions during
browser-chrome tests that are now getting reported because our
swapFrameLoaders is no longer an XPConnect method.
2013-01-29 12:51:55 -05:00
Robert Strong
33b482a03c
Bug 695811 - Checking for updates logs two warnings about deprecated XMLHttpRequest attributes. r=bbondy, r=dhylands
2013-02-01 18:58:48 -08:00
Blake Winton
9982cbb2a4
Bug 345603 - Move "Clear Recent History" menu item from "Tools" menu to "History" menu; r=dao ui-r=limi
2013-02-01 18:52:46 -05:00
Jeff Muizelaar
4d09a01cab
Bug 808785. Stop shipping d3dx9_43.dll. r=bjacob
...
Since ANGLE revision 1314 / issue 311:
http://code.google.com/p/angleproject/issues/detail?id=311 d3dx9_43.dll is no
longer needed.
--HG--
extra : rebase_source : cb02a61730f4a24f807662269693be2dde673ff0
2013-01-28 11:52:06 -05:00
Ryan VanderMeulen
4fe28c9eb1
Merge m-c to inbound.
2013-02-20 12:52:59 -05:00
Julian Viereck
2d03968206
Bug 743252 - Use moznomarginboxes in PDF Viewer.
2013-02-20 10:50:28 -05:00
Benjamin Smedberg
4f2e9aac20
Bug 791244 - Make the hangprocessor pref dependent on RELEASE_BUILD since deploying multidump hasn't happened yet, r=heycam
...
--HG--
extra : rebase_source : 145a4fd0f9cecc8835c56389c2403f8c15c97489
2013-02-20 10:52:16 -05:00
Jim Mathies
b7a0177693
Bug 843020 - Quote parameters used in invoking the desktop browser via ShellExecute in the Win8 CEH. Fixes problems with file names with spaces. r=bbondy
2013-02-20 09:00:59 -06:00
Jim Mathies
51f155e532
Bug 793547 - Query the underlying data object if it exists for uri handed to the Win8 CEH in ShellExecute operations. Fixes some clipped url issues. r=tabraldes
2013-02-20 08:47:15 -06:00
Andres Hernandez
b016c365fd
Bug 841406 - Split head file for browser and plain tests. r=mak
...
--HG--
rename : browser/base/content/test/head.js => browser/base/content/test/head_plain.js
2013-02-15 15:20:00 -06:00
Jim Mathies
dc75374485
Bug 842516 - Disable the form manager until we can fix all the bugs. r=mbrubeck
2013-02-19 19:51:03 -06:00
Jim Mathies
ad61a3e098
Bug 782810 - add text, link, and input context menu tests. r=mbrubeck
2013-02-19 19:51:02 -06:00
Jim Mathies
c3161a6fba
Bug 841697 - Add image context menu tests. r=mbrubeck
2013-02-19 19:51:02 -06:00
Jim Mathies
6c2ff2eb96
Bug 782810 - Implement Yuan's new context menu spec. r=mbrubeck
2013-02-19 19:51:02 -06:00
Jim Mathies
eadeb3fad3
Bug 841686 - Update strings, order, and options for image context menu. Also includes tab fix for bug 841688. r=mbrubeck
2013-02-19 19:51:02 -06:00
Frank Wein
7e825ee89d
Bug 842198 - Move browser_bug822367.js test to browser/, r=tanvi
...
--HG--
rename : content/base/test/chrome/browser_bug822367.js => browser/base/content/test/browser_bug822367.js
rename : content/base/test/file_bug822367_1.html => browser/base/content/test/file_bug822367_1.html
rename : content/base/test/file_bug822367_1.js => browser/base/content/test/file_bug822367_1.js
rename : content/base/test/file_bug822367_2.html => browser/base/content/test/file_bug822367_2.html
rename : content/base/test/file_bug822367_3.html => browser/base/content/test/file_bug822367_3.html
rename : content/base/test/file_bug822367_4.html => browser/base/content/test/file_bug822367_4.html
rename : content/base/test/file_bug822367_4.js => browser/base/content/test/file_bug822367_4.js
rename : content/base/test/file_bug822367_4B.html => browser/base/content/test/file_bug822367_4B.html
rename : content/base/test/file_bug822367_5.html => browser/base/content/test/file_bug822367_5.html
rename : content/base/test/file_bug822367_6.html => browser/base/content/test/file_bug822367_6.html
2013-02-20 09:54:49 +01:00
ithinc
7accb646e1
Bug 821859 - Use stylesheet for tab delay resizing instead of setting each tab.style. r=fryn
2013-01-09 21:01:18 +08:00
Daniel Holbert
e5d0210460
Bug 835543 part 2: Remove deprecated interface nsINavHistoryFullVisitResultNode. r=mak
2013-01-29 14:30:13 -08:00
Dão Gottwald
221ce9310d
Bug 840526 - Front-end workaround for bug 839974. r=fryn
2013-02-12 22:16:28 +01:00
Boris Zbarsky
66e49b02aa
Back out bug 824589 (rev 22695cac3896) on suspicion of Ts regression
2013-01-29 17:18:06 -05:00
Dão Gottwald
47e5125519
Bug 835892 - Provide No Video & No Audio options when both camera and microphone access are requested. r=gavin
2013-01-29 23:16:04 +01:00
Ed Morley
e025a1d342
Merge mozilla-central to mozilla-inbound
2013-02-15 09:29:05 +00:00
Gregor Wagner
a09871a4c5
Bug 752982: Backout c144a6760459 on CLOSED TREE
2013-02-14 20:10:16 -08:00
Drew Willcoxon
5f349eba4b
Bug 648675 - Allow comments and URL opt-in in content/plugin crash UI. r=dolske,ted
2013-02-14 15:57:50 -08:00
Mark Hammond
07522c75b9
Bug 840832 - ensure that closing the only visible chat selects another chat if possible. r=felipe
...
--HG--
extra : rebase_source : 25d0d85f2660687a66ca82828f0887732e99f3aa
2013-02-14 12:07:34 +11:00
Chris Cooper
d7af153e51
Bug 774947 - Updated mozconfigs for l10n (NPOTB) - r=aki
2013-02-13 18:51:11 -05:00
Matt Brubeck
926b160dbe
Bug 841087 - Stop unnecessary preprocessing in /browser/metro [r=sfoster]
2013-02-13 15:35:45 -08:00
Mark Hammond
2c50e0e7f2
Bug 840854 - remove the consumeoutsideclicks attribute from the social panel. r=MattN
2013-02-14 18:36:09 +11:00
Trevor Saunders
eae3ed2a33
bug 648267 - remove nsIWinAccessNode r=surkov
2013-01-09 06:34:39 -05:00
Makoto Kato
eeac5d0163
Bug 834645 - move -STACK parameter to config.mk. r=ted
2013-02-14 15:22:00 +09:00
Josh Matthews
c747c518a0
Bug 829360 - Keep non-browser windows from extending the lifetime of the private session. r=bz
2013-02-04 23:22:51 +00:00
Mark Hammond
67721b93b5
Bug 837578 - stop preprocessing Social.jsm and MozSocialAPI.jsm. r=gavin
2013-02-05 10:19:11 +11:00
Ryan VanderMeulen
5b3b18443a
Merge m-c to inbound.
2013-02-04 14:54:36 -05:00
Raymond Lee
9ba4883ad2
Bug 834492 - Drop livemarks support from FUEL. r=mak
2013-02-04 13:53:48 +08:00
Shriram Kunchanapalli
07fd523d01
Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin
2013-02-02 23:19:35 +05:30
Josh Aas
3482bb8b78
Back out fix for bug 647216 due to test failures. CLOSED TREE
2013-02-04 10:05:06 -06:00
Josh Aas
5d6290a834
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
2013-02-04 09:00:42 -06:00
Blake Winton
bdf9a900a1
Bug 836764 - Change the urlbar's placeholder to indicate that we can search too. r=dao, ui-r=limi
2013-02-04 07:11:49 -05:00
Gregory Szorc
a8d719ab59
Bug 840177 - Part 4: Record search bar searches in Firefox Health Report; r=gavin
2013-02-13 14:33:24 -08:00
Gregory Szorc
8085b3d83f
Bug 840177 - Part 3: Record context menu searches in Firefox Health Report; r=gavin, r=rnewman
2013-02-13 12:33:52 -08:00
Matt Brubeck
b59a242caf
Bug 841119 - Remove unused images and styles from /browser/metro/theme [r=jimm]
2013-02-13 12:32:33 -08:00
Matt Brubeck
4b1ac65c83
Bug 841097 - Stop unnecessary preprocessing in /browser/branding/locales [r=gavin]
2013-02-13 12:32:33 -08:00
Matt Brubeck
200b415098
Bug 841058 - Remove unused PageActions code and strings from /browser/metro [r=jimm]
2013-02-13 10:47:05 -08:00
Gregory Szorc
b35fbc377c
Bug 840177 - Part 2: Record about:home searches in Firefox Health Report; r=gavin, r=rnewman
2013-02-13 10:34:34 -08:00
Gregory Szorc
b6db5497eb
Bug 840177 - Part 1: Fire a DOM event when a search occurs on about:home; r=gavin
2013-02-13 10:34:32 -08:00
Bobby Holley
89e4df03dc
Bug 839792 - Revert Tamper-proofing. r=bz
...
This reverts bug 821850 part 16, and updates the tests accordingly.
2013-02-13 19:16:19 +01:00
Ryan VanderMeulen
65e705c863
Merge m-c to inbound.
2013-02-13 10:35:33 -05:00
Jim Mathies
84bf9e0510
Bug 800977 - implement copy image to clipboard context action. r=mbrubeck
2013-02-13 05:10:00 -06:00
Shih-Chiang Chien
6d72ea7eb7
Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira.
2013-02-15 23:41:35 +08:00
Matt Brubeck
748e4fc916
Bug 841893 - Fix exception in ContentPermissionPrompt [r=fryn]
2013-02-15 13:47:19 -08:00
Matt Brubeck
79a9176a00
Bug 841572 - Change default toggle labels from Yes/No to On/Off [r=ally]
2013-02-15 13:46:42 -08:00
Shih-Chiang Chien
44b814d158
Bug 752982 - Part 1: Implement captive portal detection service. r=thinker
2012-09-15 11:37:53 +08:00
Ryan VanderMeulen
64146465d9
Merge m-c to inbound.
2013-02-06 08:20:00 -05:00
Gregory Szorc
7968a67e7d
Merge mozilla-central into services-central
...
--HG--
rename : content/media/webaudio/AudioEventTimeline.h => content/media/AudioEventTimeline.h
2013-02-05 22:40:34 -08:00
Gregory Szorc
4abd66daf7
Bug 838312 - Well-defined API for opting out of FHR data upload; r=rnewman
...
You should no longer set policy.healthReportUploadEnabled directly.
Instead, call policy.recordHealthReportUploadEnabled(). This will
trigger data deletion as needed.
2013-02-05 13:12:28 -08:00
Ed Morley
86093d3b96
Bug 822284 - Re-Disable browser_privatebrowsing_cookieacceptdialog.js & browser_privatebrowsing_crh.js on OS X for too many intermittent failures
2013-02-06 12:02:43 +00:00
Gregory Szorc
7faaef6ed1
Merge mozilla-central into services-central
2013-02-05 08:34:45 -08:00
Phil Ringnalda
62fe566e61
Merge m-c to s-c
2013-02-04 18:12:00 -08:00
Dao Gottwald
bc7615810d
Bug 825035 - Blocklisted click-to-play notification only fades in/out once per window per session. r=jaws
2013-02-06 00:59:21 -05:00
Mark Hammond
ae5deaeab7
Bug 835111 - always open new chat windows in the 'most recent' suitable browser window. r=gavin
2013-02-06 15:06:35 +11:00
Richard Newman
8f9d00659a
Bug 836206 - Remove AITC client. r=gps
2013-02-03 00:51:26 -08:00
Ryan VanderMeulen
b55326c986
Bug 835954 - Update pdf.js to version 0.7.180. r=yury
2013-02-04 19:25:09 -05:00
Chris AtLee
84ae4f342c
Bug 838140: Use MOZ_PKG_SPECIAL=asan for asan builds. r=ted
...
To distinguish them from the regular nightly builds.
2013-02-05 17:01:21 -05:00
Josh Aas
895a771a33
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
2013-02-05 15:40:34 -06:00
Marco Bonardo
773cdc76e6
Bug 837117 - Downloaded items change position in the downloads view if Clear List is selected.
...
r=Mano
2013-02-05 21:56:03 +01:00
David Rajchenbach-Teller
84fbd821c3
Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert
2013-02-05 11:40:48 -05:00
Andres Hernandez
bd267d239c
Bug 739217 - Part 7: Browser sanitize replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 15:08:51 -06:00
Andres Hernandez
af271cd9c3
Bug 739217 - Part 6: Browser social replacements of synchronous isVisited with asynchronous isURIVisited. r=mak, r=jaws
2013-02-04 17:14:47 -06:00
Andres Hernandez
9ffe7c08a6
Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-02-04 16:12:19 -06:00
Andres Hernandez
6cdc6d3572
Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-28 11:09:33 -06:00
Asaf Romano
d012077386
Bug 836211 - Give focus to the downloads view if the previous view had focus.
...
r=mak
2013-02-05 15:56:35 +01:00
Fabrice Desré
a576b805e1
Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira.
2012-09-15 11:37:53 +08:00
Yury Delendik
0d6cb92088
Bug 839714 - Extend PlayPreview API. r=jschoenick, r=jwein
2013-02-14 15:38:41 -06:00
Ryan VanderMeulen
0e5dbfff3e
Merge m-c to inbound.
2013-02-14 18:03:02 -05:00
Matt Brubeck
c08d662de9
Bug 841451 - Fix build problems in metro/commandexecutehandler [r=jimm]
2013-02-14 11:50:40 -08:00
Brandon Waterloo
4d0c2e8269
Bug 840584 - When a new rotation event comes in while a previous one is still snapping, cancel the snapping animation. Also, ensure that the completeRotation class is not applied when it is unnecessary to ensure that it is always removed whenever it is added. Also fixes bug 839625. r=jaws
2013-02-14 12:05:54 -05:00
Stephen Horlander
785fe611a7
Bug 836887 - Fix zoom-in toolbar button icon in HiDPI mode. r=fryn
2013-01-31 18:32:25 -08:00
Ryan VanderMeulen
a9c703a4ce
Backed out 7 changesets (bug 739217) for mochitest-1 orange on a CLOSED TREE.
...
--HG--
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => docshell/test/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => docshell/test/test_bug94514.html
2013-01-31 19:36:04 -05:00
Ryan VanderMeulen
b9ba04c8c1
Bug 739217 - Follow-up to fix mochitest-1 orange.
2013-01-31 17:34:19 -05:00
Andres Hernandez
2a0ad21f51
Bug 739217 - Part 7: Browser sanitize replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-28 15:22:17 -06:00
Andres Hernandez
6ab897183e
Bug 739217 - Part 6: Browser social replacements of synchronous isVisited with asynchronous isURIVisited. r=mak, r=jaws
2013-01-30 13:35:11 -06:00
Andres Hernandez
df00c85a4f
Bug 739217 - Part 4: Browser replacements of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-30 10:46:32 -06:00
Andres Hernandez
194b5bef36
Bug 739217 - Part 1: addVisits replacement of synchronous isVisited with asynchronous isURIVisited. r=mak
2013-01-28 11:09:33 -06:00
Henri Sivonen
c7ab71e1e8
Bug 234628 part 3 - Disable/enable the Character Encoding menu depending on what the docshell says. r=gavin, ui-r=fyan.
2013-01-31 19:10:28 +02:00
Josh Matthews
357d18001b
Bug 840739 - Make opening a new URI respect the privacy status of the opener. r=ehsan
2013-02-22 16:43:01 -05:00
Matt Brubeck
c27ef44141
Bug 843731 - Add ctrl-shift-J shortcut to open the Metro error console [r=fryn]
2013-02-22 16:55:33 -08:00
Sid Stamm
5026349b65
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
...
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
2012-06-14 14:19:27 -07:00
Shane Caraveo
6019bba05a
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-27 10:31:14 -08:00
Ryan VanderMeulen
715290dd94
Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures.
2013-01-26 21:19:21 -05:00
Shane Caraveo
5b652811b3
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-26 16:48:54 -08:00
Shane Caraveo
c8d0076124
Bug 832943 keep explicit reference to our error handling web listeners to avoid unexpected gc, r=felipe
2013-01-26 12:07:39 -08:00
Shane Caraveo
7f9c684b8f
Bug 824162 dont mess with focus until after the event target handles it, r=gavin
2013-01-26 13:09:19 -08:00
Ryan VanderMeulen
f846d387b0
Merge m-c to inbound.
2013-01-26 12:48:17 -05:00
ffxbld
fdccc09835
No bug, Automated blocklist update from host bld-centos6-hp-007 - a=blocklist-update
2013-01-26 03:43:24 -08:00
Raymond Lee
50c193452b
Bug 820764 - Stop using addvisit() in browser tests r=mak77
2013-01-25 12:55:22 +08:00
Ryan VanderMeulen
bc26304729
Merge the last PGO-green inbound changeset to m-c.
2013-01-24 20:59:19 -05:00
Ryan VanderMeulen
f5b5c25318
Merge fx-team to m-c.
2013-01-24 20:03:46 -05:00
Ryan VanderMeulen
87a4213d82
Merge the last PGO-green inbound changeset to m-c.
2013-01-25 12:33:43 -05:00
Victor Porof
0ead99903d
Bug 830392 - The deletion button in the Variables View only shows up on Linux when hovered, r=msucan
2013-01-24 20:59:45 +02:00
Victor Porof
af209a1c67
Bug 831802 - Variables View: editing getters and setters should not be allowed, r=rcampbell
2013-01-24 20:59:44 +02:00
Victor Porof
53b611d3c6
Bug 830715 - Some Variables View flags should propagate across scopes, variables and properties, r=msucan
2013-01-24 20:59:44 +02:00
Victor Porof
36ccf546b3
Bug 833963 - Variables View: better handling for long strings, r=msucan
2013-01-24 20:59:44 +02:00
Shane Caraveo
688f532209
Bug 804656: add rolluponmousewheel attribute to allow mousewheel events to hide panels, r=enndeakin
2013-01-25 14:30:50 -08:00
Mike Conley
d35081c114
Bug 831639 - Downloads button icon is hard to see on Aero glass on winstripe theme. r=mak.
2013-01-25 17:04:22 -05:00
Ryan VanderMeulen
d1e755f491
Merge m-c to fx-team.
2013-01-24 21:36:55 -05:00
Bobby Holley
9b3101c7c6
Bug 834255 - Fix intermittent orange. r=bz
2013-01-25 11:17:40 +01:00
Rob Campbell
e281e60b36
Bug 834069 - Create a command to list sources in the debugger; r=past
2013-01-23 17:16:00 -05:00
Tim Taubert
641ce36af0
Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric
2013-01-24 14:59:16 +01:00
Anton Kovalyov
12f48971f2
Bug 832880 - Respect Scratchpad modeline only if devtools.chrome.enabled is true; r=harth r=paul
2013-01-23 14:04:18 -08:00
Marco Bonardo
986a4b4eba
Bug 825739 - Intermittent exception thrown by browser_bookmark_titles.js.
...
r=Mano
2013-01-23 15:01:29 +01:00
Ryan VanderMeulen
bd08b980a7
Merge m-c to inbound.
2013-01-24 07:09:10 -05:00
Mike Hommey
4d9f2c54bd
Bug 780561 - Remove now unused bits of the packaging scripts. r=ted
2013-01-23 11:23:15 +01:00
Mike Hommey
13d7cb3c37
Bug 780561 - Use new packager code for packaging (packager.mk) r=ted
2013-01-23 11:23:15 +01:00
Mike Hommey
26c38cc4f4
Bug 780561 - Don't try to install *.xpm files, we don't have any nowadays. r=ted
2013-01-23 11:23:15 +01:00
Mike Hommey
557b3619fb
Bug 780561 - Use new packager code for l10n repacks. r=ted
2013-01-23 11:23:15 +01:00
Ehsan Akhgari
ef7fbcca32
Merge the latest PGO green changeset of mozilla-inbound into mozilla-central; a=pgo-ectomy
2013-01-22 12:49:52 -05:00
Victor Porof
6600bdc4f0
Bug 760564 - Persist the state of the pause-on-exceptions option, r=past
2013-01-21 23:59:30 +02:00
Victor Porof
2b7ce8b9b8
Bug 831724 - Variables View: [object undefined] for Window when inspecting raw objects, r=msucan
2013-01-21 23:59:30 +02:00
Victor Porof
3357fa4ae5
Bug 830702 - Variables View needs a way to clear hierarchies, to avoid highlighting variable or property changes, r=past
2013-01-21 23:59:30 +02:00
Victor Porof
03047db40c
Bug 828664 - Debugger is sad when inspecting an array of > 10k elements in a variables view, r=rcampbell
2013-01-21 23:59:29 +02:00
Dão Gottwald
e7a08c52ce
Bug 813550 - Location bar's placeholder in an RTL chrome should be aligned on the right. r=ehsan a=nonlibxul
2013-01-22 00:13:04 +01:00
Josh Matthews
948bfa7a34
Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop
2013-01-21 16:11:45 +00:00
Josh Matthews
e78e0cef68
Bug 830066 - Use proper document for dropping links on toolkit download UI. r=mak
2013-01-21 15:09:51 +00:00
Bobby Holley
464998681a
Bug 832435 - Fix compartment handling for EvaluteString and javascript: uris. r=bz
2013-01-21 12:56:28 +01:00
Mark Hammond
70357a0d3b
Bug 832811 - show desktop notifications command doesn't toggle. r=jaws
2013-01-21 15:38:35 +11:00
Mark Hammond
9e0a81ee49
Backed out changeset 39aa8c99853c due to incorrect reviewer in checkin message.
2013-01-21 15:37:44 +11:00
Mark Hammond
f66943d60d
Bug 832811 - show desktop notifications command doesn't toggle. r=felipe
2013-01-21 15:15:04 +11:00
Girish Sharma
dab581802b
Bug 650804 - Implement a search mechanism for the highlighter, r=vporof
2013-01-17 16:29:17 +05:30
Paul Rouget
c23c0dd419
Bug 829948 - [toolbox] once toolbox is undocked, hide the the close button. r=harth
2013-01-21 16:22:47 +01:00
Paul Rouget
0b595d2f7e
Bug 818442 - [toolbox] Re-focus devtools window after locking the highlighter. r=harth
2013-01-21 16:22:47 +01:00
Jorge Luis Mendez
a676bf1515
Bug 816526 - debuggerUI.searchLine should use single unicode character instead of '...'. r=vporof
2013-01-14 17:08:16 -05:00
Tim Taubert
6f285cf2d8
merge m-c to fx-team
2013-01-21 11:33:52 +01:00
L. David Baron
713e1dbcf4
Bug 823989: Don't build testpilot on aurora update channel, a=akeybl DONTBUILD
2013-01-19 16:59:25 -08:00
Anton Kovalyov
10a465a369
Bug 644413 - Add support for -sp-context mode-line in Scratchpad. r=harth
2013-01-18 16:59:47 -08:00
Heather Arthur
d327b58178
Bug 827604 - Pseudoclass lock isn't clearing; r=dcamp
2013-01-18 14:03:22 -08:00
Matthew Noorenberghe
544cbd1188
Merge fx-team with mozilla-central
2013-01-17 16:14:57 -08:00
Matthew Noorenberghe
0344b4c7a3
Bug 829995 - Ignore case of .url extension when migrating bookmarks from Internet Explorer. r=felipe
2013-01-16 18:39:46 -08:00
Anton Kovalyov
6c78923aa2
Bug 828052 - Update Cleopatra and fix the issue with gJavaScriptOnly flag not working; r=past
2013-01-16 11:44:35 -08:00
Tim Taubert
de34967777
Bug 805338 - Use http://127.0.0.1:1/ as a reliable error page for testing r=jaws
2013-01-16 13:34:03 +01:00
Panos Astithas
bd0c539a9a
Merge m-c to fx-team
2013-01-16 10:13:29 +02:00
Gregory Szorc
9b103318b3
Merge mozilla-central into services-central
2013-01-15 23:11:26 -08:00
Ed Morley
bacd646052
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-15 22:57:50 +00:00
Gregory Szorc
3bf9c8b985
Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier
2013-01-15 12:38:01 -08:00
Joe Walker
6d25fa3fb3
Bug 774619 - Fix browser_dbg_bfcache.js test by making GCLI force GC; r=past
2013-01-15 19:38:52 +00:00
Gregory Szorc
58cf8c99d7
Merge mozilla-central into services-central
2013-01-15 08:36:17 -08:00
Mihai Sucan
710a42bda9
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Olli Pettay
46d4422369
Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz
2013-01-15 13:46:35 +02:00
Gregory Szorc
bdb8009bec
Bug 830626 - Add HealthReportComponents.manifest to package manifest; r=trivial
2013-01-14 21:49:25 -08:00
Gregory Szorc
7229203ace
Bug 828149 - Enable Firefox Health Report on Linux; r=mconnor
...
We suspect the previous patch fixes the shutdown crash on Linux that
caused us to disable FHR on Linux.
2013-01-14 19:09:13 -08:00
Mike Connor
858f64d3b3
bug 830090 - Access key for Choose What I Share button in info bar is broken, r=gps
2013-01-14 20:30:49 -05:00
Mike Connor
a592a1883e
bug 830498 - fix hardcoded brand references in data choices prefpane, r=jaws
2013-01-14 19:56:04 -05:00
Mike Connor
7063330fc1
bug 830418 - hide health report menu items if health report is disabled, r=rnewman
2013-01-14 19:55:43 -05:00
Gregory Szorc
cc38019742
Bug 829953 - Interact with FHR properly from about:healthreport; r=rnewman
2013-01-14 15:08:40 -08:00
Ehsan Akhgari
519354e464
Merge the last PGO-green changeset of mozilla-central into mozilla-inbound
2013-01-14 17:27:01 -05:00
Gian-Carlo Pascutto
ba149ec413
Backout ff82d1a3955e (Bug 830308).
2013-01-14 20:16:38 +01:00
Mike Conley
5fd8bd8d01
Bug 825852 - Add UI migration to put the Downloads button into the navigation bar. r=mak, f=gavin.
2013-01-15 10:47:58 -05:00
Asaf Romano
78aec7b81c
Bug 826991 - Store download state and end time in an annotation (avoid I/O for new history downloads), part 2. r=mak
2013-01-15 17:32:04 +02:00
Ehsan Akhgari
1990232058
Bug 827454 - Per-window private browsing theme changes for Linux; r=dao
2013-01-14 11:00:43 -05:00
Dão Gottwald
d0b71590b0
Bug 824825 - Add toolbar button and popup notification icons for tabs with camera / microphone access. r=dolske
2013-01-14 10:21:10 +01:00
Paul Rouget
410e234a09
Bug 829644 - [toolbox] Make the default size of the toolbox window wider. r=jwalker
2013-01-11 09:23:00 +02:00
Paul Rouget
df051d178d
Bug 829077 - The undocked Developer Tools window remains open after closing Firefox. r=jwalker
2013-01-11 03:19:00 +02:00
Paul Rouget
4cf313f8ad
Bug 829063 - Toolbox style improvements; r=harth
2013-01-10 09:03:00 +02:00
Girish Sharma
efca1f88c5
Bug 820735 - [toolbox] Tools shortcuts should work from the toolbox window, r=paul
2013-01-13 14:22:03 +05:30
Panos Astithas
1f667ab6c7
Backout 409adccbcbd7 (bug 782179)
2013-01-15 13:50:52 +02:00
Phil Ringnalda
4def70639b
Merge m-c to fx-team
2013-01-14 19:39:31 -08:00
Panos Astithas
82918616a6
Re-enable the browser_dbg_reload-same-script.js test after the fix (bug 782179); r=me
2013-01-14 10:44:42 +02:00
Tim Taubert
f8ea17d643
merge m-c to fx-team
2013-01-13 01:56:53 +01:00
Victor Porof
ae3d188944
Bug 829760 - browser_dbg_propertyview-filter-05.js checks for DOM objects are broken, r=past
2013-01-12 18:27:46 +02:00
Mihai Sucan
19a27114fc
Bug 829913 - Error while closing web console; r=past
2013-01-12 18:17:10 +02:00
Ehsan Akhgari
46c6a08469
Merge mozilla-central into mozilla-inbound
2013-01-12 09:27:31 -05:00
ffxbld
2df181659a
No bug, Automated blocklist update from host bld-linux64-ec2-613 - a=blocklist-update
2013-01-12 03:27:53 -08:00
Victor Porof
0240cf471f
Bug 820426 - An unexpected 'self-hosted' script appears in the debugger's script list, r=past
2013-01-12 11:21:48 +02:00
Victor Porof
31289b8ac7
Bug 782179 - Intermittent browser_dbg_reload-same-script.js | The preferred script url wasn't set correctly. (4) - Didn't expect -1, but got it, | The selected script isn't the correct one. (4) - Didn't expect -1, but got it, r=past
2013-01-12 09:09:06 +02:00
Gregory Szorc
12c1f41cf3
Bug 804745 - Part b: Fix bustage due to apparent preprocessor limitation; r=rnewman
...
This is a temporary fix until the variable in question is removed in bug
829881.
2013-01-11 21:42:47 -08:00
Phil Ringnalda
a53cf189b4
Merge m-c to fx-team
2013-01-11 21:36:11 -08:00
Gregory Szorc
99c1a9b75c
Bug 718066 - Disable Firefox Health Report on Linux; r=trivial
...
Due to crasher.
2013-01-11 19:32:04 -08:00
Mike Connor
884e54b026
Bug 804745 - Unified notification for application data reporting; r=gavin
2013-01-11 19:05:35 -08:00
Mike Connor
5e8e43426f
bug 719484 - build about:healthreport, r=dolske
...
--HG--
extra : rebase_source : 54dac2005640bcf6f0b37c16cfbf04bb11d5def1
2013-01-11 15:31:38 -08:00
Gregory Szorc
0316578c41
Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske
2013-01-11 15:33:57 -08:00
Gregory Szorc
a6c8da1aba
Bug 828829 - Refactor Health Report policy out of services/healthreport; r=rnewman
...
--HG--
rename : services/healthreport/HealthReportService.js => services/datareporting/DataReportingService.js
rename : services/healthreport/modules-testing/mocks.jsm => services/datareporting/modules-testing/mocks.jsm
rename : services/healthreport/policy.jsm => services/datareporting/policy.jsm
rename : services/healthreport/tests/xpcshell/test_policy.js => services/datareporting/tests/xpcshell/test_policy.js
extra : rebase_source : cf766bc99ff843f2d31f82b1c4be71313fbc65a8
2013-01-11 13:45:22 -08:00
Gregory Szorc
4673e5434c
Merge mozilla-central into services-central
2013-01-11 11:07:05 -08:00
Mihai Sucan
70b2df84d4
Bug 827083 - quick fix: address a review comment from Panos; r=past
2013-01-11 20:54:03 +02:00
Mihai Sucan
1f94f68f8f
Bug 827083 - Cannot attach remote web console to Firefox Android; r=past
2013-01-11 19:31:09 +02:00
Joe Walker
dee4c8314c
Bug 823916 - Don't use ordinal to sort the toolbox; r=paul
2013-01-11 12:16:31 +00:00
Joe Walker
30c98c8f0a
Bug 818432 - this.tracked browser windows.delete is undefined; r=paul
2013-01-11 12:16:24 +00:00
Ehsan Akhgari
e12e23ea55
Bug 829180 - Never open externally opened links in a private window; r=gavin
2013-01-10 23:25:56 -05:00
Mark Banner
90aeba4d6c
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
...
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
extra : transplant_source : k%8A%F7%25%F3%22h%E5%CEQ%AB%9Ds%CA%B6/%962%86N
2013-01-10 22:02:38 +00:00
Marco Bonardo
1285e9b07e
Bug 828247 - Library downloads view does not show the end time for completed downloads.
...
r=Mano
2013-01-11 00:32:16 +01:00
Trevor Saunders
034d79f06b
bug 829288 - fix warnings under browser/ r=gavin
2013-01-10 07:34:58 -05:00
Mike Conley
cfa85a4630
Bug 829258 - Include missing @2x images for Downloads Panel in pinstripe/jar.mn. r=mak.
2013-01-10 17:43:04 -05:00
Mark Banner
852f9a887e
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
...
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
2013-01-10 22:02:38 +00:00
Richard Newman
a1f549a5f5
Merge m-c to s-c.
2013-01-09 12:48:01 -08:00
Ehsan Akhgari
b4ca2afc0e
Bug 827938 - Remove the extra horizontal line in the private window theme on Mac OS X when using tabs on bottom; r=dao
2013-01-09 11:15:59 -05:00
Mark Hammond
71722d2465
Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws,mixedpuppy
...
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
2013-01-24 21:14:36 +11:00
Ed Morley
78621f4eef
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-09 13:33:43 +00:00
Makoto Kato
6c17f475d1
Bug 827643 - Turn off FAIL_ON_WARNINGS on our automation on Win64; r=ted
2013-01-09 13:31:20 +00:00
Paolo Amadini
c9c119634b
Bug 824265 - Part 2 of 2 - Empty Downloads view should show that there are no downloads in the list. r=mano
2013-01-13 23:36:18 +02:00
Ehsan Akhgari
b786779f5a
Bug 829870 - Only draw in the title bar of private windows which are browser windows on Mac; r=gavin
2013-01-13 16:23:13 -05:00
Richard Newman
dfd5555921
bug 719484 - Part a: add license text to aboutHealthReport.dtd. r=comment-only
2013-01-12 22:50:21 -08:00
Richard Newman
96589f0486
Bug 804745 - Part c: fix error in notification name handling. r=simple
2013-01-12 22:50:21 -08:00
Paul Rouget
e31eea6029
Bug 827990 - inspector tests use DOM MutationObserver API incorrectly; r=jwalker f=nfroyd
2013-01-09 02:04:00 +02:00
Nick Fitzgerald
970b580bdf
Bug 783420 - Stop using devtools' Promise.jsm, and start using toolkit/addon-sdk/promise/core.js; r=past,jwalker
2013-01-08 14:42:00 +02:00
Girish Sharma
8776b9208e
Bug 826695 - Fix developer toolbar button alignment, r=dao
2013-01-09 10:24:56 +05:30
Paul Rouget
9a0ecdb350
Bug 819181 - Inspector sidebar items show undefined during load. r=jwalker
2013-01-09 02:15:00 +02:00
Panos Astithas
12ee7b8bff
Merge m-c to fx-team
2013-01-10 08:48:55 +02:00
Panos Astithas
a98b157cc4
Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof
2013-01-09 23:27:59 +02:00
Panos Astithas
e1aecc824d
Merge m-c to fx-team
2013-01-09 21:42:41 +02:00
Marco Bonardo
e6b624f4a8
Bug 828488 - Properly set the "active" attribute for session downloads.
...
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
c4c651accb
Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak
2013-01-10 01:01:15 +01:00
Panos Astithas
65104b90c5
Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof
2013-01-09 10:21:36 +02:00
Ed Morley
053428a6eb
Backout 912fb83c1820 (bug 828111) for browser-chrome leaks on a CLOSED TREE
2013-01-09 16:31:36 +00:00
Asaf Romano
f0b59062c0
Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak
2013-01-09 16:03:41 +02:00
Ed Morley
ffb5dab06f
Merge mozilla-central to mozilla-inbound
2013-01-09 13:37:23 +00:00
Asaf Romano
a2c970dddc
Bug 828243 - Cleanup wasDone, wasInProgress and endTime usage. r=mak
2013-01-09 14:45:08 +02:00
Mark Hammond
e3dedd5e2c
Backout 82464c35d37a (Bug 808215) for a regression and test failures.
2013-01-24 17:44:40 +11:00