Граф коммитов

444720 Коммитов

Автор SHA1 Сообщение Дата
Aryeh Gregor aff11ba1b3 Bug 1156062 part 3 - New helper nsHTMLEditor::GetBlock; r=ehsan 2015-10-11 18:59:11 +03:00
Aryeh Gregor bfb521a6c4 Bug 1156062 part 2 - Make GetBlockNodeParent and GetEnclosingTable return regular pointers; r=ehsan 2015-10-11 18:58:47 +03:00
Aryeh Gregor aa61364a31 Bug 1156062 part 1d - Clean up nsEditor::SplitNodeDeep; r=ehsan 2015-10-11 18:57:48 +03:00
Tom Schuster 03a5c643c2 Bug 1208907 - [webext] Partially implement browser.bookmarks. r=billm f=mak 2015-10-11 16:41:21 +02:00
Heiher a02161d4e3 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 0983771843 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 72beb2cfc6 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 146f761ff8 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 32c513290f 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 e6f8f405f1 Bug 1139487 - Remove mozprocess.pid, mozprocess.wpk. r=jmaher
--HG--
extra : commitid : DGexoEWiJn4
extra : rebase_source : 51bc43ca702d67522e58a74286dcaa3487bdacc7
2015-10-06 21:35:43 +02:00
Julien Pagès 76e46960e0 Bug 1139487 - Remove mozprocess.pid usage from talos. r=jmaher
--HG--
extra : commitid : 6MZWAmdWliw
extra : rebase_source : 780c9e33f9ee3aa7408ff265e227c213ee3ba18e
2015-10-06 20:38:07 +02:00
Jeff Walden a83ec4837b Bug 1052139 - Continued work on making the global object's prototype chain immutable, once a switch is flipped. r=bz
--HG--
extra : rebase_source : ca97d872091b35bb3b729f971f8cbfed404fd7bc
2015-10-09 13:21:39 -07:00
Vladan Djeric 41ad01b9a5 Backed out changeset 5d1ec6ca9374 (bug 1193341) for Talos regressions (bug 1213364) 2015-10-11 00:26:26 -04:00
Vladan Djeric ae0382b6f1 Backed out changeset 578fbd8d8b3c (bug 1179961) for Talos regressions (bug 1213364) 2015-10-10 23:54:48 -04:00
Ehsan Akhgari 202348d36c 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 bf7fdb8e75 Bug 1213437 - Less data copying when handling structured clones in MessageManager, r=baku
--HG--
extra : rebase_source : e38286f4fec560621d9eb49a40cc79eb6ce09b0a
2015-10-10 23:32:20 +03:00
Markus Stange dbc6bd7a9c Bug 1212876 - Fix a bug in UntransformVector and in code that was relying on that bug. r=botond
--HG--
extra : commitid : 3OPpYKTjeE8
extra : amend_source : bf9d214f17da7d226729dba602466d45761ab240
2015-10-09 12:57:56 +02:00
Tim Taubert a6c3d80d75 Bug 1213203 - AsymmetricSignVerifyTask::DoCrypto() creates unused SGNContext r=mt 2015-10-09 10:56:55 +02:00
Jan Varga d7ad4e8aba Followup build fix for bug 1185223; r=buildbustage 2015-10-10 10:16:31 +02:00
Jan Varga 90b70db80f Bug 1185223 - crash at [@ mozilla::dom::quota::QuotaObject::Release() ]; r=khuey 2015-10-10 09:28:09 +02:00
Terrence Cole 9ba17a864f Bug 1213133 - Remove jit-test's legacy multiprocessing and serial task runners; r=sfink 2015-10-09 13:39:17 -07:00
Terrence Cole 1e2222982c 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 a6ebc050de 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 ecbd3e99b6 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 c892b229d9 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 7783be638e 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 27b1c48ce9 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 2814f667b7 Bug 1213168 - Use the top window for checking window state in fullscreen test utils. rs=smaug
--HG--
extra : source : 5c94ae5936b81cb4e5f19ddb9c231f91d1496d1e
2015-10-10 12:19:23 +11:00
Xidorn Quan 6ab3d4ccd1 Bug 1213130 - Make several string function to accept char16ptr_t instead of char16_t*, and remove redundant overloads. rs=froydnj
--HG--
extra : source : d2dbd4e5316efb888335c92950d32ce77abc41e5
2015-10-10 12:19:23 +11:00
Xidorn Quan f062c6a861 Bug 1213123 - Make Preferences::SetString accept char16ptr_t instead of char16_t*. r=froydnj
--HG--
extra : source : 201ba51e2d2c674f3b6088ac255e2e6331d1a162
2015-10-10 12:19:23 +11:00
Ehsan Akhgari 4b08f2c66a Bug 1182727 - Touch CLOBBER 2015-10-09 21:16:48 -04:00
Ehsan Akhgari f7c5e6ff63 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 74c477104f 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 95cce1f2c9 Merge m-c to inbound, a=merge 2015-10-09 16:45:31 -07:00
Wes Kocher 7c738dee7a 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 518ef8e3c4 Backed out changeset bfab6a14cac8 (bug 1210936) 2015-10-09 16:42:37 -07:00
Wes Kocher fb755f24c8 Backed out changeset 1d6d4011acc3 (bug 1213078) 2015-10-09 16:42:22 -07:00
Wes Kocher 232c21d537 Merge b2ginbound to central, a=merge 2015-10-09 16:16:31 -07:00
Olivier Yiptong 4afadf8395 Bug 1213078 - PlacesProvider.jsm module for remote new tab page r=emtwo
--HG--
extra : commitid : 4SGgj8rZN5F
2015-10-09 17:16:10 -04:00
Wes Kocher 4bea09d64c Merge fx-team to central, a=merge 2015-10-09 13:38:52 -07:00
B2G Bumper Bot 2867e09374 Bumping manifests a=b2g-bump 2015-10-09 12:53:19 -07:00
B2G Bumper Bot f750f0eec2 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 123057038e Bumping manifests a=b2g-bump 2015-10-09 11:44:02 -07:00
B2G Bumper Bot e48f798978 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 45667887e2 Bumping manifests a=b2g-bump 2015-10-09 10:28:20 -07:00
B2G Bumper Bot 14b341d51a 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
B2G Bumper Bot 96c919807b Bumping manifests a=b2g-bump 2015-10-09 09:29:49 -07:00
Alexandre Lissy a2105aec6c Bug 1037056 - Adding support for producing Gecko/Gaia FOTA for Flame r=wcosta,jlund,catlee 2015-10-09 11:18:45 -04:00
B2G Bumper Bot 416dfaf780 Bumping manifests a=b2g-bump 2015-10-09 07:58:11 -07:00
B2G Bumper Bot 1abbee8c6d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a405d6f549a6
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32297 from Cwiiis/bug1212345-new-homescreen-remove-longpress-menu

Bug 1212345 - Remove long-press menu. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/f72339f0fbfc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1212345 - Remove long-press menu. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/aa37bf20c0ee
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32306 from npark-mozilla/1208553

Bug 1208553 - Convert gaia ui tests for music-nga app

========

https://hg.mozilla.org/integration/gaia-central/rev/25c7d3687074
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1208553 - Convert gaia ui tests for music-nga app
2015-10-09 07:55:19 -07:00