477359 Commits

Author SHA1 Message Date
Alexander Surkov
80432e7d0a Bug 1276562 - Hang when inserting a bulleted or numbered list into a contentEditable, r=yzen 2016-05-31 14:46:31 -04:00
Xidorn Quan
7d48b7906b Bug 1274520 part 3 - Listen video events in system group. r=gijs,jaws
Since the UI is now changed in listeners inside the system group, they
are invoked after the listeners added by the content. Because of that,
UI check needs to be asynchronously, otherwise we would be checking the
state before videocontrols update. For the same reason, mouse/keyboard
operations need to be invoked asynchronously as well, otherwise they
would be applied based on the UI before update. This shouldn't change
what is tested here, as user inputs are asynchronous by nature.

MozReview-Commit-ID: 4h9Oa9qMVc5

--HG--
extra : source : ca67bc5ad3a3ddc6cf41dd4c4d6af647d94bc298
2016-06-01 11:35:53 +10:00
Xidorn Quan
8a433ea200 Bug 1274520 part 2 - Listen control events in video controls on system group. r=gijs,jaws
Listeners in the system group are invoked after listeners in the default
group, so we can check defaultPrevented synchronously, and we have to
change the play state according to the state of the play button.

Due to the same reason above, we need to check the UI async in tests.

MozReview-Commit-ID: Bs4MZvGefJj

--HG--
extra : source : b28d589bb2675116fc7927381061fb0a03e39369
2016-06-01 11:35:53 +10:00
Xidorn Quan
ef5e94c156 Bug 1274520 part 1 - Add mozSystemGroup to EventListenerOptions for chrome and XBL to add listener in the system group. r=smaug
MozReview-Commit-ID: 6DdLMEazWIC

--HG--
extra : source : 3469098f26ccae51855666073cfbc3ff82b3685b
2016-06-01 11:35:53 +10:00
Andrew Comminos
8941af6511 Bug 1276734 - Avoid unnecessary invalidations for a nsDisplayTableBorderBackground if it uses a fixed background with a separate display item. r=mattwoodrow
MozReview-Commit-ID: 8zJnLCZsbzC

--HG--
extra : rebase_source : 12200ae0fb8d51fbd46f10cca8227fa81d7499d2
2016-05-30 16:03:50 -04:00
Andrew Comminos
e11a28e748 Bug 1276734 - Use nsDisplayBackgroundImage for table cells without collapsed borders. r=mattwoodrow
MozReview-Commit-ID: JrGVd2z7FFk

--HG--
extra : rebase_source : b52f4651934673a22573393c4d2326191b635011
2016-05-27 18:41:40 -04:00
Makoto Kato
100757988a Bug 1276948 - Remove IMEInputHandler::ConversationIdentifier. r=masayuki
This method is for old NSTextInput API and unused now.

MozReview-Commit-ID: thcbEExH58

--HG--
extra : rebase_source : 7d9f665d867366990c5aac5a54555cc2c3483828
2016-05-31 23:18:04 +09:00
Gregory Szorc
d06abbe862 Bug 1275623 - Use "branch" instead of "revision" to pass symbolic revisions; r=jlund
robustcheckout barfs on symbolic revisions when using "revision."

MozReview-Commit-ID: B7YXqbWG0G1

--HG--
extra : rebase_source : d852930ac24be79004bce978c8ed6542ab58600f
2016-05-31 14:40:04 -07:00
Wes Kocher
6e70ed1223 Merge m-c to inbound, a=merge 2016-05-31 17:18:54 -07:00
Xidorn Quan
5c01d7c3ee Bug 1276549 - Remove rvalue reference mark for already_AddRefed params of nsIEventTarget::Dispatch and related methods. r=froydnj
MozReview-Commit-ID: J5RAfGW3X7T

--HG--
extra : source : e1ff4b0d5d9d2599ac00bac376597357ffd58ce0
2016-06-01 10:04:54 +10:00
Nicholas Nethercote
a6bf1a62c2 Bug 1276837 (part 2) - Rename the CC Block structs. r=mccr8.
nsCycleCollector.cpp has three different structs named "Block", which makes it
hard to read. This patch renames them as EdgeBlock, NodeBlock, and PurpleBlock.

--HG--
extra : rebase_source : cae17ba925559b625f65a4741ae0bb4bee99d078
2016-06-01 09:18:33 +10:00
Nicholas Nethercote
9fe123f601 Bug 1276837 (part 1) - Shrink NodePool::Block. r=mccr8.
15% of our "small" OOM crashes are allocations of this struct. Halving its size
will hopefully help reduce that.

--HG--
extra : rebase_source : 5480a540a9584899def045c1401a5aa9a271d72c
2016-06-01 09:13:21 +10:00
Robert Strong
b6f1194c46 Bug 1271761 - Firefox preference patch - app update patch for adding CPU features/detection to update URL. r=felipc 2016-05-31 12:21:02 -07:00
Chris Pearce
9da01872ae Bug 1271525 - Blacklist igdumd64.dll versions for D3D9 DXVA which are suspected to crash. r=kentuckyfriedtakahe
MozReview-Commit-ID: B4RET7bldTT

--HG--
extra : rebase_source : 41c0ae161f6043bea9e7a201cdaeb31ee8ccd063
2016-05-31 21:08:08 +12:00
Chris Pearce
f41e85bf8a Bug 1271525 - Add ability to blacklist D3D9 DXVA via pref. r=kentuckyfriedtakahe
MozReview-Commit-ID: HSm6TTc6kct

--HG--
extra : rebase_source : cacbcef2352f6e4897845a5fdb3373c60571e938
2016-05-31 21:08:03 +12:00
Chris Pearce
83f9dc03f4 Bug 1271525 - Factor out data used by FindD3D11BlacklistedDLL() into arguments passed in. r=kentuckyfriedtakahe
This enables us to use the existing D3D11 blacklist code to create a D3D9
blacklist by just passing in a new blacklist cache.


MozReview-Commit-ID: GyQ8o8U1jwg

--HG--
extra : rebase_source : e0f1b99d9129c6a8bf6ca70001593194291a83b1
2016-05-31 21:06:56 +12:00
Wes Kocher
a181d1f7a0 Backed out 2 changesets (bug 1271593) for GTest failures
Backed out changeset 0839aaf88283 (bug 1271593)
Backed out changeset bf90268fe339 (bug 1271593)
2016-05-31 16:47:44 -07:00
Steve Fink
5866e2ac15 Bug 1259850 trail of tears - more bogus reasons for calloc() to GC found. Suppress them.
MozReview-Commit-ID: 1DrGZ9RW556

--HG--
extra : rebase_source : 975daa7185871abc1b3342a6618c7c6588e5b2ee
2016-05-31 16:15:45 -07:00
Wes Kocher
5843da7b34 Backed out changeset 43ecf82afb92 (bug 1270241) for android reftest failures 2016-05-31 16:06:06 -07:00
Wes Kocher
738f9c933b Backed out changeset d51737cf083d for android reftest failures 2016-05-31 16:05:58 -07:00
Gerald Squelart
7912b3c534 Bug 1271593 - Unit test for NS_NewRunnableFunction - r=froydnj
MozReview-Commit-ID: ArwIG9BEhDX

--HG--
extra : rebase_source : fa6fda2379fa563cd2ecaaaef1f66b164d7b5712
2016-05-27 19:20:03 +02:00
Michael Comella
94f6e41492 Bug 1243305 - Only share images whose src length is not too long. r=margaret
If the src is too long, we crash!

To test this, you can use my test page:
  https://people.mozilla.org/~mcomella/test/base64.html

An alternative approach would be to prevent users from sharing base64
images altogether because the experience is slightly jarring (since the
base64 string is copied to the application rather than the image).

MozReview-Commit-ID: AQeQ0Ff6ZMB

--HG--
extra : rebase_source : f265c9c474adaeaef9dd50bde5b9f80c6d5b0f53
2016-05-20 14:10:05 -07:00
Michael Kaply
b2516f1220 Bug 1272439 - Make distribution.searchplugins.defaultLocale work on Fennec. r=margaret 2016-05-31 13:04:35 -05:00
Michael Comella
8b44ee5388 Bug 1275880 - Correct action mode styling. r=liuche
MozReview-Commit-ID: H7up9G5vlcg

--HG--
extra : rebase_source : 6c881551c530b0ce90801bf272b8a3ab0f8b35f2
2016-05-27 12:49:55 -07:00
Michael Comella
c903ed153c Bug 1275880 - Give preferences action bar the correct config & delete unused. r=liuche
MozReview-Commit-ID: DavXaecwtux

--HG--
extra : rebase_source : 557a628bdf8fe3d67de7f703d406fd43d2d41c18
2016-05-26 10:28:33 -07:00
Michael Comella
898b428762 Bug 1275880 - Consolidate gecko preferences theme to one api level. r=liuche
MozReview-Commit-ID: BscET9LeUYM

--HG--
extra : rebase_source : 676b86bd3679c41e9cb464dd2964e2dfb8f73b72
2016-05-26 09:42:35 -07:00
Felipe Gomes
5cd245e0dc Bug 1275040 - Actually block e10s on OS X 10.8. r=jimm
MozReview-Commit-ID: 6In98yvkk8s
2016-05-31 13:10:38 -03:00
Thom Chiovoloni
56b8130f97 Bug 1276152 - Ignore differences in the pos property when validating bookmark separators. r=markh
MozReview-Commit-ID: KJLAI3FAh9j

--HG--
extra : transplant_source : %2B%D9X%D8%D1%A8%EA%C6%EB%AA%0Bc%E3%1Et%2BN%C2%E3%2A
2016-05-27 11:48:23 -04:00
Weyland Joyner
56fbb04f24 Bug 1275242 - fixed typo in validator.nonExistingFolder for App Manager. r=jryans
MozReview-Commit-ID: LYBlOgUbEB4

--HG--
extra : transplant_source : %A0%13%91%C6%FE%D6%94%80o8%3E%C3%C8w%E9C%3F%0E%93%04
2016-05-30 15:26:34 -04:00
Johann Hofmann
4fcbbc231b Bug 1274712 - Add Tracking Protection info to DNT settings. r=past
MozReview-Commit-ID: GKOedxVsUrG

--HG--
extra : transplant_source : %BB%E42%90%F2J%F1g%0E%0E%DC%86%9D%1B%CDp%14b%5E%D5
2016-05-30 12:37:31 +02:00
Johann Hofmann
2e084e128a Bug 1274712 - Add a mozscreenshots configuration for the DNT dialog. r=MattN
MozReview-Commit-ID: AoGYvnwHm37

--HG--
extra : transplant_source : B%7E%26%D4M%9Cm%116%E7%0Di%ED%FEu%BA%FA.%2CM
2016-05-26 23:27:02 +02:00
Carsten "Tomcat" Book
1ec9e4f605 Merge mozilla-central to fx-team 2016-05-31 14:31:58 +02:00
Alexandre Poirot
c07cb6835c Bug 1273311 - Prevent DevToolsUtils.fetch from throwing when no policy is given. r=ejpbruel 2016-05-31 03:54:05 -07:00
Carsten "Tomcat" Book
fa71bef543 merge mozilla-inbound to mozilla-central a=merge 2016-05-31 11:59:45 +02:00
Mike de Boer
da651f3cb1 Bug 1248616 - move simulated places nodes after a successful drag 'n drop operation, which applies to Recently Bookmarked items. r=mak 2016-05-31 11:06:37 +02:00
Sebastian Hengst
4a29890033 Backed out changeset c970fb57fedd (bug 1247459) for failing its own test on Windows. r=backout 2016-05-31 08:36:02 +02:00
Carsten "Tomcat" Book
1d9c703463 Backed out changeset ea4940dd52cc (bug 1271777) for test failures in browser_ext_commands_onCommand.js 2016-05-31 08:35:48 +02:00
Jan de Mooij
455fb1c7be Bug 1274922 part 6 - Rewrite the shell's error reporting to handle exceptions in the embedding. r=jorendorff 2016-05-31 08:07:00 +02:00
Jan de Mooij
847b10eeb0 Bug 1274922 part 5 - Remove JSEXN_NONE and add JSEXN_WARN. r=jorendorff 2016-05-31 08:07:00 +02:00
Jan de Mooij
1543ead04a Bug 1274922 part 4 - Fix a werror test to ignore the asm.js warning. r=jorendorff 2016-05-31 08:07:00 +02:00
Jan de Mooij
7091b0ff82 Bug 1274922 part 3 - Fix CompileError::throwError to not call the error reporter if autoJSAPIOwnsErrorReporting. r=jorendorff 2016-05-31 08:07:00 +02:00
Carsten "Tomcat" Book
6f2926b4e4 Backed out changeset ca182106b9e6 (bug 1264815) for bustage 2016-05-31 07:05:17 +02:00
Carsten "Tomcat" Book
c7da954a5b Backed out changeset 8f6cc2d22ba7 (bug 1264815) 2016-05-31 07:05:04 +02:00
Carsten "Tomcat" Book
b9d56141c9 Backed out changeset 9bcbe80a4a7a (bug 1264815) 2016-05-31 07:05:02 +02:00
Carsten "Tomcat" Book
a52403d289 Backed out changeset 20d0b05e708b (bug 1264815) 2016-05-31 07:05:01 +02:00
Carsten "Tomcat" Book
62db018fa7 Backed out changeset d049a47c24c1 (bug 1264815) 2016-05-31 07:05:00 +02:00
Chris Pearce
179b352a2a Bug 1270686 - Blacklist more ATI drivers for D3D11 DXVA2. r=kentuckyfriedtakahe
MozReview-Commit-ID: KClulNTU2rO

--HG--
extra : rebase_source : f9b8d8a7420ad2f677ea7506a2c957553df9cd0d
2016-05-31 14:04:40 +12:00
Tim Taubert
2ed19fb31d Bug 1275415 - Use Ci.nsICookieService.ACCEPT_SESSION instead of Services.cookies.ACCEPT_SESSION in SessionSaver.jsm r=mikedeboer 2016-05-30 07:49:29 +02:00
Jarda Snajdr
a8fa0feb87 Bug 1269765 - Notify http-on-opening-request in content process. r=valentin 2016-05-30 01:24:00 +02:00
Honza Bambas
85e6362a96 Bug 1274585 - Push HTTP cache index build when asked for disk cache size, r=michal 2016-05-30 04:48:00 +02:00