Commit Graph

230488 Commits

Author SHA1 Message Date
David Parks
2a04e39d53 Bug 1075670 - Make PuppetWidget::WidgetToScreenOffset use proper screen position. r=josh
PuppetWidget::WidgetToScreenOffset now reports proper widget screen location. Previously, in the content process, all widgets were defined to be located at the screen origin. This also repairs mac e10s OOP plugin coordinate calculations that would be broken by this change.
2015-02-04 04:17:15 -08:00
Michal Novotny
1b83ac3cc4 Bug 1055369 - Assertion failure: !handle || !handle->IsDoomed(), r=honzab 2015-02-24 16:09:17 +01:00
Andrea Marchesini
dec9202078 Bug 1135682 - Do not update the all MediaStreamGraph if it's not dirty, r=padenot 2015-02-24 09:59:29 -05:00
Olli Pettay
8f568bd989 Bug 1037687, load iframes in shadow DOM, r=wchen 2015-02-24 16:41:43 +02:00
Ehsan Akhgari
245c448238 Bug 1135753 - Mark some overridden virtual functions in WebRTC as MOZ_OVERRIDE; r=mt 2015-02-24 09:51:57 -05:00
Carsten "Tomcat" Book
cb0eb37585 Backed out changeset 7ff335be2c49 (bug 1047529) for causing spidermonkey test failure on a CLOSED TREE 2015-02-24 15:31:15 +01:00
Nikhil Marathe
3abd3e1e84 Bug 1085283 - Update web-platform-tests expected data. r=jgraham 2015-02-21 14:08:56 -08:00
Nikhil Marathe
a9d8abf718 Bug 1085283 - Patch 1 Implement FormData manipulation methods. r=baku 2015-01-28 17:04:28 -08:00
Carsten "Tomcat" Book
864ffaf330 Merge mozilla-central to mozilla-inbound 2015-02-24 13:25:15 +01:00
Carsten "Tomcat" Book
66f197d101 merge fx-team to mozilla-central a=merge 2015-02-24 13:15:43 +01:00
Carsten "Tomcat" Book
d90f5b71e1 merge mozilla-inbound to mozilla-central a=merge 2015-02-24 12:54:34 +01:00
B2G Bumper Bot
565d7e8a9b Bumping manifests a=b2g-bump 2015-02-23 23:04:18 -08:00
B2G Bumper Bot
53b72db22f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c6a56c1b6344
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #28120 from alivedise/bugzilla/1129841_master/setNFCFocus-on-setVisible

Bug 1129841 - setNFCFocus on setVisible

========

https://hg.mozilla.org/integration/gaia-central/rev/3fb1ce07c57f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1129841 - setNFCFocus on setVisible
2015-02-23 23:01:54 -08:00
B2G Bumper Bot
06e93fa17d Bumping manifests a=b2g-bump 2015-02-23 22:52:41 -08:00
B2G Bumper Bot
8b6651d8c0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d8b02fda03a2
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28260 from RickyChien/bug-1125108

Bug 1125108 - Disable blanket by default in watcher r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/42f62461e9ee
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1125108 - Disable blanket by default in watcher

========

https://hg.mozilla.org/integration/gaia-central/rev/31a19c4fb145
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #27772 from snowmantw/bug1115311-rev2

Bug 1115311 - [LockScreen] (State-Component) Land Clock widget in the cu...

========

https://hg.mozilla.org/integration/gaia-central/rev/355c10904760
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1115311 - [LockScreen] (State-Component) Land Clock widget in the current codebase

* Clock now is a widget.
* Component is the common resource keeper, while State is the resource
  controller.
* No more time-varying if...else. Compose states & components instead.
* Process sequentialize the async & sync operations, while Stream add
  the ability to handle events & interrupts on it.
* New abstraction layer (Source) for a uniform way to collect events
  from timer, clock, mozSettings and DOM events.
2015-02-23 22:50:16 -08:00
pchang
627d094f4e Bug 1023190 - Fix extra horizontal line when draw background image with repeat-x mode, r=roc 2015-02-24 14:18:40 +08:00
B2G Bumper Bot
596d1cde12 Bumping manifests a=b2g-bump 2015-02-23 22:15:02 -08:00
B2G Bumper Bot
a74e3b8a39 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea07a3d7b6d1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28376 from KevinGrandon/bug_1134992_remove_old_tv_app

Bug 1134992 - Remove old stringray app

========

https://hg.mozilla.org/integration/gaia-central/rev/a3925416f3a5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1134992 - Remove old stringray app r=johnhu
2015-02-23 22:12:38 -08:00
Phil Ringnalda
2ee0eabd66 Bug 394686 followup, add missing quote
CLOSED TREE
2015-02-23 21:42:14 -08:00
Jean-Yves Avenard
bd1a60a6f7 Bug 1096089: Part3. Add trimming support from beginning of source buffer. r=cajbir 2015-02-24 16:38:42 +11:00
Jean-Yves Avenard
6e11867f77 Bug 1134064: Part5. Evict from TrackBuffer's current decoder. r=cajbir
Also evicts all data from inactive decoders once there's nothing left to play
in them.
2015-02-24 16:38:41 +11:00
Jean-Yves Avenard
836115f26b Bug 1134064: Part4. Fix racing condition should data get evicted. r=mattwoodrow
Should required data get evicted between the time we checked for availability
and the time we started seeking, it would have caused the seek to fail. Instead
cancel current seek and go back waiting for more data.
2015-02-24 16:38:41 +11:00
Jean-Yves Avenard
a99691827b Bug 1134064: Part2. Drop current reader when seeking outside range. r=mattwoodrow 2015-02-24 16:38:41 +11:00
Jean-Yves Avenard
e32547c914 Bug 1134064: Part1. Don't hold on reader when we stop needing it. r=mattwoodrow 2015-02-24 16:38:41 +11:00
Jean-Yves Avenard
4b8b909e72 Bug 1132342: Handle race should operation be aborted while reading metadata. r=karlt 2015-02-24 16:38:41 +11:00
Phil Ringnalda
8be28f38f1 Back out a7923665bfa0 (bug 1121417) for e10s bc1 bustage
CLOSED TREE
2015-02-23 21:18:22 -08:00
Matt Hammerly
a0ab2333b8 Bug 1124271 - Entering reader mode from an app tab shouldn't open a new tab. r=jaws 2015-02-23 20:44:27 -08:00
Boris Kudryavtsev
226a2aa6a9 Bug 1135364 - Close <meta> tag in aboutReader.html. r=bnicholson 2015-02-23 20:41:00 -08:00
B2G Bumper Bot
43da6a2078 Bumping manifests a=b2g-bump 2015-02-23 20:39:13 -08:00
B2G Bumper Bot
5ad26c7b9c Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dd047959ebd4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1131499 - merge pull request #28250 from RickyChien:clean-stage-app-nodejs to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/cb1d76ded284
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131499 - Running clean-stage-app.js on node.js

========

https://hg.mozilla.org/integration/gaia-central/rev/e1337eb9d756
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #28141 from steveck-chung/message-text-selection-polish

Bug 1127658 - Apply user-select none to html instead of panel, r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/b447fe0e5ea8
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1127658 - Apply user-select none to html instead of panel, r=azasypkin
2015-02-23 20:36:48 -08:00
Shu-yu Guo
21a52db121 Bug 1129769 - Followup: ignore indirect function calls from JSStreamWriter's use of std::ostream in hazard analysis. (r=sfink) 2015-02-23 20:33:56 -08:00
Shu-yu Guo
c425333472 Bug 1131429 - Add a shell function to dump all of a function's tracked optimizations. (r=djvj) 2015-02-23 20:33:56 -08:00
Shu-yu Guo
6634315aa3 Bug 1129780 - Report the youngest sampled frame's line number if it has optimization info. (r=djvj) 2015-02-23 20:33:56 -08:00
Shu-yu Guo
efd38354f0 Bug 1129769 - Handle more kinds when resolving tracked type names. (r=djvj) 2015-02-23 20:33:56 -08:00
B2G Bumper Bot
df0000e13d Bumping manifests a=b2g-bump 2015-02-23 19:57:35 -08:00
B2G Bumper Bot
7adfdaab1a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e07c07de1274
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #27953 from cctuan/1117652

Bug 1117652 - Cursor should not show up in drop down menu

========

https://hg.mozilla.org/integration/gaia-central/rev/10498b5a39e4
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1117652 - prevent caret show on hidden input element
2015-02-23 19:55:09 -08:00
B2G Bumper Bot
b5d124e140 Bumping manifests a=b2g-bump 2015-02-23 19:16:12 -08:00
B2G Bumper Bot
384883fd16 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e20229ca3de
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1128883 - merge pull request #28374 from jrburke:bug1128883-email-activesync-infer-junk-folder to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a3492dc290f8
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1128883 - [email/activesync] Infer junk folder type from folder name

========

https://hg.mozilla.org/integration/gaia-central/rev/212babd6ec69
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1118893 - merge pull request #27865 from jrburke:bug1118893-email-list-carat to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/abad2f894b36
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1118893 - [RTL][Email] Carats in list items
2015-02-23 19:13:47 -08:00
shreyas
e9ea0a6288 Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN 2015-02-23 18:45:00 -08:00
Blair McBride
bb00bec3d9 Bug 1105967 - Typing fast in address bar and pressing enter leads to missing end characters. a=paolo 2015-02-24 16:38:25 +13:00
Wes Kocher
339dffd42e Merge m-c to b2ginbound a=merge 2015-02-23 17:02:28 -08:00
B2G Bumper Bot
04e3e58b9a Bumping manifests a=b2g-bump 2015-02-23 16:57:08 -08:00
B2G Bumper Bot
dce64691f4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ff3e49849b0
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134910 - merge pull request #28333 from autra:bug-1134910 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/088db58e6317
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1134910 - dialer are always LTR even if current language is RTL. So for ellipsis, the end is always to the right, and the beginning always to the left

========

https://hg.mozilla.org/integration/gaia-central/rev/aebcfe55adde
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1129701 - [RTL][Rocket Bar] Settings icon is not on the right side of 'No internet connection'"

This reverts commit 85a52a38bbd4386a7b40c5e4655b06a03223d27e.
2015-02-23 16:54:39 -08:00
Matthew Gregan
c1533d6866 Bug 1135878 - Simply post-error cleanup logic in WASAPI cubeb backend. r=padenot 2015-02-24 13:42:33 +13:00
Jonathan Kew
cad15bdc0d Bug 1135361 - Reftest for ruby positioning in justified vertical text. r=xidorn 2015-02-24 10:17:47 +00:00
Wes Kocher
b69fc750c0 Merge inbound to m-c a=merge 2015-02-23 16:05:13 -08:00
Wes Kocher
b5f9c59b0d Merge fx-team to m-c a=merge 2015-02-23 16:00:36 -08:00
Benoit Girard
c4fc215cad Bug 1135857 - Remove ContentClientIncremental. r=mattwoodrow 2015-02-23 18:22:06 -05:00
B2G Bumper Bot
6dd5506bb6 Bumping manifests a=b2g-bump 2015-02-23 14:15:41 -08:00
B2G Bumper Bot
c1dda4dea0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f90c9ab3d3fa
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134436 - merge pull request #28324 from punamdahiya:Bug1134436 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/64943b8fde47
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1134436 - [Gallery][RTL] - Exposure slider is not mirrored r= djf
2015-02-23 14:15:24 -08:00