Commit Graph

161578 Commits

Author SHA1 Message Date
David Zbarsky
b6f38b957a Bug 952977 bustage fix 2013-12-30 02:24:47 -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
Jonathan Kew
38d7ae6afa bug 735577 - pt 1 - introduce mozilla::WritingMode and logical-coordinate Point/Size/Margin/Rect classes. r=smontagu 2013-12-27 17:58:37 +00:00
Jan de Mooij
ac84996eb5 No bug - Fix typo in CodeGenerator.cpp Emacs mode line. r=me DONTBUILD 2013-12-27 12:00:04 +01:00
Gaia Pushbot
65b749fdc1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f4de4fb20543
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #14923 from TheoChevalier/Bug952805-usage-wifi-data-string-fix

Bug 952805 - [Usage][l12y] wifi-usage and mobile-usage are reused in dif...
r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/5cabe242c227
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 952805 - [Usage][l12y] wifi-usage and mobile-usage are reused in different contexts
2013-12-27 02:10:22 -08:00
Phil Ringnalda
9a333d36f6 Merge b-i to m-c 2013-12-26 19:31:23 -08:00
Phil Ringnalda
20dd51bce9 Merge f-t to m-c 2013-12-26 19:30:43 -08:00
Benjamin Peterson
7530c9daef No bug - Put initializer list in the right order to quiet GCC warnings. r=me 2013-12-26 16:53:21 -06:00
Brian Hackett
13fba1ed1b Bug 951213 - Improve robustness when rolling back properties after the definite properties analysis fails, allow metadata objects to be in the nursery, r=jandem,terrence. 2013-12-26 15:25:33 -07:00
David Zbarsky
40af6136a8 Backout b04bd18e5692 for reftest failure 2013-12-26 15:13:57 -05:00
Robert Longson
68759d6543 Bug 953064 - Add MOZ_STACK_CLASS and MOZ_GUARD_OBJECT_NOTIFIER to various classes. r=dholbert 2013-12-26 18:49:49 +00:00
Gaia Pushbot
a820210330 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 953121 - [Rocketbar] Clicking on suggestions doesn't work r=amirn

========

https://hg.mozilla.org/integration/gaia-central/rev/957d09cc7ada
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 953121 - [Rocketbar] Clicking on suggestions doesn't work r=amirn
2013-12-26 10:15:22 -08:00
David Zbarsky
c8be027e03 Bug 952977: Remove Gonk's sRotationMatrix r=mwu 2013-12-26 13:06:55 -05:00
David Zbarsky
6a26b7bdac Bug 952977: Switch PrependSVGTransform to gfx::Matrix r=nical 2013-12-26 13:06:54 -05:00
David Zbarsky
8c427ddc4d Bug 952977: Use gfx::Matrix in ipdl r=nical 2013-12-26 13:06:53 -05:00
Gaia Pushbot
d2a86c587f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ae4be4e346f
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #14961 from kumarrishav/issue-944286

Bug 944286 [UITEST] add Send sms activity, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/09dabec3cca4
Author: kumarrishav <reactiverishav007@gmail.com>
Desc: Bug 944286 [UITEST] add Send sms activity - bug fixed
2013-12-26 06:05:22 -08:00
Richard Newman
75b8be13af Bug 952878 - Eliminate shadow layer. r=kats 2013-12-26 00:39:23 -08:00