Ted Mielczarek
aa4e0c8a5e
bug 1204985 - make SharedMemoryBasic_mach build on iOS. r=billm
2015-09-22 13:59:00 -04:00
Ted Mielczarek
a5cc6705ef
bug 1178956 - Specify precision in OGLShaderProgram.cpp to fix compositor on iOS. r=kip
2015-09-22 15:41:46 -04:00
Ted Mielczarek
fe149512bb
bug 1171560 - Stub out exthandler for iOS. r=baku
2015-09-23 11:00:35 -04:00
Ted Mielczarek
7e7d18e037
bug 1171649 - Implement arm/iOS support in JS JITs. r=jandem
...
This patch includes some assembly files from llvm's compiler-rt to implement __aeabi_ividmod and __aeabi_uidivmod.
2015-09-23 10:21:41 -04:00
Ted Mielczarek
01199f04c1
bug 681602 - Implement xptcall for arm iOS. r=glandium
...
xptcstubs_arm mostly works on iOS but Apple's assembler is ridiculous so
the inline assembly for the SharedStub and the stub methods needs judicious
preprocessor use.
2015-09-23 09:57:10 -04:00
Olli Pettay
c4b7c13186
Bug 1204669 optimize out hashtable lookups caused by extra GetPrototypeBinding call, r=bz,waldo
2015-09-24 03:53:31 +03:00
Matt Woodrow
63ef5fd452
Bug 1150944 - Enable SkiaGL for OSX. r=jrmuizel
2015-09-23 20:30:57 -04:00
Matt Woodrow
bbbbbfca8f
Bug 1206161 - Make sure the DrawTarget is available when creating a CanvasLayer so that we can check for SkiaGL. r=Bas
2015-09-23 20:30:06 -04:00
Matt Woodrow
922f2a334c
Bug 1150944 - Fuzz some reftests with SkiaGL. r=jrmuizel
2015-09-23 20:28:23 -04:00
Matt Woodrow
0594614cd0
Bug 1150944 - Use correct origin for SkiaGL texture backed SourceSurfaces. r=gw280
2015-09-23 20:27:58 -04:00
Bill McCloskey
cf41fadd7e
Bug 1139860 - Fix xpcshell content process timeout crashes (r=jimm)
2015-09-23 17:18:36 -07:00
Bill McCloskey
5d0cfefed5
Bug 1203331 - [webext] Use SingletonEventManager in a few places (r=gabor)
2015-09-23 17:18:35 -07:00
Bill McCloskey
1e61dbbd69
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-23 17:18:34 -07:00
Bill McCloskey
3f75fca521
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-23 17:18:33 -07:00
Bill McCloskey
6a13354cf2
Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor)
2015-09-23 17:18:32 -07:00
Bill McCloskey
add10a99bd
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-23 17:18:32 -07:00
Bill McCloskey
e45b3bd6f7
Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor)
2015-09-23 17:18:31 -07:00
Bill McCloskey
f0acf528af
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-23 17:18:30 -07:00
Bill McCloskey
a3bf3c04fe
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-23 17:18:29 -07:00
Bill McCloskey
ac48cbafda
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
2015-09-23 17:18:28 -07:00
Bill McCloskey
d7d9059cfb
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-23 17:18:27 -07:00
Bill McCloskey
502851ee7d
Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor)
2015-09-23 17:18:26 -07:00
Bill McCloskey
bcd5ce5f67
No bug - Skip webextension tests for mulet
2015-09-23 17:18:25 -07:00
Nicholas Nethercote
7ba9baeaf5
Bug 1206558 (part 6) - Factor out common libevent moz.build stuff. r=mshal.
...
Two parts.
- Most of the common stuff goes into the new libeventcommon.mozbuild file.
- A little bit of common bsd/linux stuff factored out in
ipc/chromium/moz.build.
2015-09-22 16:24:51 -07:00
Nicholas Nethercote
e745f99cae
Bug 1206558 (part 5) - Give libevent its own moz.build file. r=mshal.
...
I originally tried putting it in ipc/chromium/src/third_party/libevent/, but
that directory already has a Makefile.in file, which caused problems, so I
moved it down one directory.
2015-09-22 16:24:51 -07:00
Nicholas Nethercote
32e25f4501
Bug 1206558 (part 4) - Factor out include handling in ipc/chromium/moz.build. r=mshal.
2015-09-22 16:24:51 -07:00
Nicholas Nethercote
5a5317d47b
Bug 1206558 (part 3) - Move Android-specific code ipc/chromium/moz.build. r=mshal.
2015-09-22 16:24:51 -07:00
Nicholas Nethercote
0bbfee3886
Bug 1206558 (part 2) - Move Linux-specific code ipc/chromium/moz.build. r=mshal.
...
Just so the OS ordering at the top matches the OS ordering at the bottom.
2015-09-22 16:24:51 -07:00
Nicholas Nethercote
d10bc775ba
Bug 1206558 (part 1) - Combine handling of BSDs in ipc/chromium/moz.build. r=mshal.
...
Also wrap some overlong comment lines.
2015-09-22 16:24:51 -07:00
Wes Kocher
93688dede1
Merge m-c to inbound, a=merge
2015-09-23 15:29:57 -07:00
Terrence Cole
ebbe89d0f0
Backout 748829f0a151 (Bug 1206987) for breaking Jit on a CLOSED TREE.
2015-09-23 15:19:24 -07:00
Ehsan Akhgari
c1f6e0f08a
Bug 1206458 - Stop bypassing the cache (and service workers) when reloading content in Fennec; r=margaret
2015-09-23 17:52:59 -04:00
Jonathan Kew
7dc993802c
Bug 1193488 - patch 2 - Update the writing-mode representation printed by debugging code such as DumpFrameTree to reflect the new property values. r=dholbert
2015-09-23 22:16:11 +01:00
Jonathan Kew
f1c39f6570
Bug 1193488 - Update values of writing-mode and text-orientation to reflect the CSS WG decision to revise them in the Writing Modes spec. r=dholbert
2015-09-23 22:16:01 +01:00
Avi Halachmi
afd468f8d7
Bug 1207656: APZ mouse wheel scroll: don't ignore minimum duration. r=dvander
2015-09-23 19:35:44 +03:00
Rail Aliiev
7ed930a064
Bug 1206664 - Tracking bug for Nov-02-2015 migration work. r=jlund DONTBUILD
2015-09-23 16:49:48 -04:00
Till Schneidereit
8e9134226e
Bug 1188347 - Part 4: Root LazyScript* in CloneScriptIntoFunction. r=bustage
2015-09-23 17:15:03 +02:00
Wes Kocher
c8a6c11b3b
Merge fx-team to central, a=merge CLOSED TREE
2015-09-23 13:22:10 -07:00
Wes Kocher
0f57602049
Merge b2ginbound to central, a=merge CLOSED TREE
2015-09-23 13:18:17 -07:00
Xidorn Quan
422657918c
Bug 1207443 - Change browser_parsable_css.js to load stylesheets with chrome privilege. r=Gijs
2015-09-23 22:15:04 +10:00
B2G Bumper Bot
e05e0c05f6
Bumping manifests a=b2g-bump
2015-09-23 04:24:29 -07:00
B2G Bumper Bot
0b2bbb2f94
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e4b5ba76d5a4
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #31959 from Fischer-L/gijtv_issue
Bug 1205118 - [gatt] GijTV is mostly perma-failing, r=yifan
========
https://hg.mozilla.org/integration/gaia-central/rev/644724c3f888
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1205118 - [gatt] GijTV is mostly perma-failing
2015-09-23 04:21:45 -07:00
B2G Bumper Bot
11eed99ef8
Bumping manifests a=b2g-bump
2015-09-23 04:03:01 -07:00
B2G Bumper Bot
bb8557ff35
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fda48b5513b7
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31990 from gasolin/issue-1207308
Bug 1207308 - navigate to homescreens-list, r=cwiiis
========
https://hg.mozilla.org/integration/gaia-central/rev/bf33bf292114
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1207308 - navigate to homescreens-list, r=clord
2015-09-23 04:00:17 -07:00
Mark Banner
e413632cc2
Bug 1205610 - Log the string associated with OT's UNABLE_TO_PUBLISH exception to help understand where it is coming from. r=Mardak
2015-09-23 11:51:06 +01:00
Carsten "Tomcat" Book
776079fcda
Merge mozilla-central to fx-team
2015-09-23 12:40:30 +02:00
Carsten "Tomcat" Book
0845b0551d
Merge mozilla-central to b2g-inbound
2015-09-23 12:35:32 +02:00
B2G Bumper Bot
fa1e071f59
Bumping manifests a=b2g-bump
2015-09-23 03:33:10 -07:00
B2G Bumper Bot
6b66f69b39
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f81f9f60ea2a
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1206661 - rewrite existing sanitizer usages to create/unwrap pattern r=timdream" for failing GU tests
This reverts commit ce37dea1615496e5c7ff0043220a1529fc36b2e4.
2015-09-23 03:30:25 -07:00
Carsten "Tomcat" Book
9e87fd6659
merge mozilla-inbound to mozilla-central a=merge
2015-09-23 12:28:10 +02:00