Commit Graph

13530 Commits

Author SHA1 Message Date
Jared Wein
304c8fa6b4 Bug 810419 - Duplicate ambient-menuitems in the Social API keyboard-access menu. r=felipe 2012-11-09 15:36:22 -08:00
Mike Conley
b8417fcf6b Bug 810343 - Downloads button paused state looks bad on gnomestripe. r=mak. 2012-11-09 16:18:39 -05:00
Ryan VanderMeulen
7ce522bbc4 Merge fx-team to m-c. 2012-11-02 15:45:53 -04:00
Brian R. Bondy
513d3797a6 Bug 808110 - No HTTP traffic was being sent for stub installer pings due to too many parameters. r=jimm 2012-11-02 15:41:40 -04:00
Victor Porof
d963678d37 Bug 774011 - Intermittent browser_dbg_createRemote.js | Should be paused after an interrupt request. - Got false, expected true | Should have one frame in the stack. - Got 0, expected 1, r=past 2012-11-02 16:39:12 +02:00
Dão Gottwald
5b3ee5260f Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-02 03:46:56 +01:00
Ryan VanderMeulen
caaae42bf8 Merge the last PGO-green inbound changeset to m-c. 2012-11-01 21:26:34 -04:00
Ryan VanderMeulen
3ecbf1346a Backout e35f252ca573 for mochitest-other orange.
CLOSED TREE
2012-11-01 19:31:02 -04:00
Boris Zbarsky
2e34a9a752 Bug 807222 part 6. Fix getOwnPropertyNames to work correctly on Window. r=jst
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Jim Mathies
8ee8d804b6 Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin 2012-11-01 14:28:49 -05:00
Dão Gottwald
0bd446d9ba Bug 807404 - Remove the 'switchingtabs' attribute after the next paint rather than depending on a synchronous layout flush. r=enn 2012-11-01 20:28:33 +01:00
Brian R. Bondy
7c4393cc13 Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm 2012-11-01 17:35:54 -04:00
Robert Strong
228791b31f Bug 802734 - Add installer telemetry ping information. r=bbondy 2012-11-01 17:35:46 -04:00
Dão Gottwald
6d4b82ba46 Bug 756313 - Don't load the homepage before the first paint. r=enn 2012-11-01 22:00:35 +01:00
Ed Morley
3df60ccac7 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-01 13:42:02 +00:00
Panos Astithas
9bc475fdc6 Merge m-c to fx-team 2012-11-01 09:30:11 +02:00
Panos Astithas
fdfd985c80 Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell 2012-10-31 18:31:55 +02:00
Victor Porof
e0501e8f86 Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell 2012-11-02 09:32:31 +02:00
Victor Porof
e0fab10863 Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell 2012-11-02 09:31:55 +02:00
Joe Walker
ec4475a595 Bug 801387 - GCLI rollup bug fix for bugs 795324, 797016, 791085; r=dcamp 2012-11-02 02:54:14 +00:00
Joe Walker
060d6f1b50 Bug 800346 - Autocompletion hint text is not visible in the latest Nightly; r=dcamp 2012-11-02 02:54:14 +00:00
Joe Walker
a13e71a2db Bug 798458 - changes to make minification of GCLI work; r=dcamp 2012-11-02 02:54:14 +00:00
Grant Gayed
b59a20d19a Bug 806821 - GCLI should ensure that 'string' command return types are treated as plaintext; r=jwalker
* * *
Bug 800363 - XSS in Web Developer Toolbar's chrome privilege page
2012-11-02 02:54:13 +00:00
N Bosma
e370784c40 Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp 2012-10-31 18:30:37 +02:00
Michael Ratcliffe
dba75fc5c1 Bug 788458 - Fix issues with copy / paste in rule and computed views; r=dcamp 2012-10-31 18:25:08 +02:00
Anton Kovalyov
5a69f4f33f Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell 2012-10-31 18:23:51 +02:00
Panos Astithas
dca32622e6 Backed out changeset 9e56a20d367f on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 16:27:37 +02:00
Panos Astithas
fbc64fb6e0 Bug 771655 - Debugger does not show up if any progress listener (e.g. NoScript) reads the WebProgress argument's DOMWindow property in onStateChange(); r=vporof 2012-10-31 16:02:07 +02:00
Mark Hammond
01fd6451dc Bug 808243 - sidebar load event should be removed when sidebar not visible. r=felipe 2012-11-06 10:26:33 +11:00
Panos Astithas
019bd65baf Backed out changeset 0ef0321ebe88 on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 15:16:41 +02:00
Panos Astithas
800a5ec8e2 Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 13:33:26 +02:00
Panos Astithas
27ea7566ea Backed out changeset 59598af5e407 on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 13:30:52 +02:00
Mihai Sucan
bb29f25a15 Bug 805960 - Intermittent toolkit/devtools/webconsole/test/test_file_uri.html | an unexpected uncaught JS exception reported through window.onerror - NS_ERROR_FILE_IS_LOCKED; r=past 2012-10-30 17:53:58 +02:00
Mike Conley
3475c86d5f Bug 794752 - Downloads toolbar button changes size the first time it is clicked. r=mak. 2012-11-08 11:13:23 -05:00
N Bosma
a9f58f6f5f Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp 2012-10-26 14:07:00 +03:00
Ehsan Akhgari
31f2b668c9 Bug 806682 - Port browser_privatebrowsing_cookieacceptdialog.js to the new per-window PB APIs; r=jdm
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_cookieacceptdialog.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_cookieacceptdialog.js
2012-11-06 13:41:20 -05:00
Ehsan Akhgari
be13c2a6b9 Bug 806681 - Port browser_privatebrowsing_certexceptionsui.js to the new per-window PB APIs; r=jdm
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_certexceptionsui.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_certexceptionsui.js
2012-11-06 13:41:09 -05:00
Jim Mathies
a111ddd02b Bug 809001 - Fix bad resource path in browser.js for Safebrowsing.jsm. r=gavin 2012-11-06 12:24:19 -06:00
Mike Conley
c5d308c096 Bug 759397 - Remove per-item download rate clutter from Downloads Panel. r=mak. 2012-11-06 13:21:50 -05:00
Mike Conley
3c75fd1bdf Bug 807709 - Downloads Panel does not always close when handing off operations to the OS. r=mak. 2012-11-06 13:21:50 -05:00
Gavin Sharp
3187753491 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. 2012-11-06 09:14:35 -08:00
Boris Zbarsky
51ea2f70a7 Back out rev 6d36471ab3ca (part 5 of bug 807222) because now Android is shipping busted stuff on the global. 2012-11-05 11:54:37 -05:00
Boris Zbarsky
06fca213bc Bug 807222 part 5. Fix getOwnPropertyNames to work correctly on Window. r=jst
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Victor Porof
a7b9d70502 Bug 807222 part 4. Fix timeout in debugger propertyview test due to larger number of properties on the global. r=past 2012-11-03 13:57:33 +02:00
Vladimir Vukicevic
ba3594b8bc b=809123; disable broken browser_586068-reload.js test; r=ttaubert 2012-11-08 10:14:04 -05:00
Frank Yan
f27f485e05 Bug 803335 - Fix Twitter built-in search engine URL. r=gavin 2012-10-31 14:53:38 -07:00
Brian R. Bondy
8af210cf9f Bug 807357 - Windows 8 N builds should call SHChangeNotify as per documentation. r=jimm 2012-10-31 14:01:11 -04:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Ed Morley
2f3379d2c3 Backout f3bb2259ca27 (bug 433168) for browser-chrome failures 2012-10-31 16:07:20 +00:00
Johan Charlez
6fcdcaa347 Bug 433168 - Context menu is not shown for form buttons and select elements. r=Mano. 2012-10-31 10:56:51 -04:00
Ed Morley
d14cc688a2 Merge mozilla-central to mozilla-inbound 2012-10-31 14:11:12 +00:00
Mike Conley
0e1a5395d0 Bug 786662 - Open Containing Folder in context menu for Download Panel item is always disabled after pause. r=mak. 2012-10-31 10:07:44 -04:00
Ed Morley
2d040f49fc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-31 14:06:39 +00:00
Tom Schuster
85c2e983ae Bug 805222 - Change some usages of GetFunctionId to GetFunctionDisplayId for better JS stacktrace. r=bholley,robcee 2012-10-31 13:34:42 +01:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Johan Charlez
e51aadd3fc Bug 750544 - Remove the scope bar from the Library window. r=mano. 2012-10-30 19:36:16 +02:00
Ryan VanderMeulen
fb9af310bb Merge the last PGO-green inbound changest to m-c. 2012-10-30 10:48:44 -04:00
Chris AtLee
605ac8bb57 Bug 804090: Remove official branding from l10n mozconfigs. r=bhearsum DONTBUILD 2012-10-30 10:11:29 -04:00
Ed Morley
8965c8f18e Merge mozilla-central to mozilla-inbound 2012-10-30 10:50:27 +00:00
Dão Gottwald
ee73dd9769 merge backout 2012-10-30 11:39:17 +01:00
Dão Gottwald
9008797712 Backed out changeset 36603a91c06f 2012-10-30 11:38:56 +01:00
Phil Ringnalda
7c33475369 Merge the last PGO-green cset on mozilla-inbound to mozilla-central 2012-10-29 13:48:37 -07:00
Ben Hearsum
2c15caafbc bug 805788: exclude override.ini from mac signatures. r=ted 2012-10-29 10:07:55 -04:00
philringnalda@gmail.com
0440f80a85 No bug, Automated blocklist update from host slice 2012-10-28 15:39:31 -07:00
Jared Wein
05a314df33 Bug 803514 - Like button is too close to the bookmark star. r=felipe 2012-10-26 15:51:23 -07:00
Jared Wein
72de530acc Bug 803336 - Social API toolbar button needs more horizontal margins on Mac. r=felipe 2012-10-26 15:49:42 -07:00
Mike Conley
0aecb71180 Bug 766263 - Part 2: Add a regression test. r=mak. 2012-10-26 13:17:18 -04:00
Mike Conley
41924d2689 Bug 766263 - Part 1: Downloads Panel should not open automatically once per Firefox session. r=mak. 2012-10-26 13:17:18 -04:00
Ehsan Akhgari
e3259b4a04 Bug 806697 - Move browser_privatebrowsing_sslsite_transition.js to the obsolete directory; r=jdm
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_sslsite_transition.js => browser/components/privatebrowsing/test/browser/obsolete/browser_privatebrowsing_sslsite_transition.js
2012-10-31 00:25:00 -04:00
Dão Gottwald
9600c9f3b7 Bug 806812 - #star-button should defer to the urlbar-icon class rather than using custom padding. r=shorlander
--HG--
extra : rebase_source : 106d73802a3f54ce060e951609e5c687a29a9ef9
2012-10-30 18:15:22 +01:00
Jared Wein
6b23d446b6 Bug 805885 - Set -moz-image-region on the .social-notification-icon-image class, r=felipe 2012-10-29 23:29:43 -07:00
Gavin Sharp
c6811c02ae Bug 805474: fix chatbar title styling in high contrast themes, and crop chatbox titles, r=jaws 2012-10-29 15:03:16 -07:00
Mark Hammond
b2c80218f8 Bug 804258 - the social sidebar should appear under View->Sidebar. r=gavin 2012-10-29 23:28:31 -07:00
Jared Wein
1682758669 Bug 803344 - Add a menuitem in the social toolbar button menu to disable the Social API with confirmation, r=gavin 2012-10-29 23:25:53 -07:00
Felipe Gomes
ecffccef43 Bug 806038. Sidebar docShell is not defined after sidebar has been unloaded. r=gavin 2012-10-29 20:52:56 -07:00
Justin Dolske
344fdefd33 Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin
--HG--
rename : browser/components/safebrowsing/content/blockedSite.xhtml => browser/base/content/blockedSite.xhtml
rename : browser/components/safebrowsing/content/report-phishing-overlay.xul => browser/base/content/report-phishing-overlay.xul
rename : browser/components/safebrowsing/SafeBrowsing.jsm => toolkit/components/url-classifier/SafeBrowsing.jsm
2012-10-29 17:26:41 -07:00
Chris Pearce
818603ae1d Bug 805301 - Rename iframe.mozallowfullscreen to allowfullscreen. r=jlebar 2012-10-30 11:02:24 +13:00
Phil Ringnalda
278263cb2f Merge m-c to m-i 2012-10-29 14:37:11 -07:00
Felipe Gomes
230f94e6ee Bug 804910 - Part 2. Watch for error notification and display recovery UI. r=jaws 2012-10-30 13:10:04 -07:00
Phil Ringnalda
4cb2d964a8 Back out 9c064c78d86a (bug 799600) for orange
--HG--
extra : rebase_source : 464d1ff3410f2382b8b0f9c204734517178b354f
2012-10-26 19:19:56 -07:00
Jared Wein
7666e094cf Bug 781974 - Unapplied property checkbox disappears when property is no longer hovered. r=dcamp 2012-10-26 22:11:50 -04:00
Ryan VanderMeulen
b6495131c8 Merge m-c to inbound. 2012-10-26 22:11:46 -04:00
Ryan VanderMeulen
f96be73615 Merge the last PGO-green inbound changeset to m-c. 2012-10-26 21:22:40 -04:00
Ryan VanderMeulen
c7828d9d22 Merge fx-team to m-c. 2012-10-26 21:05:26 -04:00
Victor Porof
a4918d3e12 Bug 790216 - Optimize global search results, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
5110f5643e Bug 790556 - Remember last IP address for remote debugger, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
3795d7000f Bug 804575 - Implement a way of keeping the debugger panes always visible, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
23894e6a79 Bug 796148 - Implement a 'gear menu', r=past 2012-10-26 23:28:54 +03:00
Victor Porof
896057a772 Bug 794886 - Avoid confusion caused by accidentally prefing off the panels, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
85b1ebb05d Bug 751836 - After stepping in the debugger, any open nodes in the property view are collapsed, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
e167d0dbe1 Bug 803933 - Intermittent browser_dbg_reload-same-script.js | Timed out while polling for the scripts. followed by 10,933 other failures, r=past 2012-10-26 23:28:54 +03:00
Victor Porof
b73c53c7c5 Bug 707302 - Optimize and refactor the debugger frontend to use constructors instead of attached functions to DOM nodes, r=rcampbell 2012-10-26 20:10:17 +03:00
Tim Taubert
101d75524c merge m-c to fx-team 2012-10-25 21:23:58 +02:00
Phil Ringnalda
b4416e2c2d Back out 689834383fbb (bug 782882) for timing out in browser_social_toolbar.js 2012-10-25 00:00:45 -07:00
Mark Hammond
e36287a55b Bug 799600 - allow data urls in social panels. r=jaws 2012-10-25 16:45:34 +11:00
Mark Hammond
118ba0b242 Bug 782882 - only allow sharing of http or https urls. r=jaws 2012-10-25 16:44:53 +11:00
Phil Ringnalda
93ae79dc82 Back out 5bbfcd1d5296 (bug 805206) for browser-chrome failures 2012-10-24 22:35:25 -07:00
Jared Wein
f420601e91 Bug 805206 - Keyboard accessible menuitem has a blank label. r=felipe 2012-10-24 20:48:01 -07:00
Felipe Gomes
a638d39d76 Bug 803775. Clear text-shadow (from lightweight themes) on chat titles. r=MattN 2012-10-24 20:31:08 -07:00
Alfred Kayser
0c93fee22f Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Brian R. Bondy
6a5c2170f7 Bug 801853. r=rstrong 2012-10-25 22:07:04 -04:00
Ryan VanderMeulen
40f09ef25e Merge the last PGO-green inbound chnageset to m-c. 2012-10-25 21:14:50 -04:00
Randell Jesup
1f7c3d3c1e Bug 802397: Work around JS engine bug 449811 to select correct mic/camera r=dolske 2012-10-25 20:14:47 -04:00
Jan Horak
09a39281d4 Bug 567377 - Support drag and drop for Linux. r=mak77 2012-10-25 17:43:24 -04:00
Ryan VanderMeulen
130a50c2ca Merge m-c to inbound. 2012-10-25 17:43:19 -04:00
Jared Wein
38df74f4a0 Bug 805206 - Keyboard accessible menuitem has a blank label. r=felipe
--HG--
extra : rebase_source : a049e94893c292e8c0fa53c4390199a00f7f2b50
2012-10-25 12:30:59 -07:00
Jared Wein
ebc8dc09b5 Bug 804736 - Allow reactivation from content for Social API. r=mixedpuppy
--HG--
extra : rebase_source : f2a4ac4fa58874092e2639f307eb20e29e76a3fd
2012-10-25 12:29:12 -07:00
Dão Gottwald
52527b7ef7 Bug 752376 - Avoid calling scrollbox.ensureElementIsVisible() if the tab strip doesn't overflow to prevent layout flushes. r=enn 2012-10-25 19:59:33 +02:00
Dão Gottwald
b4cd9021f9 Bug 803978 - Remove WinXP-specific downloads panel styling. r=mconley 2012-10-25 19:59:10 +02:00
Daniel Holbert
cfff89c7d8 Bug 805325 - Use the actual search engine name for logo's alt text on about:home, instead of the string "undefined". r=mak 2012-10-25 07:18:07 -07:00
Mihai Sucan
ae8184230d Bug 798951 - Intermittent browser_webconsole_bug_737873_mixedcontent.js | Test timed out; r=robcee 2012-10-23 15:59:57 +03:00
Szabolcs Hubai
d88afd4d7d Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy 2012-10-24 20:39:51 +02:00
Andres Hernandez
44980cac5f Bug 722987 - Places UI makes decisions based on global Private Browsing state; r=ehsan 2012-10-24 14:04:38 -06:00
Andres Hernandez
cb594e9b92 Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan 2012-10-24 14:21:33 -06:00
Ekanan Ketunuti
b7cc88ec3c Bug 803948 - Fix typos in localization comments for developer tools; r=paul 2012-10-21 18:01:56 +07:00
Anton Kovalyov
0e2d16de78 Bug 794898 - Scratchpad should ask for confirmation before closing; r=harth 2012-10-22 15:53:23 -07:00
Girish Sharma
7df04d51da Bug 800231 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out, | Found a Tools:StyleEditor after previous test timed out; r=msucan 2012-10-22 11:20:08 +05:30
Phil Ringnalda
a1120dfca2 Merge mozilla-central to fx-team 2012-10-19 22:13:58 -07:00
Ryan VanderMeulen
a7934ae4c3 Merge the last PGO-green inbound changeset to m-c. 2012-10-19 21:43:03 -04:00
Robert Strong
a4522c28ee Bug 803181 - Change update background download interval from 10 minutes to 1 minute and update check interval from 24 hours to 12 hours. r=jaws 2012-10-19 12:42:28 -07:00
Brian R. Bondy
35cc811c13 Bug 793438 - Always add start menu shortcut on Win8 for Metro browser builds. r=jimm 2012-10-24 11:45:16 -04:00
Brian R. Bondy
105151db50 Bug 790474 - Zip builds now do Metro registration when you try to set them as the default browser. r=jimm 2012-10-24 11:45:15 -04:00
Mike Conley
e825dfe84e Bug 746756 - On feature activation, Download Panel should limit reported downloads. r=mak. 2012-10-24 10:02:29 -04:00
Mark Hammond
a77e9989c2 Bug 799600 - allow data urls in social panels. r=jaws 2012-10-25 16:45:34 +11:00
Jared Wein
1910b3bd9d Bug 805989 - Icons in the overflow chat menu are incorrectly sized. r=felipe 2012-10-26 15:51:42 -07:00
Jared Wein
e73e2d185d Bug 801035 - Keyboard access for Social API chat windows. r=felipe 2012-10-23 23:45:59 -07:00
Jared Wein
4b5781e287 Backed out changeset ed8fc02602d4 (bug 804068) 2012-10-23 23:45:51 -07:00
Jared Wein
f3f5d5e47e Backed out changeset 95aa292658aa (bug 804068) 2012-10-23 23:45:48 -07:00
Jared Wein
12c0628366 Bug 804068 followup - Set -moz-image-region on the share-button to restrict the image to max 16x16. r=fryn 2012-10-23 22:16:21 -07:00
Jared Wein
0c5cb61512 Bug 804881 - Move the bookmarks arrow panel closer to the icon. r=dao 2012-10-23 22:16:18 -07:00
Alfred Kayser
69fa1eb01a Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Josh Matthews
aa8b048f40 Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04:00
Phil Ringnalda
d4958e687d Back out d9c1eb0c7b8d (bug 804068) for forgetting there was a browser-chrome test to adjust 2012-10-23 21:23:23 -07:00
Alfred Kayser
ae247d9299 Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws 2012-10-24 13:46:05 +11:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Ryan VanderMeulen
28f2d72fcb Merge m-c to inbound. 2012-10-30 11:34:44 -04:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Jared Wein
1bb4e2ce3e Bug 802435. Unload social sidebar after some timeout. r=gavin
Includes workaround by Felipe to force document to be released from memory. r=gavin
2012-10-23 17:09:59 -07:00
Dão Gottwald
35a4da571b Bug 715402 - Wait until chrome is painted before executing code not critical to making the window visible. r=gavin 2012-10-24 01:16:08 +02:00
Dão Gottwald
cbbc9d619d Bug 801068 - Add a "Don't Share" option for camera and microphone access requests; don't deny the request when dismissing the popup notification. r=anant 2012-10-24 01:15:36 +02:00
Ryan VanderMeulen
10c0617854 Backed out changeset b453dca73b1a (bug 801040) 2012-10-18 21:43:20 -04:00
Ryan VanderMeulen
6a974d796e Backed out changeset 779550569432 (bug 787767) 2012-10-18 21:43:12 -04:00
Jared Wein
d8810e9d3c Bug 787767 - Implement runtime performance warnings for Worker API abuse. r=felipe 2012-10-18 18:02:42 -07:00
Jared Wein
5714748c90 Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe 2012-10-18 18:00:38 -07:00
Mark Hammond
7d0d6c3a63 Bug 803006 - social sidebar width is now persisted between runs. r=felipe
--HG--
extra : rebase_source : fa25b829aa63ac4546ae72645987b656a893184f
2012-10-19 11:11:00 +11:00
Jared Wein
26f73fe94a Bug 802394 - document.body is null when New Window is created. r=dao 2012-10-18 12:45:06 -07:00
Mike Conley
24a757a821 Bug 760777 - Downloads Panel’s focus ring is too subtle. r=mak77. 2012-10-18 15:18:17 -04:00
Mike Conley
87b0f08c89 Bug 779223 - Downloads button is blank with dark background themes for both pinstripe and gnomestripe. r=mak77. 2012-10-18 15:17:42 -04:00
Mark Hammond
1ef418fa96 Bug 798083 - fix various social chat overflow and related issues. r=jaws
--HG--
extra : rebase_source : 64f925c25b5f8694d6385318e37b8ee7bccc56d5
2012-10-06 15:23:50 -07:00
Ryan VanderMeulen
1ff73026b4 Merge m-c to inbound. DONTBUILD 2012-11-03 22:36:18 -04:00
philringnalda@gmail.com
8c1d081a59 No bug, Automated blocklist update from host slice 2012-11-03 18:55:50 -07:00
Dão Gottwald
9a0f11214c Bug 792054 - Use the legacy User Agent string (containing Gecko/20100101) for some possibly-broken online banking sites. r=gerv 2012-11-03 19:54:31 +01:00
Ryan VanderMeulen
8d881baa60 Merge m-c to inbound. 2012-11-03 09:24:21 -04:00
Ryan VanderMeulen
b0a7dbc965 Merge the last PGO-green inbound changeset to m-c. 2012-11-03 09:23:43 -04:00
Neil Rashbrook
8cdc6abc40 Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan 2012-11-03 10:59:29 +00:00
Gian-Carlo Pascutto
c38ef41d04 Bug 782106 - Disable the per-client randomization in the url-classifier. r=dcamp 2012-11-03 01:53:10 +01:00
Bobby Holley
c351c18d32 Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
There's really no reason to use the wishy-washy static COW Deny() here.

Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 21:47:49 -03:00
Ryan VanderMeulen
e3feaeecef Backout 06b998c1100d (bug 664695) due to mochitest-other orange. 2012-11-02 17:12:22 -04:00
Jason Orendorff
cfeb868739 Bug 807001 - Change Map and Set size() methods to accessor properties. r=Waldo.
--HG--
extra : rebase_source : bf2809aa1d943caa6349d7b44621cd1b0bb85742
2012-11-02 10:12:36 -05:00
Ryan VanderMeulen
d716366c32 Merge m-c to inbound. 2012-11-02 16:11:46 -04:00
Neil Rashbrook
7464774f68 Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg 2012-11-02 20:07:50 +00:00
Girish Sharma
80cd2cac85 Bug 800231 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out, | Found a Tools:StyleEditor after previous test timed out; r=msucan 2012-11-02 18:24:42 +05:30
Ryan VanderMeulen
043db7616b Backout e35f252ca573 for mochitest-other orange.
CLOSED TREE

--HG--
extra : rebase_source : 62e15f7306c4443d91daf6af66be9b7012ada9cc
2012-11-01 19:31:02 -04:00
Ryan VanderMeulen
0aa6d668d3 Merge m-c to inbound. 2012-11-01 19:23:07 -04:00
Jared Wein
7442982b44 Bug 798124 - Chatbox titlebar and chat menubutton UI cleanup. :mixedpuppy also contributed to the patch. r=felipe
--HG--
extra : rebase_source : 7354b7f189d98d71ae5f04cad901922cf041c506
2012-10-05 17:57:53 -07:00
Jared Wein
9091ebeeb6 Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe
--HG--
extra : rebase_source : 9160314d39864c70cc94e9b08c007a14d2b2dca1
2012-10-21 17:25:19 -07:00
Phil Ringnalda
a3387e5927 Back out b8214dfa2924 (bug 794091) for talos hangs 2012-10-23 07:34:20 -07:00
Mike Conley
c267020dfa Bug 801055 - Fix strangely tall Downloads button on OSX when background theme applied. r=mak. 2012-10-23 09:52:40 -04:00
David Rajchenbach-Teller
63e5a8c12f Bug 794091 - Write SessionStore with OS.File. r=ttaubert 2012-10-23 08:10:53 -04:00
Dão Gottwald
d1725f9f31 Bug 803977 - Focus ring around buttons in the downloads panel should be rectangular. r=mak 2012-10-23 13:52:49 +02:00
Mark Hammond
bb8d51d737 Bug 804442 - update command Social:Toggle instead of social menu items directly. r=dao 2012-10-23 18:47:33 +11:00
Mark Hammond
428a02f978 Bug 804416 - only use the social toolbar cache when the provider is active. r=felipe 2012-10-23 18:47:29 +11:00
Brian R. Bondy
c446adbc61 Bug 797044 - Uninstaller now deletes Metro Firefox profile. r=jimm 2012-10-19 09:34:10 -04:00
Jonas Sicking
ce6b9884e5 Bug 786009: Give about:feeds pages the rigth principal so that they work even when the user has disabled JS. r=bz 2012-10-22 18:05:46 -07:00
Ehsan Akhgari
1f78e9ca0c Merge mozilla-central into mozilla-inbound 2012-10-22 17:05:46 -04:00
Richard Newman
91f8a1a38b Merge m-c to s-c. 2012-10-22 12:37:31 -07:00
Ryan VanderMeulen
b546f1790f Merge fx-team to m-c. 2012-10-20 17:15:57 -04:00
Richard Newman
048a1b6fb8 Merge m-c to s-c. 2012-10-18 23:55:56 -07:00
Richard Newman
02654d5617 Merge m-c to s-c. 2012-10-18 00:09:17 -07:00
Richard Newman
25d5f8fd55 Merge m-c to s-c. 2012-10-17 00:27:50 -07:00
Ryan VanderMeulen
6a55c15f25 Merge the last PGO-green inbound changeset to m-c. 2012-10-16 21:52:06 -04:00
Richard Newman
cc43462581 Merge m-c to s-c. 2012-10-14 01:01:00 -07:00
Ryan VanderMeulen
d37755dc84 Merge the last PGO-green inbound changeset to m-c. 2012-10-13 19:26:29 -04:00
Tim Taubert
528cf2ffe4 merge m-c to fx-team 2012-10-13 23:20:19 +02:00
Oonishi Atsushi
f0d30acf35 Bug 754029 - Navigating from a new script tag does not add a session history entry. r=smaug, r=bz 2012-10-13 13:20:55 -04:00
Georg Fritzsche
bb7ad29ae8 Bug 787619 - Test that click events on the C2P overlay don't trigger other handlers. r=jaws 2012-10-19 15:21:19 +02:00
Georg Fritzsche
9a40337d31 Bug 787619 - Prevent clicks on the click-to-play placeholder triggering other handlers. r=jaws 2012-10-19 15:11:04 +02:00
Dão Gottwald
cd97e8f252 Bug 803564 - Remove double focus ring around buttons in the downloads panel. r=mconley 2012-10-20 10:18:52 +02:00
Phil Ringnalda
fcd3c797be Bug 759157 - Back out 62ae729e2b54 and 5ac283a12f02 to reenable tilt_* tests on Linux 2012-10-19 21:55:12 -07:00
Ryan VanderMeulen
4ac86dc4bd Merge inbound to m-c. 2012-10-13 04:36:33 -04:00
Richard Newman
d7aacc02c4 Merge m-c to s-c. 2012-10-12 11:47:24 -07:00
Robert Strong
63fd96b32b Bug 800112 - If I pave-over install Nightly while Nightly is running twice or more in a row, then nightly will always order a restart on every launch or uninstall. r=bbondy 2012-10-12 10:55:29 -07:00
Ehsan Akhgari
2d22514224 Bug 800854 - Make browser_bug400731.js more robust by registering the DOMContentLoaded handler at the right time; r=gcp 2012-10-12 12:07:25 -04:00
Brian R. Bondy
ac78fca74f Bug 796044 - Firefox will now get pinned to the OS taskbar after installation independent of default browser in Win8. r=jimm 2012-10-12 10:39:03 -04:00
Josh Matthews
5f23b791a7 Backout bug 723001. 2012-10-11 22:22:43 -04:00
Josh Matthews
1201735bb7 Backout bug 800669. 2012-10-11 22:21:43 -04:00
Ehsan Akhgari
ad8937917a Bug 800669 - Remove use of nonexistent privateWindow property in search.xml. r=jdm 2012-10-11 18:35:00 -04:00
Jared Wein
825386d727 Bug 792503 followup, fix some code style issues and switch to for-of. r=dao
--HG--
extra : rebase_source : 0f0dbfccd50a1709c9b5643d89b53198aa0f5ade
2012-10-11 18:35:42 -07:00
Ryan VanderMeulen
3b6b029c53 Merge the last PGO-green inbound changeset to m-c. 2012-10-19 21:49:15 -04:00
Dave Townsend
a6cf8a9c55 Bug 803583: Update the fingerprint of the accepted signing certificate for hotfixes. r=robstrong 2012-10-19 15:52:34 -07:00
Robert Strong
d6c77111fa Bug 798255 - Firefox net / stub installer for localized builds. r=glandium 2012-10-22 11:15:58 -07:00
Rafael Ávila de Espíndola
e04e9b69fd Bug 799572 - clang update broke NSS. r=rail. 2012-10-22 09:10:20 -04:00
Graeme McCutcheon
9cf360ac6d Bug 409624 - Sanitizer should clear findBar data. r=adw 2012-10-22 12:42:53 +01:00
Jared Wein
ffafbd8de2 Backed out changeset d82e14184e9f (bug 801040) 2012-10-22 02:07:18 -07:00
Jared Wein
aa4b4bc91e Backed out changeset ca101d926240 (bug 787767) 2012-10-22 01:56:10 -07:00
Dão Gottwald
ea1a6ca5e9 Bug 803880 - Don't add a separator line between hovered social toolbar buttons. r=jaws 2012-10-22 09:43:22 +02:00
Jared Wein
c0c5f79825 Bug 803704 - Change border colors of social api components to be lighter grey. r=mixedpuppy
--HG--
extra : rebase_source : 516bb46c0afc130937ed4af36bffaec6eb0a16f9
2012-10-21 18:14:05 -07:00
Jared Wein
aec0220572 Bug 802784 - Possible to have two social panels open at once. r=mixedpuppy
--HG--
extra : rebase_source : 6946f326f48316c450dcc29ffc2925a8ec05c790
2012-10-21 17:28:37 -07:00
Jared Wein
c574388835 Bug 787767 - Implement runtime performance monitoring for Worker API abuse. r=felipe
--HG--
extra : rebase_source : 93e027809cc3f6ceb2939cb2e3919c3516d05be7
2012-10-21 17:26:11 -07:00
Jared Wein
7efc14fb49 Bug 801040 - Add Social API status-area menuitems to the keyboard accessible Social API menu. r=felipe
--HG--
extra : rebase_source : 10fb7d2b1e29df264307b80967e60e4ba76dafa3
2012-10-21 17:25:19 -07:00
Richard Newman
c84844bfc9 Merge m-c to s-c. 2012-10-10 10:17:33 -07:00
Tim Taubert
56a91bbd83 merge m-c to fx-team 2012-10-10 09:32:35 +02:00
Richard Newman
b62d3d5a41 Merge m-c to s-c. 2012-10-09 13:24:38 -07:00
Justin Lebar
8c90114fec Bug 719455 - Followup: Remove .orig and .rej files. r=me 2012-10-09 14:40:08 -04:00
Paul Rouget
05fad9c539 Bug 799498 - [responsive mode] Disable floating scrollbars; r=past 2012-10-09 17:04:34 +02:00
Michael Ratcliffe
0367feb053 Bug 799462 - GCLI jsb command should revert jsbBraceStyleDesc, jsbBraceStyleManual strings; r=jwalker 2012-10-09 14:56:09 +01:00
Richard Newman
09b53f128a Merge m-c to s-c. 2012-10-08 17:08:01 -07:00
Alex Keybl
35ba52d414 Merging in version bump NO BUG 2012-10-08 11:01:15 -07:00
Ed Morley
9012d1fa13 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-08 15:21:04 +01:00
Panos Astithas
c47c3badab Merge m-c to fx-team 2012-10-08 16:26:41 +03:00
Panos Astithas
74bce35cd2 Disable browser_responsiveui.js and browser_responsiveuiaddcustompreset.js on OS X for intermittent failures (bug 798772, bug 798775); r=jwalker 2012-10-08 12:15:56 +03:00
Mark Hammond
00cae8d5b2 Bug 798212 - social flyout may be horizontally misaligned after resizing. r=jaws 2012-10-08 17:14:55 +11:00
Graeme McCutcheon
772a804d5d Bug 736358 - Remove "Open Add-Ons Manager" button for restartless addons. r=bmcbride 2012-10-08 09:33:19 +01:00
Graeme McCutcheon
167a17d7ee Bug 693029 - followup: fix another errant pair of quotes. 2012-10-08 09:32:16 +01:00
Richard Newman
6281df9fab Merge m-c to s-c. 2012-10-06 13:25:29 -07:00
Rafael Ávila de Espíndola
bed6bcc8b3 Bug 797525 - Upgrade clang to version >= r163716 to fix ASan issue 109. r=rail.
update the tooltool manifests.
2012-10-06 08:30:21 -04:00
Richard Newman
1c4e093721 Merge m-c to s-c. 2012-10-05 11:51:54 -07:00
Felipe Gomes
b2d3fe5e5f Bug 796218. Mark initial social panels' docshells as inactive on creation. r=jaws 2012-10-05 17:22:09 -07:00
Mike Hommey
8a3974489c Bug 798437. Fix Social.jsm url in aboutSocialError.xhtml. r=felipe 2012-10-05 19:15:28 +02:00
Felipe Gomes
a0c01cca7f Bug 766616. Watch for network errors in social panels and display proper error ui. r=gavin,jaws 2012-10-05 17:22:09 -07:00
Phil Ringnalda
9d1026511c Backout e9237d1ae5ff (bug 790201), 0ecee5121681 (bug 766616), d8ec55d3b98e (bug 796218), c4bb09009a54 (bug 798437), 6a8bb5834090 (bug 766616) for bustage
on a CLOSED TREE
2012-10-05 20:11:45 -07:00
Robert Strong
1b30e448d2 Bug 798544 - Prevent using the beta url override when official branding is not used. r=bbondy 2012-10-05 17:44:32 -07:00
Mihai Sucan
7ba4e89fc3 Bug 768096 - Web Console remote debugging protocol support - Part 4: cleanups; r=robcee 2012-10-05 19:15:51 +03:00
Mihai Sucan
168aca5118 Bug 768096 - Web Console remote debugging protocol support - Part 3: network logging; r=past,robcee
--HG--
rename : browser/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/NetworkHelper.jsm
2012-10-05 14:54:43 +03:00
Ehsan Akhgari
23c2b32d26 Merge mozilla-central into mozilla-inbound 2012-10-08 16:53:58 -04:00
Jared Wein
b29c70eac6 Bug 792503 - Add a keyboard accessible menu for the SocialAPI ambient notification pages. r=markh 2012-10-11 18:21:50 -07:00
Josh Matthews
079ecccccd Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske 2012-10-11 21:04:56 -04:00
Frank Yan
0740fbb282 Bug 796909 - Part 2: Use 2x search engine logo on about:home in HiDPI mode. r=dolske 2012-10-04 22:28:04 -07:00
Frank Yan
33a99561f0 Bug 796909 - Part 1: Use 2x images on about:home in HiDPI mode. r=dolske 2012-10-04 22:28:03 -07:00
Jesse Ruderman
cdc0366410 Bug 797677 - getPluginInfo indexes into navigator.mimeTypes unsafely. r=keelerd,jaws 2012-10-04 22:17:27 -07:00
Mark Hammond
5afb7f7772 Bug 796309 - callback must be invoked if same social chat url opened twice. r=mixedpuppy 2012-10-05 14:13:11 +10:00
Mark Hammond
2372838284 Bug 796222 - create the social toolbar panel/iframe with a default width as a workaround for bug 793057. r=jaws 2012-10-05 14:00:53 +10:00
Richard Newman
f194ece9d2 Merge m-c to s-c. 2012-10-04 11:00:48 -07:00
Ed Morley
0a1d349822 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-04 16:18:25 +01:00
Richard Newman
cf64d10c54 Merge m-c to s-c. 2012-10-04 07:34:14 -07:00
Panos Astithas
c5bc12b211 Merge m-c to fx-team 2012-10-04 09:54:25 +03:00
Richard Newman
4aa3f6e95b Merge m-c to s-c. 2012-10-03 23:43:39 -07:00
Trevor Saunders
3d3592cd63 bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
Shane Caraveo
628d962685 Bug 783605 - DOM full screen should disable social sidebar. r=jaws 2012-10-03 16:11:52 -07:00