Commit Graph

234107 Commits

Author SHA1 Message Date
Dave Townsend
bd56bdfdb9 Bug 1136910: Fix browser_tab_dragdrop.js to avoid CPOWs and correctly test clicks. r=mconley, r=ttaubert
Switches the whole test to task based and removes most of the CPOW traffic, the
plugin checks are the notable exception.

This also makes ContentTask act sanely in the presence of tab detach by using
browser.permanentKey as the indication that the framescript has been loaded and
just listening to all frames.

Also adds a click in the upper-left of the content area to browser_tabopen_reflows.js
to make sure the mouse isn't hovered over one of the tiles causing an unexpected
reflow.
2015-03-09 15:53:01 -07:00
Blair McBride
7c27889951 Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw 2015-03-17 12:49:07 -07:00
Ryan VanderMeulen
61149e5ecc Merge b2g-inbound to m-c. a=merge
CLOSED TREE
2015-03-17 14:22:40 -04:00
Ryan VanderMeulen
e2fd103efa Merge fx-team to m-c. a=merge 2015-03-17 14:10:38 -04:00
Ryan VanderMeulen
6ea5d44e75 No bug - Bump mozharness.json to revision d3c7be58567d. a=me 2015-03-17 14:00:48 -04:00
B2G Bumper Bot
7aafc33b78 Bumping manifests a=b2g-bump 2015-03-17 10:15:45 -07:00
B2G Bumper Bot
a6e8a0dc06 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88ea00e50347
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #28759 from eeejay/bug-1129200

Bug 1129200 - Listen for wheel events for screen reader swipe input. r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/5040f1fe7e2c
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1129200 - Listen for wheel events for screen reader swipe input.

========

https://hg.mozilla.org/integration/gaia-central/rev/80659e409304
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1139999 - merge pull request #28753 from mwargers:assertion2 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a3b91246c5b3
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1139999 - Re-enable tests on linux debug b2g desktop that were disabled by bug 1103106
2015-03-17 10:12:55 -07:00
B2G Bumper Bot
3973737236 Bumping manifests a=b2g-bump 2015-03-17 09:23:04 -07:00
B2G Bumper Bot
d0d34dbd4a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d69e9d80928
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1136122 - Separate host and device SMTP account details. r=gmealer
2015-03-17 09:20:27 -07:00
Mike Shal
704b0a50ea Bug 1132123 - Port B2G Desktop to mozharness+mach; r=bhearsum 2015-03-17 09:56:56 -04:00
B2G Bumper Bot
6985054d6f Bumping manifests a=b2g-bump 2015-03-17 06:38:05 -07:00
B2G Bumper Bot
b3ef3aa723 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb47707b1ab5
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27842 from tefn3849/wifi_1127226

Wifi 1127226

========

https://hg.mozilla.org/integration/gaia-central/rev/5b3bc8dad22c
Author: Amy Chung <amchung@mozilla.com>
Desc: Bug 1127226 - [Wifi] Modify wifi power saving mode on gaia.
2015-03-17 06:35:30 -07:00
Ehsan Akhgari
db9a1f6dab Bug 1143959 - Set the journal mode and foreign key pragmas for all DBActions; r=bkelly
Before this patch, we would only set these pragmas as part of CreateSchema
which runs in SetupAction.  This meant that the connection used to perform
other DBActions would not have had these pragmas applied.  As a result,
sqlite would not honor foreign keys on such connections, so the cascade
delete rules responsible for deleting rows from request_headers and
response_headers would not get executed when DBSchema::CachePut deleted the
old entry before adding a new one.

The test in the patch demonstrates how this could result in an observable
breakage.  Before this patch, the response headers stored in the cache for
the overwritten entry would reflect both `Mirrored: `foo' and `Mirrored: bar'
headers, which means that attempting to get this header on the cached
response would return the first entry, `foo'.
2015-03-17 08:18:28 -04:00
Neil Deakin
0bcc8692e2 Bug 942411, change the frame height to force a reflow and renable the test on Linux to see if it helps, r=smaug 2015-03-17 08:05:07 -04:00
Neil Deakin
96c5b90abd Bug 1142989, re-enable bookmarks tests that don't fail, r=mak 2015-03-17 08:04:55 -04:00
Masatoshi Kimura
b23f9dc54f Bug 1143082 - Fix a message in the mixed content UI. r=dolske 2015-03-17 20:34:58 +09:00
Carsten "Tomcat" Book
cc4ee6a59e Merge mozilla-central to mozilla-inbound 2015-03-17 11:49:16 +01:00
Carsten "Tomcat" Book
21682b3a69 merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Carsten "Tomcat" Book
8e7ea92d0f merge fx-team to mozilla-inbound a=merge 2015-03-17 11:32:02 +01:00
Jon Coppeard
1393d74196 Bug 1143706 - Allow BaseShape's global to be null when tracing r=terrence 2015-03-17 10:22:36 +00:00
Eddy Bruël
01de11bc7a Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey 2015-03-17 11:15:19 +01:00
Tooru Fujisawa
8c67a6b560 Bug 1143512 - Remove unused declaration of regexp_flags. r=jandem 2015-03-17 18:49:46 +09:00
Ms2ger
c3884d2833 Bug 1143932 - Factor out test harness files processing code from emit_from_context; r=gps 2015-03-17 10:39:08 +01:00
Ms2ger
1bd52f867a Bug 1143932 - Factor out XPIDL processing code from emit_from_context; r=gps 2015-03-17 10:37:57 +01:00
Ms2ger
032f0347bd Bug 1143932 - Factor out programs processing code from emit_from_context; r=gps 2015-03-17 10:36:55 +01:00
Ms2ger
b8b3cd4235 Bug 1143932 - Factor out generated filed processing code from emit_from_context; r=gps 2015-03-17 10:33:45 +01:00
Ms2ger
a23e6b0227 Bug 1143932 - Factor out jar manifest processing code from emit_from_context; r=gps 2015-03-17 10:32:10 +01:00
Ms2ger
84b8bf93b1 Bug 1143932 - Factor out sources processing code from emit_from_context; r=gps 2015-03-17 10:32:10 +01:00
Ms2ger
4b34eacab2 Bug 1143932 - Factor out test manifest processing code from emit_from_context; r=gps 2015-03-17 10:32:10 +01:00
Ms2ger
d8800543ce Bug 1143932 - Factor out library handling code from emit_from_context; r=gps 2015-03-17 10:32:09 +01:00
Xidorn Quan
c817483da2 Bug 1143558 part 3 - Reftests for line break suppression inside ruby. r=roc 2015-03-17 19:10:15 +11:00
Xidorn Quan
2dc8e859ae Bug 1143558 part 2 - Convert suppressed line break to whitespace. r=roc 2015-03-17 19:10:15 +11:00
Xidorn Quan
2de2f0c18e Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc 2015-03-17 19:10:15 +11:00
Hiroyuki Ikezoe
627985573c Bug 1143539 - Remove firefox-appdir in toolkit/components/downloads/test/unit/xpcshell.ini. r=paolo 2015-03-17 03:35:00 -04:00
B2G Bumper Bot
6db7b342dd Bumping manifests a=b2g-bump 2015-03-16 20:24:23 -07:00
B2G Bumper Bot
86ab047bd8 Bumping manifests a=b2g-bump 2015-03-16 19:58:25 -07:00
B2G Bumper Bot
557a5bc3d8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/00ea00a8e98d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1068887 - merge pull request #28669 from FunkTron:Bug1068887 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/d0f45cb99744
Author: Ross <ross.ziegler@imross.com>
Desc: Bug 1068887 - Updated visibility settings on recording timer
fixed timing function nits
2015-03-16 19:55:34 -07:00
Mark Hammond
9fcccc982e Backout 79e1475e5b35 (bug 1131457) for more bc failures. 2015-03-16 18:45:06 -07:00
Mark Hammond
9e2f3b3c76 Bug 1143970 - clicking on an item in the reading list sidebar now opens the item. r=gavin 2015-03-16 18:25:24 -07:00
Wes Kocher
89613a8d4f Backed out changeset 00579267379b (bug 1122225) for rc1 failures 2015-03-16 18:08:17 -07:00
Gregory Arndt
150175b7f5 Bug 1143059 - Update artifact location r=lightsofapollo 2015-03-16 17:32:17 -07:00
Michael Wu
1587275ec5 Bug 1120780 - Remove special handling for venus, r=sotaro 2015-03-17 09:38:34 +08:00
B2G Bumper Bot
cf8f18a6e2 Bumping manifests a=b2g-bump 2015-03-16 18:24:32 -07:00
Blair McBride
87b02ffadc Bug 1131457 - Add a button to the URLBar that allows adding the current page to the Reading List. r=markh/adw 2015-03-16 17:20:52 -07:00
Wes Kocher
764eed6b4b Backed out changeset a54e67ffcfd0 (bug 1131457) for bc1 orange 2015-03-16 17:15:54 -07:00
Gijs Kruitbosch
c7bf76cc38 Bug 1130411 - only care about unload if it involves the page we opened, r=jaws 2015-03-16 17:05:18 -07:00
Gijs Kruitbosch
7a617e15eb Bug 1141055 - fix in-content 'Content' pane preference initialization so rebuildFonts *actually* doesn't break, r=jaws 2015-03-16 17:01:45 -07:00
B2G Bumper Bot
2963c153b5 Bumping manifests a=b2g-bump 2015-03-16 16:08:21 -07:00
B2G Bumper Bot
4f5530b3c1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3246cdbc5c2a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122086 - merge pull request #28293 from hfiguiere:bug1122086-newly-added-playlist to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fed7df7c1568
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122086 - Test the recently added playlist. Add Music.waitFinishedScanning()
2015-03-16 16:05:33 -07:00
B2G Bumper Bot
1696b5d821 Bumping manifests a=b2g-bump 2015-03-16 15:48:00 -07:00