Commit Graph

396998 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
f84bc01c05 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - widget/ changes (r=blassey) 2014-12-12 09:08:14 -08:00
Christoph Kerschbaumer
ad23c605d2 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - uriloader/ changes (r=smaug,sicking) 2014-12-12 09:08:01 -08:00
Christoph Kerschbaumer
0a11a9252b Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - toolkit/ changes (r=gcp) 2014-12-12 09:07:48 -08:00
Christoph Kerschbaumer
5bc71528dc Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - netwerk/ changes (r=sworkman,sicking) 2014-12-12 09:07:36 -08:00
Christoph Kerschbaumer
1e54ee4250 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - modules/ changes (r=mwu) 2014-12-12 09:07:23 -08:00
Christoph Kerschbaumer
b3d1653ff6 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - image/ changes (r=seth) 2014-12-12 09:06:54 -08:00
Christoph Kerschbaumer
85302dc6bc Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - extensions/ changes (r=karlt) 2014-12-12 09:06:42 -08:00
Christoph Kerschbaumer
a4375f9cf0 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - dom/ changes (r=sicking) 2014-12-12 09:06:09 -08:00
Christoph Kerschbaumer
35fd1192e7 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - chrome/ changes (r=sicking) 2014-12-12 09:05:34 -08:00
Christoph Kerschbaumer
09b44e1b01 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - ioservice/ changes (r=sicking,sworkman) 2014-12-12 09:05:21 -08:00
Christoph Kerschbaumer
d1614ac429 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - netUtil changes (r=sicking,sworkman) 2014-12-12 09:05:09 -08:00
Christoph Kerschbaumer
97e4b52984 Bug 1110615 - Fix inheriting problem for blobs (r=sicking) 2014-12-12 09:03:47 -08:00
Monica Chew
63de38c180 Bug 1101969: Disable pinning on media.mozilla.com (r=keeler) 2014-12-12 09:10:57 -08:00
Monica Chew
04d69a9f5b Bug 1004781: Enable pinning for facebook in production mode (r=keeler) 2014-12-12 09:10:53 -08:00
Chris Manchester
a641e6246c Bug 1099331 - Allow navigation resulting in about:blocked or about:error pages when explicitly requested without returning an error from the marionette server.;r=automatedtester
This allows navigation resulting in a blocked or error page without returning an error to the client. If an error page is reached, an error is returned in cases this was not specifically requested in the client: client.navigate("about:neterror") will navigate to this page and return to the client without an error, but client.navigate("does.not.exist.") will return to the client with an error as it has previously.
2014-12-12 12:08:32 -05:00
Chris Manchester
11a1ff5261 Bug 1055765 - Implement log buffering as a handler in mozlog.;r=jgraham 2014-12-12 12:08:31 -05:00
Chris Manchester
c3c9e22175 Bug 941749 - Add support for returning both known tabs and chrome windows from the marionette server.;r=automatedtester
This splits the api for getWindowHandles and getChromeWindowHandles for those
managing windows and tabs separately in tests. getWindowHandles is
re-implemented to return tabs when appropriate, and getChromeWindowHandles is
added to correspond to individual os windows (the prior behavior of
getWindowHandles). current_window_handle now corresponds to a tab on desktop,
while chrome_window_handle is provided for the current OS window.
switch_to_window will accept either a chrome window handle or tab handle.
In the case of a tab, switching will select the tab. In the
case of a chrome window handle, the prior behavior is retained.
2014-12-12 12:08:31 -05:00
Chris Manchester
bb8ca43969 Bug 941749 - A test managing open windows and tabs with marionette.;r=automatedtester 2014-12-12 12:08:31 -05:00
Patrick McManus
9aa9696cc0 bug 865314 - backout 61ee2e053920 due to crashes 1089638 r=backout
--HG--
extra : rebase_source : a402ff7ab1f653320ac577807fbe85143d945af8
2014-12-12 11:48:02 -05:00
Ehsan Akhgari
2b3c79836e Bug 1101337 - Make the ReplaceSubstring() XPCOM string API linear; r=froydnj
ReplaceSubstring() is an O(n*m) algorithm (n being the length of the
string and m being the number of occurrences of aTarget) because we have
to move the remainder of the string, search it again and potentially
memmove most of it again as we find more matches.  This patch rewrites
that function to make it O(n+m).

Note that we currently don't build TestStrings.cpp, so the test case in
this patch is not run automatically, but the test case has been verified
to pass separately by moving the test function into Gecko and calling it
during startup and stepping through it in the debugger.

--HG--
extra : rebase_source : 0330c130520802392b92bd094dde85f57cfe6420
2014-12-12 11:47:55 -05:00
Nathan Froyd
941541fed4 Backout bbcf9c812bb5:388e4a23e7fb (bug 1090636), for bustage on a CLOSED TREE 2014-12-12 11:49:15 -05:00
Fayolle Florent
ac08f68a13 Bug 1108212 - In the DevTools Inspector tree, pressing delete should move to the next element. r=bgrins 2014-12-07 14:54:00 -05:00
Tom Tromey
18bb6d0861 Bug 1050770 - Add paint details to timeline. r=smaug, r=mattwoodrow 2014-12-11 10:40:00 -05:00
Margaret Leibovic
c599adcd28 Bug 1107133 - Expose tracking protection in Fennec privacy preferences. r=liuche
--HG--
extra : rebase_source : c871a80ba90ed7f5b4d626d4d04f64a7e6e74a4c
2014-12-08 15:17:32 -08:00
Jared Wein
bff21aff10 Bug 1008172 - Scrolling when focused on the tabbox should not change the selected tab for the in-content preferences. r=Gijs 2014-12-12 14:15:13 -05:00
Dan Mosedale
6cd223b667 Bug 1101378 - self-image can be cropped, meaning the user doesn't see the entire sent images, r=NiKo` 2014-12-12 11:01:27 -08:00
Mike de Boer
8635e10457 Bug 1109511: listen for the 'delete' event to update the toolbar icon when a room is deleted. r=Niko 2014-12-12 16:39:17 +01:00
Romain Gauthier
1186e7affc Bug 1106991 - Added missing icon for Hello's "tour". r=nperriault 2014-12-12 15:43:01 +01:00
Carsten "Tomcat" Book
e6e5152ba8 Merge mozilla-central to fx-team 2014-12-12 13:58:40 +01:00
Carsten "Tomcat" Book
c06036beba merge mozilla-inbound to mozilla-central a=merge 2014-12-12 13:51:14 +01:00
Carsten "Tomcat" Book
2f22b1bd1f merge fx-team to mozilla-central a=merge 2014-12-12 13:17:55 +01:00
B2G Bumper Bot
dbf5c1d53f Bumping manifests a=b2g-bump 2014-12-11 23:21:58 -08:00
B2G Bumper Bot
e3408d5d73 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21a79199c886
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26683 from crh0716/1109387

Bug 1109387 - Fix the alphabetical sorting r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/b9801f0cf235
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1109387 - Fix the alphabetical sorting
2014-12-11 23:17:20 -08:00
B2G Bumper Bot
5e0a22cac2 Bumping manifests a=b2g-bump 2014-12-11 23:03:53 -08:00
B2G Bumper Bot
b87547ad0a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc77f096dd97
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #26709 from shamenchens/Bug1110037-DeviceSpecificWallpaper

Bug 1110037 - Device specific wallpaper, r=RickyChien

========

https://hg.mozilla.org/integration/gaia-central/rev/11926c74649a
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1110037 - Device specific wallpaper
2014-12-11 23:02:15 -08:00
B2G Bumper Bot
439a56a4f3 Bumping manifests a=b2g-bump 2014-12-11 22:51:57 -08:00
B2G Bumper Bot
5af065f563 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/498331882845
Author: GaryChen, PYChen, Gary <mmm198219@gmail.com>
Desc: Merge pull request #26727 from mpizza/Bug_1104434_master

Bug 1104434 - [FFOS2.0][Woodduck][PLMN]PNN and SPN can not display when ...

========

https://hg.mozilla.org/integration/gaia-central/rev/732479b41cc4
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 1104434 - [FFOS2.0][Woodduck][PLMN]PNN and SPN can not display when register onto HPLMN
2014-12-11 22:47:19 -08:00
Phil Ringnalda
f7aea19aae Backed out 15 changesets (bug 1087442)
Backed out changeset 3f4166fb5e37 (bug 1087442)
Backed out changeset 0c9c9123a0a9 (bug 1087442)
Backed out changeset 1d85d298042d (bug 1087442)
Backed out changeset 51f3ce397d68 (bug 1087442)
Backed out changeset f3b81a623692 (bug 1087442)
Backed out changeset 472e8fa74596 (bug 1087442)
Backed out changeset 12f97df7b79c (bug 1087442)
Backed out changeset 253cde88d3c5 (bug 1087442)
Backed out changeset b44f9ebd56cb (bug 1087442)
Backed out changeset 48e412887726 (bug 1087442)
Backed out changeset a2c76343f7a9 (bug 1087442)
Backed out changeset 0b5b07cfef0e (bug 1087442)
Backed out changeset 2931c35342a4 (bug 1087442)
Backed out changeset 681ce9dcad64 (bug 1087442)
Backed out changeset 47c505856954 (bug 1087442)
2014-12-11 21:58:21 -08:00
David Anderson
b3dce254a5 Fix displayport bounds not being computed from the correct origin. (bug 1109949, r=tn) 2014-12-11 21:13:10 -08:00
B2G Bumper Bot
01aef37767 Bumping manifests a=b2g-bump 2014-12-11 21:01:57 -08:00
B2G Bumper Bot
23d1b02fed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8cc2f6347ecb
Author: GaryChen, PYChen, Gary <mmm198219@gmail.com>
Desc: Merge pull request #26729 from mpizza/Bug_1099019_master

Bug 1099019 - [Settings]The notification will cover the tiltle when you ...

========

https://hg.mozilla.org/integration/gaia-central/rev/be63b499d0ea
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 1099019 - [Settings]The notification will cover the tiltle when you tap "Terms of Service/Privacy Notice".
2014-12-11 20:57:18 -08:00
Christoph Kerschbaumer
31b61e551f Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - securitymanager changes (r=sicking) 2014-12-11 20:47:55 -08:00
Christoph Kerschbaumer
ed7e78fc3f Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - docshell/ changes (r=smaug) 2014-12-11 20:47:44 -08:00
Christoph Kerschbaumer
424abaa726 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - browser/ changes (r=sicking) 2014-12-11 20:47:34 -08:00
Christoph Kerschbaumer
c553bfa980 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - widget/ changes (r=blassey) 2014-12-11 20:47:23 -08:00
Christoph Kerschbaumer
e82614dd73 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - uriloader/ changes (r=smaug,sicking) 2014-12-11 20:47:11 -08:00
Christoph Kerschbaumer
b27cc28ecc Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - toolkit/ changes (r=gcp) 2014-12-11 20:46:59 -08:00
Christoph Kerschbaumer
9266af2940 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - netwerk/ changes (r=sworkman,sicking) 2014-12-11 20:46:47 -08:00
Christoph Kerschbaumer
26022ca095 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - modules/ changes (r=mwu) 2014-12-11 20:46:34 -08:00
Christoph Kerschbaumer
3cb88a3412 Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - image/ changes (r=seth) 2014-12-11 20:46:22 -08:00