Commit Graph

162048 Commits

Author SHA1 Message Date
Masayuki Nakano
a2cf506691 Bug 953146 part.5 The switch statement of nsWindow::DealWithPopups() should decide if the popup should be rolled up completely r=jimm 2013-12-31 09:41:37 +09:00
Masayuki Nakano
c8a2fa3f7e Bug 953146 part.4 Separate counting pupups to rollup from nsWindow::DealWithPopups() r=jimm 2013-12-31 09:41:37 +09:00
Masayuki Nakano
7f7be1c0ee Bug 953146 part.3 nsWindow::DealWithPopups() should decide if popup should be rolled up in each case of messages r=jimm 2013-12-31 09:41:36 +09:00
Masayuki Nakano
e94db6a074 Bug 953146 part.2 Remove unnecessary code from nsWindow::DealWithPopups() r=jimm 2013-12-31 09:41:36 +09:00
Masayuki Nakano
09f02cdc65 Bug 953146 part.1 Clean up nsWindow::DealWithPopups() r=jimm 2013-12-31 09:41:35 +09:00
David Zbarsky
4611bb78dd Bug 952977: Switch GeneratePath to gfx::Matrix r=nical 2013-12-30 16:42:32 -05:00
David Zbarsky
59faaf84bd Bug 952977: Switch nsSVGImageFrame to gfx::Matrix r=nical 2013-12-30 16:42:26 -05:00
Gaia Pushbot
46e8cdc3a1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c74107624e0e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14976 from KevinGrandon/bug_955713_eme_suggestions_abort

Bug 955713 - [Search] Multiple rows of suggestions can appear

========

https://hg.mozilla.org/integration/gaia-central/rev/d6ca81273f3e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 955713 - [Search] Multiple rows of suggestions can appear
2013-12-30 13:41:23 -08:00
Myk Melez
9cf8b09d0b bug 953048 - use currentTarget to get marketplaceURL pref for list-item; r=mfinkle 2013-12-30 12:11:50 -08:00
Gaia Pushbot
0819a1aa22 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a4457febf5c1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14973 from KevinGrandon/bug_953293_search_render_app_like_together

Bug 953293 - [Search] App-like results should be rendered together r=amirn

========

https://hg.mozilla.org/integration/gaia-central/rev/17602eb976d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 953293 - [Search] App-like results should be rendered together r=amirn
2013-12-30 10:00:23 -08:00
Mats Palmgren
e26a311a53 Bug 946929 - Part 2, adding more temporary diagnostic code. r=roc 2013-12-30 11:17:33 +00:00
Gaia Pushbot
90346e87ab Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b010c31264fb
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #14960 from yurenju/build-integration-test

Bug 953099 - Use mocha for integration test on build system r=@cctuan

========

https://hg.mozilla.org/integration/gaia-central/rev/a608b291db55
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 953099 - Use mocha for integration test on build system
2013-12-29 23:40:22 -08:00
David Zbarsky
b6f38b957a Bug 952977 bustage fix 2013-12-30 02:24:47 -05:00
Jeff Walden
8127b4e199 Bug 953296 - Implement mozilla::IsClass and mozilla::IsEmpty. r=jcranmer 2013-12-30 01:07:39 -06:00
Jeff Walden
b01c238639 Bug 953296 - Implement mozilla::NullptrT as a typedef to use to accept nullptr values. Also add mozilla::IsNullPointer<T>, a trait for detecting *only* true nullptr (emulated nullptr [__null] used by gcc 4.4/4.5 isn't true nullptr). r=ehsan
Generally, if you want a decltype(nullptr)-based overload, you should use SFINAE and IsNullPointer.  (Examples are provided in NullPtr.h comments.)  The problem is NullptrT matches far more than just __null as emulated nullptr for gcc 4.4/4.5 overloading purposes.  This problem is unavoidable without true nullptr.  Currently, the only valid use for NullptrT is believed to be in operator overloads.  All existing nullptr-overloading code has been rewritten to use the appropriate technique for the situation, and MOZ_HAVE_CXX11_NULLPTR is no longer an API.

--HG--
extra : rebase_source : 01abfcb66ae569db7b04a7b53f5cd5fd8151bffd
2014-01-02 17:27:41 -06:00
Gavin Sharp
6036b12d18 Bug 601409: Add a comment to some confusing search.xml code 2014-01-04 16:45:29 -05:00
David Zbarsky
c6c8fbea9a Bug 952977: Switch GetViewBoxTransform to gfx::Matrix r=nical 2013-12-30 01:50:17 -05:00
David Zbarsky
7d24c2a5fc Bug 952977: Switch GetMarkerTransform to gfx::Matrix r=nical 2013-12-30 01:50:08 -05:00
David Zbarsky
2ba3c734ce Bug 952977: Switch GetBBoxContribution to gfx::Matrix r=nical 2013-12-30 01:50:07 -05:00
Phil Ringnalda
bc807b7f19 Merge m-c to m-i 2013-12-29 17:34:00 -08:00
Phil Ringnalda
ce18fb5395 Merge b-i to m-c 2013-12-29 17:33:10 -08:00
Phil Ringnalda
535d54f485 Merge f-t to m-c 2013-12-29 17:32:42 -08:00
Reuben Morais
735e24afed Bug 946294 - Use cached sequences for array attributes in the Contacts interfaces. r=bz r=gwagner 2013-12-29 15:41:35 -02:00
Jonathan Kew
01d8beaed6 bug 953247 - use binary search instead of linear scan to find tab-width records. r=roc 2013-12-29 11:32:21 +00:00
Jonathan Kew
3f274f987e bug 952928 - Ensure an autorelease pool is in place in InitializeVersionNumbers() before calling Cocoa APIs. r=benwa 2013-12-29 11:32:02 +00:00
Phil Ringnalda
b9a418b13d Merge m-c to f-t 2013-12-28 20:22:07 -08:00
Phil Ringnalda
1c66dd5712 Merge f-t to m-c 2013-12-28 20:20:29 -08:00
Phil Ringnalda
2f3a4160ec Merge m-i to m-c 2013-12-28 20:19:23 -08:00
Mark Finkle
11f1ef0ff9 Bug 952894 - Browser search and feed discovery tests r=rnewman 2013-12-28 22:15:09 -05:00
Mark Finkle
5f07023e42 Bug 952894 - Use existing triggers to clear open search engines state r=rnewman 2013-12-28 22:14:13 -05:00
Mark Finkle
f67d6b1e7b Bug 953346 - Remove code that tries to use localAddress r=rnewman 2013-12-28 20:21:53 -05:00
David Zbarsky
e462514397 Bug 952977: Switch SetAnimateMotionTransform to gfx::Matrix r=nical 2013-12-28 16:37:40 -05:00
Alexander Surkov
c0e2dac00a Bug 880159, part4 - char at caret offset at end of line should not return next line char, r=tbsaunde 2013-12-28 14:14:08 -05:00
Phil Ringnalda
ba9daea742 Back out 7273dbeaeb88 (bug 157846) for mochitest and reftest bustage 2013-12-28 07:21:28 -08:00
ffxbld
1b45db05aa No bug, Automated HSTS preload list update from host bld-linux64-ec2-018 - a=hsts-update 2013-12-28 03:23:00 -08:00
Richard Newman
be3a852b60 Bug 953282 - Fix idle observer notification, after Bug 715041 broke in-tree consumers. r=gps 2013-12-27 21:12:50 -08:00
Phil Ringnalda
13ad4befe8 Merge b-i/m-i to m-c 2013-12-27 18:39:54 -08:00
Alex Henrie
ff006e445b Bug 157846. nsTextControlFrame's padding should be inherited into its anonymous child so it appears inside the scroll area. r=roc
The new code in nsTextControlFrame was written by Charly Molter :lahabana <charly.molter@gmail.com>

--HG--
extra : rebase_source : c9d91c3aef3a6029fc3b5d9693a2f3cc81b7b57e
2013-12-27 17:44:07 -07:00
Benjamin Peterson
5448ab75a7 Bug 953284 followup - Update trap offsets. r=me
--HG--
extra : rebase_source : 78f1b045973c8ac86cc6b93107fae577a29cae31
2013-12-27 16:27:27 -06:00
Mark Finkle
bd543be5d3 Bug 938571 - Add discovery support for second-screen devices (test) r=rnewman 2013-12-27 17:25:45 -05:00
Mark Finkle
26099c3735 Bug 938571 - Add discovery support for second-screen devices r=wesj 2013-12-27 17:25:42 -05:00
Benjamin Peterson
aa73ec2ea6 Bug 953284 - Remove JSOP_NOTEARG. r=jandem 2013-12-27 15:30:26 -06:00
Tom Schuster
a88f0f4057 Bug 952744 - Remove jsd_java. r=terrence 2013-12-27 21:27:03 +01:00
Jan de Mooij
5fc5417478 Bug 952992 - Remove MPrepareCall and MPassArg instructions. r=nbp
--HG--
extra : rebase_source : 51c7d7a273a7e52e374fabec0793206bdba24c2c
2013-12-27 20:49:33 +01:00
Jonathan Kew
2ce24c662c bug 735577 - pt 4.2 - convert width and height fields in nsHTMLReflowMetrics to logical coordinates. r=smontagu 2013-12-27 18:00:04 +00:00
Jonathan Kew
afd9fd3b50 bug 735577 - pt 4.1 - use accessor functions for some physical-coordinate fields in nsHTMLReflowMetrics, in preparation for logicalization. r=smontagu 2013-12-27 17:59:52 +00:00
Jonathan Kew
b4cbc916ae bug 735577 - pt 3.3 - provide logical-coordinate APIs in nsHTMLReflowState, parallel to the existing physical APIs. r=smontagu 2013-12-27 17:59:38 +00:00
Jonathan Kew
b9938a1edc bug 735577 - pt 3.2 - update the rest of layout code to use the new accessors on nsHTMLReflowState. r=smontagu 2013-12-27 17:59:21 +00:00
Jonathan Kew
aaf1a8ebb4 bug 735577 - pt 3.1 - make width/height/offset/margin fields in nsHTMLReflowState private, and provide accessor functions. r=smontagu 2013-12-27 17:59:02 +00:00
Jonathan Kew
4fba63bd9e bug 735577 - pt 2 - add GetWritingMode() method to nsIFrame. r=smontagu 2013-12-27 17:58:46 +00:00