Commit Graph

277485 Commits

Author SHA1 Message Date
Bill McCloskey
3d240d88b5 Bug 1208257 - [webext] runtime.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
7976a9c618 Bug 1208257 - [webext] extension.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
c5b143fe1f Bug 1208257 - [webext] i18n.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
9df5996a24 Bug 1208257 - [webext] context_menus.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
6716df4466 Bug 1208257 - [webext] page_action.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
ac90d0e6eb Bug 1208257 - [webext] browser_action.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
00fc2b83f6 Bug 1208257 - [webext] idle.json (r=kmag) 2015-12-23 08:57:13 -08:00
Bill McCloskey
d06d096a85 Bug 1208257 - [webext] bookmarks.json (r=kmag) 2015-12-23 08:57:13 -08:00
Nathan Froyd
8eca786dc9 Bug 1232454 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in security/apps/; r=keeler
As a nice side effect, we also fix a (rare) memory leak in
AppTrustDomain::SetTrustedRoot.
2015-12-06 08:06:03 -05:00
Olivier Yiptong
c573bd311b Bug 1218996 - Allow Remote New Tab to ride release trains r=marcosc 2015-12-21 16:14:38 -05:00
Olivier Yiptong
759002c24d Bug 1218996 - Remove now redundant messaging code for remote newtab r=marcosc 2015-12-21 16:14:33 -05:00
Olivier Yiptong
dea89fb213 Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc,oyiptong 2015-12-21 16:14:29 -05:00
Olivier Yiptong
936d352dde Bug 1218996 - AboutRedirector uses aboutNewTabService exclusively for about:newtab r=marcosc,mconley 2015-12-21 16:14:23 -05:00
Jan de Mooij
eac3533b75 Bug 1232676 - Use AutoEnterOOMUnsafeRegion instead of MOZ_CRASH in addPendingCompileError. r=jonco 2015-12-23 17:22:16 +01:00
Jan de Mooij
b3c6ca23a1 Bug 1232655 - Fix DebugScopeProxy::has to not lookup .this on non-function scopes. r=shu 2015-12-23 17:22:13 +01:00
Jan de Mooij
b37ef61a09 Bug 1233115 - Add missing OOM check after handler.newClassMethodList call. r=efaust 2015-12-23 17:05:29 +01:00
Jan de Mooij
4611d07669 Bug 1232386 - Fix NativeObject::growSlotsStatic to recover from OOM. r=terrence 2015-12-23 17:05:27 +01:00
Nathan Froyd
4d6a65e1a4 Bug 1233732 - disable MacroAssembler.h macro magic for clang-cl; r=nbp
clang-cl attempts to emulate MSVC's handling of __VA_ARGS__, but doesn't
quite get it right:

https://llvm.org/bugs/show_bug.cgi?id=25875

As a result of this, compiling files that #include MacroAssembler.h with
clang-cl result in fallbacks to MSVC.  Since falling back to MSVC is
non-ideal (and also causes problems around things like linking function
template instantiations), let's disable MacroAssembler.h's macro magic
for the time being.  Ideally, the problem will get fixed upstream
soon (even though it looks somewhat complicated); in the meantime,
fixing this issue lets forward progress be made when compiling Gecko
with clang-cl.
2015-12-18 11:11:09 -05:00
Alastor Wu
2e2d7b814f Bug 1234735 - Remove redundant spaces in nsGlobalWindow. r=baku 2015-12-23 10:34:54 +08:00
Bogdan Postelnicu
016c7114cd Bug 1234554 - verify pointer validity and if valid dereference it otherwise use default value. r=jst 2015-12-22 23:28:00 +01:00
Nicolas B. Pierron
d1bc0022cf Bug 1234193 - IsRelazifiableFunction: Return false when we report an error. r=jandem 2015-12-23 15:01:47 +00:00
Nathan Froyd
02985b10d7 Bug 1232772 - suppress numerous clang-style warnings when using clang-cl; r=glandium
Suppressing these warnings significantly cuts down the warning spam on
clang-cl builds.
2015-12-15 15:35:27 -05:00
Nicolas B. Pierron
1f91507e4e Bug 1137624 - Remove ArrayJoin code duplication, and use a correct alias set. r=jandem 2015-12-23 14:49:48 +00:00
Bogdan Postelnicu
b019efdd55 Bug 1232665 - initialize class members: mLastPrefLang and mLastPrefFirstFont. r=jfkthame 2015-12-15 06:58:00 +01:00
Jan Horak
cf90751d51 Bug 1205643 - "Wrong scrollbar border prevents scrolling to cursor when mouse is on the screen edge". r=karlt 2015-12-22 05:05:00 +01:00
Nicolas B. Pierron
c9c5b3190a Bug 1229813 - Enable branch pruning. r=jandem 2015-12-23 14:19:39 +00:00
Nicolas B. Pierron
35990083dc Bug 1234387 - DumpBacktrace: Check the result of Sprinter::init function. r=bbouvier 2015-12-23 14:10:26 +00:00
Carsten "Tomcat" Book
4d1eb17d90 Merge mozilla-central to mozilla-inbound 2015-12-23 12:47:45 +01:00
Carsten "Tomcat" Book
f4e045afb4 merge mozilla-inbound to mozilla-central a=merge 2015-12-23 12:00:09 +01:00
Carsten "Tomcat" Book
85eb9499bd merge fx-team to mozilla-central a=merge 2015-12-23 11:58:44 +01:00
Jan de Mooij
d437f7985c Bug 1233818 part 7 - Fix AutoPreventBackedgePatching to work without a JitRuntime. r=luke 2015-12-23 11:28:54 +01:00
Jan de Mooij
7fea51c9dc Bug 1233818 part 6 - Make InterruptRunningJitCode non-reentrant. r=luke 2015-12-23 11:28:54 +01:00
Jan de Mooij
5e6e5be01a Bug 1233818 part 5 - Rename handlingSignal to handlingSegFault. r=luke 2015-12-23 11:28:54 +01:00
Jan de Mooij
5d1c1be027 Bug 1233818 part 4 - Make implicit interrupts with work --non-writable-jitcode. r=bhackett 2015-12-23 11:28:54 +01:00
Jan de Mooij
2482f96f78 Bug 1233818 part 1 - Use explicit interrupt checks in Ion for loops that affect GC. r=bhackett 2015-12-23 11:28:54 +01:00
Birunthan Mohanathas
0c00adaf63 Bug 1221106 - Follow-up: Fix future test_interfaces.html failure for Permission{s,Status} interfaces. r=baku
DONTBUILD
2015-12-23 11:50:05 +02:00
Nigel Babu
d8da9e4a4a Backed out changeset 3cc8559d0d65 (bug 384336) on suspicion of causing test bustage 2015-12-23 10:52:25 +05:30
Christoph Kerschbaumer
adc1fb8a68 Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-22 20:57:57 -08:00
Ben Kelly
64627ddb81 Bug 1234691 Fix about:serviceworkers to use correct nsIPushService getSubscription() call. r=baku 2015-12-22 20:11:50 -08:00
Edgar Chen
de190331b7 Bug 1234746 - Disable test_mobile_operator_names_plmnlist.js. r=me 2015-12-23 11:37:47 +08:00
B2G Bumper Bot
8be2d73409 Bumping manifests a=b2g-bump 2015-12-22 22:55:13 -08:00
B2G Bumper Bot
ccfebcfe5c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c256f5cfc46c
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 999675 - Disable bookmark/test/unit/activity_handler_test.js | activity_handler.js > Adding and updating bookmarks > The new bookmark has been added correctly, r=testonly
2015-12-22 22:53:50 -08:00
B2G Bumper Bot
1d152e290d Bumping manifests a=b2g-bump 2015-12-22 22:05:28 -08:00
B2G Bumper Bot
ed93f24d5a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0184aaf7467
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #33588 from rexboy7/1217771-website

Bug 1217771 - [TV][AppDeck] List pinned bookmarks from marketplace. r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/c814f50fbfd3
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1217771 - [TV][AppDeck] List pinned bookmarks from marketplace
2015-12-22 22:04:05 -08:00
B2G Bumper Bot
e1aa152a44 Bumping manifests a=b2g-bump 2015-12-22 20:09:55 -08:00
B2G Bumper Bot
7124690000 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2c83cf417d00
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #33614 from evanxd/bug-1230061

Bug 1230061 - Fix test case: ringer competes with ringer r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/e3d0fd46289e
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1230061 - Fix test case: ringer competes with ringer r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/f52a915d7626
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #33581 from evanxd/bug-1230069

Bug 1230069 - Fix test cases: public notification competes with normal and content r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/99f6749e0229
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1230069 - Fix test cases: public notification competes with normal and content r=lchang
2015-12-22 20:08:32 -08:00
Wes Kocher
6e041766e1 Backed out changeset 7459e0c97939 (bug 1234596) for test_protocolproxyservice.js failures in xpcshell CLOSED TREE 2015-12-22 18:37:37 -08:00
Andreas Pehrson
94b4de6d92 Bug 1223655 - Fix opt build bustage on a CLOSED TREE. r=bustage 2015-12-23 10:28:54 +08:00
Andreas Pehrson
4822dbddf9 Bug 1223655 - Also don't check time of data end if track has ended. r=jesup 2015-12-23 10:04:33 +08:00
B2G Bumper Bot
be0383c00b Bumping manifests a=b2g-bump 2015-12-22 15:30:16 -08:00