Commit Graph

267198 Commits

Author SHA1 Message Date
Lee Salzman
d558f635b4 Bug 1196494 - part 2: only update nsWindow client offset when _NET_FRAME_EXTENTS property actually changes. r=eihrul 2015-10-09 09:24:48 -04:00
Lee Salzman
fdc9a876b1 Bug 1196494 - part 1: remove unnecessary GetClientBounds call in CompositorParent. r=jrmuziel 2015-10-03 08:30:16 -04:00
Honza Bambas
b9f7e7b3ec Bug 1165269 - Use OriginAttributes in nsILoadContextInfo, r=michal+allstars 2015-10-11 18:13:09 +02:00
Sebastian Hengst
ac25cb9c25 Bug 1113443 - reject each media type with approriate default. r=bwc 2015-10-11 18:13:09 +02:00
Aryeh Gregor
b428174213 Bug 1156062 part 3 - New helper nsHTMLEditor::GetBlock; r=ehsan 2015-10-11 18:59:11 +03:00
Aryeh Gregor
d0dc675ef3 Bug 1156062 part 2 - Make GetBlockNodeParent and GetEnclosingTable return regular pointers; r=ehsan 2015-10-11 18:58:47 +03:00
Aryeh Gregor
e0122842eb Bug 1156062 part 1d - Clean up nsEditor::SplitNodeDeep; r=ehsan 2015-10-11 18:57:48 +03:00
Tom Schuster
50aa468a9b Bug 1208907 - [webext] Partially implement browser.bookmarks. r=billm f=mak 2015-10-11 16:41:21 +02:00
Heiher
c1b3466f11 Bug 1210322 - IonMonkey: MIPS: Rename BaseFloatRegister/s to FloatRegister/sMIPSShared. r=nbp
---
 js/src/jit/mips-shared/Architecture-mips-shared.h | 6 +++---
 js/src/jit/mips32/Architecture-mips32.h           | 4 ++--
 js/src/jit/mips64/Architecture-mips64.h           | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)
2015-10-12 04:46:03 +08:00
Heiher
2807fca346 Bug 1205166 - IonMonkey: MIPS64: Import Architecture-mips64. r=nbp f=rankov
---
 js/src/jit/mips64/Architecture-mips64.cpp |  76 ++++++++++
 js/src/jit/mips64/Architecture-mips64.h   | 226 ++++++++++++++++++++++++++++++
 js/src/moz.build                          |   6 +-
 3 files changed, 307 insertions(+), 1 deletion(-)
 create mode 100644 js/src/jit/mips64/Architecture-mips64.cpp
 create mode 100644 js/src/jit/mips64/Architecture-mips64.h
2015-10-12 04:45:56 +08:00
Heiher
0e4a35e77e Bug 1205166 - IonMonkey: MIPS: Import MIPS64 support into Architecture-mips-shared. r=nbp f=rankov
---
 .../jit/mips-shared/Architecture-mips-shared.cpp   |  4 +--
 js/src/jit/mips-shared/Architecture-mips-shared.h  | 33 ++++++++++++++++++----
 2 files changed, 29 insertions(+), 8 deletions(-)
2015-10-12 04:45:49 +08:00
JW Wang
dc0f897d37 Bug 1212246. Part 2 - remove mTaskQueueIsBorrowed and unnecessary checks for mTaskQueue is never null. r=jya. 2015-10-09 09:25:43 +08:00
JW Wang
ddb5ad7d92 Bug 1212246. Part 1 - remove the aBorrowedTaskQueue parameter from the MediaDecoderReader constructor. r=jya. 2015-10-09 09:25:23 +08:00
Julien Pagès
f5d7bdb8e9 Bug 1139487 - Remove mozprocess.pid, mozprocess.wpk. r=jmaher 2015-10-06 21:35:43 +02:00
Julien Pagès
c47998b8d9 Bug 1139487 - Remove mozprocess.pid usage from talos. r=jmaher 2015-10-06 20:38:07 +02:00
Jeff Walden
acbd100ce8 Bug 1052139 - Continued work on making the global object's prototype chain immutable, once a switch is flipped. r=bz 2015-10-09 13:21:39 -07:00
Vladan Djeric
c719f26e2d Backed out changeset 5d1ec6ca9374 (bug 1193341) for Talos regressions (bug 1213364) 2015-10-11 00:26:26 -04:00
Vladan Djeric
a4df8f5346 Backed out changeset 578fbd8d8b3c (bug 1179961) for Talos regressions (bug 1213364) 2015-10-10 23:54:48 -04:00
Ehsan Akhgari
1d1baa782b Bug 1213514 - Don't bother checking for third party URLs at interception time unless if the user needs it; r=jdm
The current code is wasteful for the vast majority of our users.
2015-10-10 19:05:27 -04:00
Olli Pettay
64d7e356ed Bug 1213437 - Less data copying when handling structured clones in MessageManager, r=baku 2015-10-10 23:32:20 +03:00
Markus Stange
733701d783 Bug 1212876 - Fix a bug in UntransformVector and in code that was relying on that bug. r=botond 2015-10-09 12:57:56 +02:00
Tim Taubert
6cded789af Bug 1213203 - AsymmetricSignVerifyTask::DoCrypto() creates unused SGNContext r=mt 2015-10-09 10:56:55 +02:00
Jan Varga
f262f514ed Followup build fix for bug 1185223; r=buildbustage 2015-10-10 10:16:31 +02:00
Jan Varga
b08f7104ca Bug 1185223 - crash at [@ mozilla::dom::quota::QuotaObject::Release() ]; r=khuey 2015-10-10 09:28:09 +02:00
Terrence Cole
28a06aacfd Bug 1213133 - Remove jit-test's legacy multiprocessing and serial task runners; r=sfink 2015-10-09 13:39:17 -07:00
Terrence Cole
aa5675b2b9 Bug 1213129 - Share worker count derivation code between jit and js test suites; r=sfink 2015-10-09 13:39:05 -07:00
Masayuki Nakano
d18bbe5c70 Bug 1211352 part.5 PuppetWidget should cache only the focused editor rect information while a plugin has focus r=m_kato 2015-10-10 10:21:02 +09:00
Masayuki Nakano
cae1411988 Bug 1211352 part.4 PuppetWidget::GetIMEUpdatePreference() should request only position change notifications while a plugin has focus r=m_kato 2015-10-10 10:21:02 +09:00
Masayuki Nakano
cf3a801346 Bug 1211352 part.3 nsIWidget::GetIMEupdatePreference() for each platform should not request any notifications while a plugin has focus r=m_kato 2015-10-10 10:21:02 +09:00
Masayuki Nakano
0c557077fb Bug 1211352 part.2 PuppetWidget shouldn't send notifications which are not wanted by the parent process r=m_kato 2015-10-10 10:21:01 +09:00
Masayuki Nakano
e6204c0d25 Bug 1211352 part.1 IMEContentObserver should be created when a plugin has focus r=smaug 2015-10-10 10:21:01 +09:00
Xidorn Quan
ebbcc1c0a8 Bug 1213168 - Use the top window for checking window state in fullscreen test utils. rs=smaug 2015-10-10 12:19:23 +11:00
Xidorn Quan
8799153d89 Bug 1213130 - Make several string function to accept char16ptr_t instead of char16_t*, and remove redundant overloads. rs=froydnj 2015-10-10 12:19:23 +11:00
Xidorn Quan
958a06e546 Bug 1213123 - Make Preferences::SetString accept char16ptr_t instead of char16_t*. r=froydnj 2015-10-10 12:19:23 +11:00
Ehsan Akhgari
31777e6efe Bug 1182727 - Touch CLOBBER 2015-10-09 21:16:48 -04:00
Ehsan Akhgari
904685318d Bug 1182727 - Part 18: Fix building clang on OSX 10.8 and older
This is documented on http://libcxx.llvm.org/.
2015-10-09 21:15:23 -04:00
Ehsan Akhgari
3068ceebdb Bug 1182727 - Part 13: Update the current clang builds to the new 3-stage clang 3.7; r=rail 2015-10-09 21:15:22 -04:00
Wes Kocher
0fab101b4b Merge m-c to inbound, a=merge 2015-10-09 16:45:31 -07:00
Wes Kocher
6747784746 Backed out changeset 5f6375754b86 (bug 1210940) for xpcshell and m-e10s(bc4) bustage CLOSED TREE 2015-10-09 16:42:50 -07:00
Wes Kocher
f4d7c66af0 Backed out changeset bfab6a14cac8 (bug 1210936) 2015-10-09 16:42:37 -07:00
Wes Kocher
5fed44b570 Backed out changeset 1d6d4011acc3 (bug 1213078) 2015-10-09 16:42:22 -07:00
Wes Kocher
7446900931 Merge b2ginbound to central, a=merge 2015-10-09 16:16:31 -07:00
Olivier Yiptong
a3151d19c4 Bug 1213078 - PlacesProvider.jsm module for remote new tab page r=emtwo 2015-10-09 17:16:10 -04:00
Wes Kocher
f7436e10ec Merge fx-team to central, a=merge 2015-10-09 13:38:52 -07:00
B2G Bumper Bot
2ec3ed7fb6 Bumping manifests a=b2g-bump 2015-10-09 12:53:19 -07:00
B2G Bumper Bot
95d0256e28 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f97062868fc8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32285 from hfiguiere/bug1211932-percent

Bug 1211932 - Fix problem with escaping for URI r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/c9fb5b9c77fa
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1211932 - Generate lighter-weight model object and properly encode URL.

Fetch on non webworker no longer need encodeURI
getSectionName callback are lighter too
2015-10-09 12:50:36 -07:00
B2G Bumper Bot
756a0cc5b6 Bumping manifests a=b2g-bump 2015-10-09 11:44:02 -07:00
B2G Bumper Bot
f4fd9eb56b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7fc0cebbbcdb
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #32325 from lissyx/bug1212295

Bug 1212295 - Send ready event from SystemApp to receive update error event r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b805802c0028
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1212295 - Send ready event from SystemApp to receive update error event r=mhenretty
2015-10-09 11:40:36 -07:00
B2G Bumper Bot
6ddd33e4c8 Bumping manifests a=b2g-bump 2015-10-09 10:28:20 -07:00
B2G Bumper Bot
40e1389318 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31f27289f2e3
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #32330 from JohanLorenzo/bug-1212796

Bug 1212796 - gaiatest --help throws an exception (and doesn't displa…

========

https://hg.mozilla.org/integration/gaia-central/rev/d39671cc5a11
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1212796 - gaiatest --help throws an exception (and doesn't display the help)
2015-10-09 10:25:27 -07:00