Commit Graph

502263 Commits

Author SHA1 Message Date
Jonathan Watt
3b4766c563 Bug 1309272, part 4 - Implement a PrintTarget sub-class for printing via Skia PDF. r=lsalzman 2016-11-18 11:30:25 +00:00
stefanh@inbox.com
4dc3f8f83d Bug 1320377 - Allow users to change file extension in the Save dialog. r=mstange. 2016-11-28 18:04:55 +01:00
Edwin Flores
3af4985263 Bug 1318283 - Debug patch - r=milan 2016-11-28 19:32:49 +00:00
Michael Layzell
92086b33cd Backout of Bug 1316696 as we don't want to require rustc 1.13 yet, a=froydnj 2016-11-28 14:19:12 -05:00
Olli Pettay
79719d0e36 Bug 1320704 - Disable IntersectionObserver, r=bkelly 2016-11-28 21:11:35 +02:00
Felipe Gomes
5e9387e149 Bug 1314429 - Bump XPIProvider's schema version to re-read info about multiprocessCompatible. Store information about whether that is false in a new field in the DB to avoid conflicts with any existing code. r=rhelmer
MozReview-Commit-ID: 5Ip4UjuAult
2016-11-28 17:05:46 -02:00
Ben Kelly
3c6e68bfe4 Bug 1320235 Test that the browser continues to function during timer floods. r=bz 2016-11-28 10:49:40 -08:00
Sebastian Hengst
afd15deb13 Bug 1311610 - Add EditorUtils.* to package-manifest: Use RESPATH instead of BINPATH to fix OS X bustage. r=bustage-fix 2016-11-28 19:33:57 +01:00
Nathan Froyd
138cf55639 Bug 1318739 - remove DoFindInReadable from nsExceptionHandler; r=ted.mielczarek
We now have an overload for the simple case of finding |key| in some
|string|, so we don't need this utility function anymore, which
presumably dates from when said overload did not exist or was
inaccessible due to library visibility, or something.
2016-11-28 09:33:07 -04:00
Andrea Marchesini
fd0870b751 Bug 1320297 - Thread-safe use of ErrorResult in WebSocket, r=qdot 2016-11-28 19:12:57 +01:00
Tomislav Jurin
8473a479e6 Bug 1316009 - Adding 'final' keyword to static fields where appropriate. r=sebastian 2016-11-25 20:02:44 +01:00
Andrew Overholt
0f5f9f1124 Bug 1311610 - Add EditorUtils.* to package-manifest; r=enndeakin 2016-11-28 11:40:54 -05:00
Kris Maglione
be560387d7 Bug 1319607: Follow-up: Fix typo.
MozReview-Commit-ID: LFZ1ddQy6xQ
2016-11-28 08:19:41 -08:00
Carsten "Tomcat" Book
4703a9d09f Merge mozilla-central to mozilla-inbound 2016-11-28 16:47:40 +01:00
Eddy Bruel
1e0442d463 Bug 1271650 - Implement a C++ interface for DebuggerFrame.onPop. r=jimb 2016-11-28 16:41:12 +01:00
Julian Seward
9c349f1195 Bug 1248365 - Make Valgrind Mochitests run greener on Taskcluster. r=n.nethercote.
--HG--
extra : rebase_source : d1c3a1fb594e73cb5978e81636a9b3ed3dd341aa
2016-11-28 15:46:43 +01:00
Carsten "Tomcat" Book
12f3d0324b Backed out changeset bdbcf49b3359 (bug 1319854) for continued various test failures 2016-11-28 15:57:03 +01:00
Carsten "Tomcat" Book
d17bc55a94 Backed out changeset b05c8f63d8a2 (bug 1319844) 2016-11-28 15:56:44 +01:00
Carsten "Tomcat" Book
aee9df5fff Backed out changeset ca8ca07756ab (bug 1037438) 2016-11-28 15:56:42 +01:00
Carsten "Tomcat" Book
e402c17a68 Backed out changeset 77b01f2bda7f (bug 1320375) 2016-11-28 15:56:41 +01:00
Carsten "Tomcat" Book
a76f886d3b Backed out changeset ebab26f0002c (bug 1279533)
--HG--
rename : browser/themes/shared/webRTC-indicator.css => browser/themes/windows/webRTC-indicator.css
2016-11-28 15:56:39 +01:00
Carsten "Tomcat" Book
13a171d7bb Backed out changeset d6ec40f470fc (bug 1319854) 2016-11-28 15:56:37 +01:00
Tom Schuster
f82ece408e Bug 1286629 - Test that Object.freeze prevents sloppy arguments object from mapping. r=arai 2016-11-28 14:42:57 +01:00
Gabriel Luong
1f07c18e7b Bug 1318835 - Inspector should own the one instance of the HighlightersOverlay. r=pbro 2016-11-28 21:10:53 +08:00
Florian Quèze
7eff60cd62 Bug 1319854 - Follow-up to make the test_path.js xpcshell test not depend on files from other platforms, rs=bustage-fix. 2016-11-28 13:58:33 +01:00
Jeremy Chen
9dca2c80ea (no bug) minor indentation cleanup in nsTextFrameUtils.h. whitespace-only, no review, DONTBUILD
MozReview-Commit-ID: FIN0Tif6JZQ
2016-11-28 20:45:37 +08:00
Jeremy Chen
a09461846f (no bug) fix comment for nsTextFrameUtils::TransformText. comment-only, no review, DONTBUILD
MozReview-Commit-ID: Cu7zjjvOwQE
2016-11-28 20:45:37 +08:00
Julian Seward
e32070c1ac Bug 1320094 - Add missing mLoading assignments in {nsHTMLFramesetFrame,nsHTMLFramesetBorderFrame}::GetCursor. r=dbaron.
--HG--
extra : rebase_source : b339c012daab96990bf22bd5d31edc125135700d
2016-11-28 12:59:02 +01:00
Marco Castelluccio
36d6f68299 Bug 1320386 - Block D3D11 for the 64-bit version of the 9.17.10.2857 driver. r=gerald 2016-11-28 11:59:51 +00:00
Edwin Flores
59c6984580 Bug 1295272 - Discard internal DataTransferItem data in nsBaseDragService::EndDragSession - r=enndeakin 2016-11-28 11:39:22 +00:00
Steve Jarvis
a8ea57d934 Bug 1279533 - Use SVG sharing icons on Linux and Windows. r=florian
--HG--
rename : browser/themes/windows/webRTC-indicator.css => browser/themes/shared/webRTC-indicator.css
2016-11-25 09:06:06 -07:00
Florian Quèze
fc3cc50546 Bug 1320375 - Remove webrtcUI.showSharingDoorhanger's obsolete aType parameter, r=johannh. 2016-11-28 12:29:31 +01:00
Florian Quèze
10d60535cc Bug 1037438 - implement persistent deny permissions for screen sharing, r=jesup,past. 2016-11-28 12:29:31 +01:00
Florian Quèze
dcdba1c4c0 Bug 1319844 - Fix a few broken paths, r=Gijs. 2016-11-28 12:29:31 +01:00
Florian Quèze
5bf00d6bcb Bug 1319854 - Unused resource://gre/modules/osfile/osfile_{unix,win}_{back,front}.jsm files, r=Yoric. 2016-11-28 12:29:30 +01:00
Evan Tseng
664a06e28d Bug 1318605 - Do language detection to get text direction, r=Gijs
MozReview-Commit-ID: JxEw7e5y5r1

--HG--
extra : rebase_source : 523631f28caecdcf9767339b3a469c6b4c79839e
2016-11-18 18:36:12 +08:00
Andrew McCreight
4bf21b65b7 Bug 1320833 - Only generate State enum case for PFoo::State::__Dying when hasReentrantDelete(). r=kanru
MozReview-Commit-ID: DpxXD7y8GpD

--HG--
extra : rebase_source : ae9044309196f8c799674d85ebe0db869b4207f4
2016-11-28 15:49:26 -08:00
Andrew McCreight
5a67cdbd4f Bug 1320835 - Remove unused _getcallerpath from IPDL's parser.py. r=kanru
MozReview-Commit-ID: APiXElSQGQ1

--HG--
extra : rebase_source : e8a3c140ff9594f34e76809c72e2f6567285c455
2016-11-28 14:47:57 -08:00
Sylvestre Ledru
4b29662011 Bug 1320891 - Make some webrtc tests build with gcc 7.0 and --enable-warnings-as-errors r=bwc
MozReview-Commit-ID: 6autz34In8Z

--HG--
extra : rebase_source : a961415061a27db44835434e0eec2be067495656
2016-11-29 11:03:20 +01:00
Gijs Kruitbosch
8cd2b1e623 Bug 1320502 - fix paste (and go) issues regressed in bug 1229426, r=mak
MozReview-Commit-ID: Lm6J4Xfik5t

--HG--
extra : rebase_source : 3c32f78781495d2fff3a1e663653a25a5f3f0bf9
2016-11-28 14:59:02 +00:00
Jonathan Kingston
ae0d51d508 Bug 1272466 - Adding in container name to the tab title tooltip r=flod,Gijs
MozReview-Commit-ID: JpBEYF7UWaT

--HG--
extra : rebase_source : b869bffb68281c3005440e13f4935c07ad1e2a37
2016-11-24 17:54:47 +00:00
JW Wang
2f944f122e Bug 1320346 - dump |rv| when AddBlocker() fails to get more debugging info. r=cpearce
MozReview-Commit-ID: LA3uPvdKCU5

--HG--
extra : rebase_source : e1b8f48e2f48137234936d90cbb3564485969e0c
extra : source : dd741ba3495bfa75aa97e1f47348f5221d9ceb54
2016-11-29 10:38:32 +08:00
Michael Ratcliffe
0bb9829b2e Bug 1276339 - Storage inspector doesn't work on chrome:// pages and web extensions r=jdescottes
MozReview-Commit-ID: IP33bBo0yfn

--HG--
extra : rebase_source : 2544e514e0adc3c09ef8fcd1320ca2248daebbff
2016-11-22 14:47:22 +00:00
Lars T Hansen
fb0c308c86 Bug 1286816 - wasm baseline, test cases for boolean optimization for control. r=h4writer
--HG--
extra : rebase_source : fa2ed2092172339e2f8241d1ebca73e1eb9731ca
2016-11-18 10:56:10 +01:00
Lars T Hansen
be5343a9bb Bug 1286816 - wasm baseline, simplify code generation of branches. r=h4writer
--HG--
extra : rebase_source : 4d89e03260d1ffab2647da1f6ccb64c98c4e8061
2016-11-24 09:20:01 +01:00
Lars T Hansen
d7303641a2 Bug 1286816 - InvertCondition(DoubleCondition). r=h4writer
--HG--
extra : rebase_source : 361378fed6a126288efbe54483073ae6d663fb3c
2016-11-24 09:17:45 +01:00
Lars T Hansen
3b19620030 Bug 1286816 - branch64(reg,reg) stub for arm64. r=h4writer
--HG--
extra : rebase_source : d88d1a16a4eead7dbf4ca090a889a0837cc63a83
2016-11-24 09:32:37 +01:00
Chris Pearce
19f0b2fe44 Bug 1320614 - Remove MediaKeys::mNodeId as it's only ever written and never read. r=gerald
MozReview-Commit-ID: BWfrjzdfph

--HG--
extra : amend_source : 784b9d8341dc2fad29c522b5faa147a2a81a9388
2016-11-28 12:12:34 +13:00
Jan de Mooij
b1ffa95873 Bug 1320118 part 3 - Introduce AutoStubFrame to emit stub frames. r=evilpie 2016-11-28 09:53:53 +01:00
Jan de Mooij
13c45aee41 Bug 1320118 part 2 - Clean up tryAttachNative to handle all cases in the switch statement. r=evilpie 2016-11-28 09:52:36 +01:00