Ethan Lin
109fa36d5c
Bug 1120294 - Modify the svg luminance calculating for reducing memcpy. r=longsonr
2015-01-12 21:51:00 -05:00
Ethan Lin
d7e4e20373
Bug 1120294 - Use A8 format svg mask and refactor svg neon code. r=longsonr
2015-01-12 07:36:00 -05:00
Martin Thomson
916e522ffa
Bug 1119952 - Reduce log spam from calling finished() multiple times. r=jmaher
...
--HG--
extra : amend_source : dda8f68cb01a0cd3e9dfa8debfd846c4248ca777
extra : transplant_source : %DE%29%E5k%07%F1%609%D5%D4%40%0C%FF.%E2%8A%24%CD%E9%F7
2015-01-09 13:32:01 -08:00
Mats Palmgren
299cf3cc08
Bug 1120198 part 2 - Optimize RebuildImageVisibility[DisplayList]() using nsTHashtable::SwapElements. r=tn
2015-01-13 14:44:33 +00:00
Mats Palmgren
303ca62864
Bug 1120198 part 1 - Introduce nsTHashtable::SwapElements for a fast way to swap the elements of two hashtables. r=nfroyd
2015-01-13 14:44:33 +00:00
Mats Palmgren
f564466a9a
Bug 1116714
part 0 - Iterate forward instead, to avoid depending on undefined integer behavior. r=roc
2015-01-13 14:44:33 +00:00
Carsten "Tomcat" Book
48c2670453
Merge mozilla-central to mozilla-inbound
2015-01-13 15:29:02 +01:00
Kartikaya Gupta
e84c2dd0ec
Bug 1119355 - Add a dummy touch listener on nsRangeFrame so the APZ code knows it handles them. r=roc
2015-01-13 09:06:37 -05:00
Jan de Mooij
093629a3ab
Bug 1115868 - Implement Generator.prototype.return. r=wingo
2015-01-13 15:02:58 +01:00
Carsten "Tomcat" Book
bb1b5ea5b3
merge fx-team to mozilla-central a=merge
2015-01-13 14:27:06 +01:00
Carsten "Tomcat" Book
fcf963f274
merge mozilla-inbound to mozilla-central a=merge
2015-01-13 14:24:21 +01:00
Eddy Bruël
b41f4e3c13
Bug 1105652
- Handle uncaught promise rejections in the style editor;r=bgrins
2015-01-13 10:50:20 +01:00
Eddy Bruël
376273f178
Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset
2015-01-13 10:05:20 +01:00
Xidorn Quan
995fd93010
Bug 1115262 - Fix position of ruby annotation when writing mode is vertical-rl. r=jfkthame
...
--HG--
extra : source : ec2b2922a741fc5a62bc76c716529eda1b7fe5d0
extra : amend_source : 95bc6d9805f2c0cb9c4d76fcebb5defdd6c69660
2015-01-13 20:04:41 +11:00
Xidorn Quan
ab4ff1f1f3
Bug 1055658 part 4 - Revert RubyReflowState. r=dbaron
...
--HG--
extra : source : 27e60ddbd077439dadd09641ab54fc7eef09c69f
2015-01-13 20:04:41 +11:00
Xidorn Quan
22347f6735
Bug 1055658 part 3 - Add reftests for ruby annotation relative positioning. r=dbaron
...
--HG--
extra : source : 1be2cf7edc4219582496a9faba5b4f40fd73a33b
2015-01-13 20:04:41 +11:00
Xidorn Quan
a4fd1bd015
Bug 1055658 part 2 - Add relative positioning support for ruby annotations. r=dbaron
...
--HG--
extra : source : e15efc6ea7d8fd27cbb334fbab2ba85b0f6868dd
2015-01-13 20:04:41 +11:00
Xidorn Quan
df936207dc
Bug 1055658 part 1 - Move code for applying relative position to an independent method. r=dbaron
...
--HG--
extra : source : 7ba6cbbf02828b4d6d55bd056e92243423eab6d0
2015-01-13 20:04:41 +11:00
Makoto Kato
ce0013bc64
Bug 1120747 - dom.ipc.plugins.flash.disable-protected-mode might not work when launching Flash is immediately. r=aklotz
2015-01-13 18:00:30 +09:00
Jamin Liu
cedf015916
Bug 1120774 - Include a header file for nsITelephonyCallInfo in bluetooth2/BluetoothRilListener.h. r=btian
2015-01-13 15:05:32 +08:00
Richard Newman
f0521a4f2b
Bug 1077590 - Part 4: fix profile access in BrowserApp. r=mfinkle
2015-01-12 20:58:01 -08:00
Kershaw Chang
8206fb9fe7
Bug 1038620 - Add --nested_oop option to mach test commands, r=ted.mielczarek
2015-01-13 02:07:00 +01:00
JW Wang
6c508760e0
Bug 1120295 - test case for "Clear Recent History" command. r=cpearce.
2015-01-13 00:32:00 +01:00
Benjamin Chen
b5a31fae4b
Bug 1114910: - 1. fix crash at promise. 2. Re-write code relative to promise. r=cpearce
2015-01-13 15:42:53 +08:00
Richard Newman
36996b9c07
Bug 1077590 - Part 3: fix testClearPrivateData by removing a flawed assumption in DatabaseHelper. r=me
...
This helper class assumed that all cursors would allow you to navigate to the first item, and would assert if that's not true.
But tests routinely attempted to check that cursors returned zero results! And moveToFirst is documented to return false if the cursor is empty.
This patch does some cleanup, and also removes this flawed assumption.
2015-01-11 20:49:42 -08:00
Richard Newman
c85cdf7287
Bug 1077590 - Part 2: fix a bunch of imports. r=trivial
2015-01-11 20:45:44 -08:00
Richard Newman
480391dc12
Bug 1077590 - Part 1: make all per-profile DB access go through a profile. r=wesj
...
* * *
Bug 1077590 - Review comments.
--HG--
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/LocalTabsAccessor.java
rename : mobile/android/base/db/URLMetadata.java => mobile/android/base/db/LocalURLMetadata.java
rename : mobile/android/base/TabsAccessor.java => mobile/android/base/db/TabsAccessor.java
2015-01-11 20:45:09 -08:00
Richard Newman
ae4e88a49b
Bug 1077590 - Part 0: minor sanity fixes in FennecNativeDriver. r=gbrown
2015-01-11 17:18:14 -08:00
surabhi anand
0fa8969731
Bug 1115542 - Add software usage license blocks to tests/*.java. r=rnewman
2015-01-12 20:40:36 -08:00
Sai Prathik
8fa6cc8165
Bug 1118977 - Define a constant representing an unknown folder ID in LocalBrowserDB. r=rnewman
2015-01-12 20:40:36 -08:00
Surabhi Anand
26dc996ec5
Bug 1116633 - Use correct BufferedReader pattern in GeckoAppShell. r=rnewman
2015-01-12 13:22:54 -08:00
Wes Kocher
b86700e023
Merge fx-team to m-c a=merge
2015-01-12 20:00:16 -08:00
Wes Kocher
ef6727b819
Merge b2g-inbound to m-c a=merge
2015-01-12 19:56:06 -08:00
Richard Newman
909aba8739
Bug 1120530 - Don't show first run experience in Robocop tests. r=mfinkle, on a CLOSED TREE 'cos Java-only.
2015-01-12 16:19:47 -08:00
B2G Bumper Bot
538ed6d1a8
Bumping manifests a=b2g-bump
2015-01-12 15:41:56 -08:00
B2G Bumper Bot
84c89eca62
Bumping manifests a=b2g-bump
2015-01-12 15:21:11 -08:00
Nick Alexander
2ffd31115f
No bug - Fix typo in mozconfig output message. r=me
...
DONTBUILD NPOTB on a CLOSED TREE
This was tested by ally and mfinkle in #mobile.
--HG--
extra : amend_source : 5dd061d6ef98f49cb232baa7221ec514a32eeeee
2015-01-12 14:51:31 -08:00
B2G Bumper Bot
a1b544fd5c
Bumping manifests a=b2g-bump
2015-01-12 14:01:28 -08:00
Geoff Brown
b07b46770a
Bug 1099475 - Backout 4386c2d95db3 for bug 1119962; r=backout
2015-01-12 14:33:45 -07:00
Geoff Brown
804a0db75c
Bug 1119583 - Use Droid instead of devicemanager for xpcshell mach; r=ahal
2015-01-12 14:33:43 -07:00
Ehsan Akhgari
c4eff52c0f
Bug 1119257 - Mark virtual overridden functions as MOZ_OVERRIDE in rdf; r=bsmedberg
2015-01-12 16:31:45 -05:00
Victor Porof
8be9154f4e
Bug 1120231 - Cleanup browser_flame-graph-04.js a bit and reduce more dt orange introduced by changeset 6b85abb2bc19 on a CLOSED TREE, r=me
2015-01-12 16:31:20 -05:00
Ehsan Akhgari
42c01f9792
Bug 1118607 - Mark virtual overridden functions as MOZ_OVERRIDE in modules/libpref; r=bsmedberg
2015-01-12 16:31:04 -05:00
Ehsan Akhgari
1def501577
Bug 1118605
- Mark virtual overridden functions as MOZ_OVERRIDE in xpfe/appshell; r=bsmedberg
2015-01-12 16:30:52 -05:00
Ehsan Akhgari
5e540ce6bf
Bug 1118415 - Mark virtual overridden functions as MOZ_OVERRIDE in rdf; r=bsmedberg
2015-01-12 16:30:33 -05:00
Ehsan Akhgari
a79f364c2f
Bug 1119259 - Mark virtual overridden functions as MOZ_OVERRIDE in JS; r=Waldo
2015-01-12 16:24:57 -05:00
Ryan VanderMeulen
4499c00874
Backed out changeset ffdc6e420153 (bug 1107009) for Android crashes/asserts.
2015-01-12 16:05:16 -05:00
B2G Bumper Bot
d02d32a4e7
Bumping manifests a=b2g-bump
2015-01-12 13:04:08 -08:00
Ryan VanderMeulen
62eff595da
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-01-12 15:58:20 -05:00
Ryan VanderMeulen
580279c6f3
Merge m-c to b2g-inbound. a=merge
2015-01-12 15:56:08 -05:00