Commit Graph

33145 Commits

Author SHA1 Message Date
Masatoshi Kimura
0101cbcbce Bug 1124039 - Allow RC4 only for whitelisted hosts. r=keeler 2015-02-19 04:12:58 +09:00
Kannan Vijayan
620448450c Bug 1131295 - Fix profiler frontend category mappings. r=vporof 2015-02-18 14:03:13 -05:00
Christoph Kerschbaumer
9bdc672f50 Bug 1116278 - Follow up: Using new channel API in browser/components/feeds (r=sicking) 2015-02-17 19:53:53 -08:00
Andrew McCreight
27e451c1bd Back out bug 1071880 for causing bug 1083952. 2015-02-18 07:19:29 -08:00
Ryan VanderMeulen
d08f967d7b Merge m-c to inbound. a=merge 2015-02-17 21:24:09 -05:00
Ryan VanderMeulen
2e72549296 Merge inbound to m-c. a=merge 2015-02-17 21:22:47 -05:00
Ralph Giles
546726bf1e Bug 1127448 - Use indexOf instead of includes. r=mconley
Array.prototype.includes is nightly-only for the moment.
Thanks to Gavin Sharp for pointing this out.

--HG--
extra : amend_source : 9b2fc81b1a7e7304645e5321caaca1bc8eee486d
2015-02-17 16:32:31 -08:00
Ralph Giles
f3c61cd823 Bug 1127448 - Append the build id to the ua string for youtube. r=mconley
We want to be able to distinguish different builds to track
down crashes and other problems with the YouTube site. Pushing
the build id lets google group statistics from their logging
in the same bins for comparison.

Limited by #ifdef MOZ_UPDATE_CHANNEL to beta, aurora, and nightly.
Limited by media.mediasource.enabled pref.

We put this in nsBrowserGlue.js instead of browser.js so it runs
once, rather than once per window like the fennec implementation
we copied. They only ever have one window, so it's ok there.

--HG--
extra : rebase_source : f933523c24391adc50090dc17e06d4cf37655f5c
2015-02-17 12:44:00 -08:00
Sami Jaktholm
39cd8ef49b Bug 1133030 - Fix timeout in browser_webconsole_bug_632817.js by requesting a page with valid CORS headers. r=past 2015-02-14 08:55:46 +02:00
Jan Odvarko
a143783c15 Bug 1126274 - Add new API to listen for sent and received RDP packets. r=jryans 2015-02-13 07:35:44 +01:00
Sami Jaktholm
2003a8e1a2 Bug 1125526 - Wait for output from executed method in browser_webconsole_assert.js before asserting on number of messages. r=past 2015-02-14 09:52:50 +02:00
Alexandre Poirot
4558c81b2c Bug 1124501 - Add a "logs" panel to WebIDE showing pre-package command output. r=jryans 2015-02-16 13:10:00 -05:00
Ryan VanderMeulen
cd46520185 Merge inbound to m-c. a=merge 2015-02-17 14:24:51 -05:00
Ryan VanderMeulen
4320792611 Merge fx-team to m-c. a=merge 2015-02-17 14:02:39 -05:00
Gabriele Svelto
fafc282f1a Back out bug 1075670 for causing smoketest failures on B2G, bug 1133518 and friends. rs+a=kats 2015-02-17 10:39:35 -05:00
Carsten "Tomcat" Book
08fafcb3e2 merge mozilla-inbound to mozilla-central a=merge 2015-02-16 15:59:56 +01:00
Carsten "Tomcat" Book
3120a697c4 merge fx-team to mozilla-central a=merge 2015-02-16 15:48:09 +01:00
ffxbld
423a7e21c6 No bug, Automated blocklist update from host bld-linux64-spot-1093 - a=blocklist-update 2015-02-14 03:21:59 -08:00
Dave Townsend
5201ad6b9e Bug 1132030: Check messages against the actual locale provided strings to avoid failing tests when the brandname changes. r=florian
--HG--
extra : rebase_source : b92b781210743a3f989cf8366f3ecaf503b52664
2015-02-13 13:50:49 -08:00
Mike de Boer
ad14612ec0 Bug 1131581: move screensharing options into a dropdown anchored to the screenshare toolbar button. r=Standard8 2015-02-17 15:03:59 +01:00
Paolo Amadini
cd4b3c7397 Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module. r=mak
--HG--
rename : browser/components/downloads/content/downloadsViewCommon.js => browser/components/downloads/DownloadsViewUI.jsm
2015-02-16 18:49:56 +00:00
Paolo Amadini
640e8f8b8a Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely. r=mak 2015-02-16 18:49:54 +00:00
Paolo Amadini
6e91f09568 Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously. r=mak 2015-02-16 18:49:52 +00:00
Paolo Amadini
69d94e3fbd Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object. r=mak 2015-02-16 18:49:51 +00:00
Paolo Amadini
797528c9fe Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem properties. r=mak 2015-02-16 18:49:49 +00:00
Paolo Amadini
91501caee2 Bug 1117139 - Move code controlling the "download.xml" binding to a common place. r=mak 2015-02-16 18:49:47 +00:00
Paolo Amadini
1f1b323a7d Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects. r=mak 2015-02-16 18:49:46 +00:00
Paolo Amadini
63cb33d173 Bug 1115983 - Keep only minimal state information in the DataItem. r=mak 2015-02-16 18:49:44 +00:00
Paolo Amadini
334a6f40b2 Bug 1115421 - Simplify download annotations handling in the Library. r=mak 2015-02-16 18:49:43 +00:00
Mark Banner
d23576d350 Bug 1126321 - Loop Standalone should display both of the remote video and screen when screen sharing is active. r=mikedeboer 2015-02-16 17:30:29 +00:00
Carsten "Tomcat" Book
4b912997a8 Merge mozilla-central to fx-team 2015-02-16 16:18:42 +01:00
Ryan VanderMeulen
3e2d8e9ec4 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-13 12:13:22 -05:00
Ryan VanderMeulen
3ea7360ae8 Bug 1102900, bug 1104745, bug 1104761 - Disable browser_989751_subviewbutton_class.js on Linux e10s for failing ~50% of the time.
CLOSED TREE
2015-02-13 12:07:49 -05:00
Mike de Boer
5196f60874 Bug 1069962: fix the ui-showcase to load assets using relative paths. r=Standard8 2015-02-13 12:10:14 +01:00
Tim Nguyen
eda92e540a Bug 1133060 - Clean up browser/themes/shared/tabbrowser/crashed.svg. r=Gijs 2015-02-14 12:11:00 +01:00
Jordan Santell
e7afd7d13d Bug 1130204 - Hide views in the performance tool if they are not supported by the server actor. r=vp 2015-02-14 10:51:00 +01:00
Tim Nguyen
cd5406aa49 Bug 1128882 - Fix welcomeback restore button not working. r=jaws 2015-02-13 11:50:00 +01:00
Sami Jaktholm
4aca94a1fa Bug 1128352 - Align labels by baseline in netmonitor security tab. r=vporof 2015-02-13 08:21:22 +02:00
Tim Nguyen
30bfc4e388 Bug 1127621 - Fix checkboxes not showing up on about:welcomeback. r=jaws 2015-02-13 11:49:00 +01:00
Victor Porof
6c6807702b Bug 1132463 - Samples column doesn't have enough space for the label. r=jsantell 2015-02-12 10:36:01 -05:00
Jordan Santell
4fc66e0c92 Bug 1130202 - Fix compatibility issues in performance tool to work with FxOS 2.2/Gecko 37. r=vp 2015-02-12 12:55:00 +01:00
Ian Moody
c063ec4327 Bug 1124246 - Visually differentiate XHR network logs in the webconsole. r=past 2015-02-11 19:22:57 +00:00
Gijs Kruitbosch
0d151c62b6 Bug 1099426 - make some uses of brandname shorter still, r=jwalker 2015-02-06 21:15:45 +00:00
Margaret Leibovic
4acaa51764 Bug 1131458 - Make reader mode button accessible. r=Gijs
--HG--
extra : rebase_source : 284401d49e0c92f9b0aa122a3a526c9bea1a3b08
2015-02-11 07:29:34 -08:00
Markus Stange
1974361ffb Bug 1131397 - Add missing functionality to the profiler actor. r=vporof
--HG--
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getfeatures.js
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getsharedlibraryinformation.js
2015-02-10 15:26:08 -05:00
Ryan VanderMeulen
cc5672087d Merge m-c to inbound. a=merge 2015-02-17 14:27:23 -05:00
Jan Keromnes
9366672faa Bug 1090949 - Give WebIDE full control over simulator addons. r=ochameau f=jryans 2015-02-13 03:54:00 +01:00
Gijs Kruitbosch
2b6b3cd7b9 Bug 1128237 - fix dialogs on small screen sizes, r=jaws 2015-02-07 01:01:49 +00:00
Stefan Plewako
d3cec8d0b5 Bug 494210 - followup: undefined column.width/incontentcolumn.width entities, r=gijs 2015-02-14 02:55:00 +00:00
Mark Banner
004c306bd1 Bug 1132882 - Slave the local video size to the remote video width on the Loop standalone UI. r=mikedeboer 2015-02-14 09:48:11 +00:00