Commit Graph

317268 Commits

Author SHA1 Message Date
Terrence Cole
28afcc4d1d Bug 887563 - Convert CallArgs::operator[] to return a Handle; r=Waldo,bz
--HG--
extra : rebase_source : a06130820b34f6e1f5bc317e89c087cf0db9eeb8
2013-06-26 16:26:45 -07:00
Sam Foster
eeb7f6da47 Bug 897595 - Non-thumbnail tiles shouldn't display background-images. r=rsilveira 2013-07-25 12:57:35 -07:00
Randell Jesup
9015ed3039 Bug 876878: Avoid null deref if camera doesn't update framelist ptr r=bas 2013-07-25 15:30:46 -04:00
Daniel Holbert
206b61e281 Bug 875753 followup: Annotate our gtk2 'nsColorPicker' class as MOZ_FINAL to fix -Wdelete-non-virtual-dtor build warning. blanket-r=ehsan 2013-07-25 12:08:01 -07:00
Ben Turner
4db2bb9f11 Bug 894993 - 'SessionWorker takes lots of memory'. r=billm+khuey. 2013-07-25 15:03:27 -04:00
Kartikaya Gupta
40cfac1eb1 Bug 894288 - Prevent triggering an endless abort cycle when loading any tabs in the browser. r=BenWa 2013-07-25 14:54:26 -04:00
Terrence Cole
d8b9339e7a Bug 897724 - Fix some opt build warnings in clang; r=sfink
--HG--
extra : rebase_source : af3aa90d6464fd6701e29d014782a9037a3b1afe
2013-07-25 10:52:52 -07:00
Terrence Cole
736fd784e3 Bug 897718 - Remove unused JSAPI method JS_CallGenericTracer; r=jonco
--HG--
extra : rebase_source : 42641b92f4228a6cbccc9c7c6d16333308748a80
2013-07-24 15:33:08 -07:00
Daniel Holbert
d883d668ce backing out 4df2e13d4157 (bug 891993), to prevent build bustage from warnings in a 3rd-party .h file that'll be landing in Bug 837199. 2013-07-25 11:32:21 -07:00
Ryan VanderMeulen
b006c9d0a4 Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
CLOSED TREE
2013-07-25 13:50:50 -04:00
Terrence Cole
ce0b580e26 Bug 890048 - Fix rooting of the findReferences shell command; r=jimb,billm 2013-07-24 16:32:21 -07:00
Nathan Froyd
7960cc996d Bug 898016 - delete unused evlen variable in EventFilter::Build; r=mayhemer
DONTBUILD because NPOTB
2013-07-25 12:30:07 -04:00
Nathan Froyd
9cdf7cb227 Bug 898015 - delete unused gStopFlushingThread variable in VisualEventTracer.cpp; r=mayhemer 2013-07-25 12:27:33 -04:00
Brian R. Bondy
77b6cb34a8 Bug 869940 - Fix selection when APZC is enabled. r=jimm 2013-07-25 13:15:20 -04:00
Brian R. Bondy
5b9488e54f Bug 869940 - APZC Metro winrt implementation. r=jimm 2013-07-25 13:15:16 -04:00
Brian R. Bondy
809fd854bc Bug 869940 - APZC Metro front end implementation, pref'ed off initially. r=jimm 2013-07-25 13:15:13 -04:00
Brian R. Bondy
cd27c23ef8 Bug 869940 - Fix scaling issue with high dpi devices. r=kats 2013-07-25 13:15:10 -04:00
Brian R. Bondy
9d6c1c0076 Bug 869940 - Implement pan start/end notifications from APZC. r=kats 2013-07-25 13:15:06 -04:00
James Kitchener
de2bc57255 Bug 885289 - Improve context menu behaviour for srcdoc iframes. r=mconley, r=bz 2013-07-25 09:32:50 -04:00
Guillaume Abadie
ab3d3dc445 bug 896601 - WebGL draw commands overflow - r=bjacob 2013-07-25 13:15:24 -04:00
Eitan Isaacson
da80805eda Bug 898002 - Ignore synthesized touch events. r=marcoz 2013-07-25 10:09:48 -07:00
Wan-Teh Chang
eaaa86147e Bug 888273: Update NSPR to NSPR_4_10_1_BETA1 to pick up the bug fix. 2013-07-25 10:03:09 -07:00
Dan Gohman
617e34fb94 Bug 881390 - IonMonkey: Hoist floating-point constants out of loops. r=h4writer 2013-07-25 09:40:25 -07:00
Monica Chew
3604aed215 Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop) 2013-07-25 09:08:03 -07:00
Ed Morley
dc55b1f803 Backed out changeset 0b3f53c36016 (bug 890690) for failures in browser_contextSearchTabPosition.js on a CLOSED TREE 2013-07-25 17:41:08 +01:00
Ed Morley
e8589aae09 Backed out changeset 3448b7a9d7a5 (bug 890690) 2013-07-25 17:40:40 +01:00
Ed Morley
6b30e4b61b Backed out changeset 658e5f8a8daf (bug 890690) 2013-07-25 17:40:37 +01:00
Justin Dolske
51460d4119 Bug 897052 - Null check acForm to avoid JS exceptions; r=MattN 2013-07-23 19:48:00 +01:00
Nathan Froyd
69f260db94 Bug 891398 - don't use volatile in VisualEventTracer.cpp; r=mayhemer
DONTBUILD because NPOTB
2013-07-09 10:43:42 -04:00
Ed Morley
47642789fa Merge mozilla-central and inbound 2013-07-25 17:05:47 +01:00
Eitan Isaacson
cf1e33d72d Bug 894485 - Have touch events precede mouse events to simulate touch devices. r=surkov 2013-07-25 08:59:08 -07:00
Matt Brubeck
dc0fcce6eb Bug 896156 - Fix problems in plurals and comments for Metro download bar strings [r=emtwo] 2013-07-25 08:54:25 -07:00
Matt Brubeck
c2f403833b Bug 897590 - Metro Find bar disappears on keydown [r=ally] 2013-07-25 08:54:22 -07:00
Eitan Isaacson
7ed41ff82b Bug 895711 - Mark new touches in touchstart as changed in HandleEventInner. r=smaug 2013-07-25 08:52:29 -07:00
Ed Morley
768786d2fe Merge latest green fx-team changeset and mozilla-central 2013-07-25 16:51:21 +01:00
Scott Johnson
dc45ee09d2 Bug 743402, Part 6: Add unit tests for functionality of bug 743402. [r=roc] 2013-07-25 10:34:38 -05:00
Scott Johnson
781431d8a2 Bug 743402, Part 5: Utilize new computed height calculations in nsSplittableFrame to correctly compute the height of a column set frame in paginated context. [r=roc] 2013-07-25 10:34:31 -05:00
Scott Johnson
a1817949ef Bug 743402, Part 4: Refactor ApplySkipSides() and GetSkipSides() to return the correct value during reflow by adding an optional nsHTMLReflowState parameter. [r=roc] 2013-07-25 10:34:27 -05:00
Scott Johnson
97549e0acc Bug 743402, Part 3: Refactor nsBlockFrame to utilize new calculations for paginated content. [r=roc] 2013-07-25 10:34:22 -05:00
Scott Johnson
b806b3e3c9 Bug 743402, Part 2: Pull GetEffectiveComputedHeight() into nsSplittableFrame and refactor it to utilize consumed height for paginated content. [r=roc] 2013-07-25 10:34:16 -05:00
Scott Johnson
997046b750 Bug 743402, Part 1: Add a GetConsumedHeight() function to nsSplittableFrame in order to retrieve the portion of the computed height that was consumed by previous-in-flows. [r=roc] 2013-07-25 10:34:12 -05:00
Ed Morley
e1444d4588 Merge latest green birch changeset and mozilla-central 2013-07-25 16:32:43 +01:00
Ryan VanderMeulen
c94240877f Backed out changeset ed851bbfe997 (bug 885289) for mochitest-bc orange. 2013-07-25 11:26:21 -04:00
Alexander Surkov
d45ff286e0 Bug 894547 - move tests abstraction up for at caret offset text testing, r=tbsaunde 2013-07-25 11:15:27 -04:00
Simon Sapin
3e8f5c2eec Bug 887741 - Allow CSS at-rules in declaration lists. r=dbaron 2013-07-25 09:43:29 -04:00
Mats Palmgren
cde517b135 Bug 868327 - Only allow the drop-down menu to open above the combobox if there is room for it, otherwise open it below even though it doesn't fit. r=roc 2013-07-25 12:55:32 +00:00
Ryan VanderMeulen
6f8b642629 Backed out changeset 489046125fa6 (bug 897683) due to Ubuntu debug Jetpack perma-orange. 2013-07-25 08:51:50 -04:00
Gaia Pushbot
a9df95ea6f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/701cd7f0334b
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #11162 from dominickuo/bug-893171

Bug 893171 - Only prompt error message when error name is NO_PROVIDER, r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/fd45ea39b9e1
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 893171 - Only prompt error message when error name is NO_PROVIDER
2013-07-25 04:00:23 -07:00
Gaia Pushbot
d85681391e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0d2075c3e9ed
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #11160 from timdream/fix-icon-selection-dppx

Bug 883819 - Use 90@1x icon as 60@1.5x icon for now, r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/3f94f5fc1600
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 883819 - Use 90@1x icon as 60@1.5x icon for now
2013-07-25 03:35:23 -07:00
Gaia Pushbot
7ab80264e0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bb346d13970d
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11035 from cctuan/system-image

Bug 891807 - @1.5x assets are required for system app

========

https://hg.mozilla.org/integration/gaia-central/rev/6fa7c6cbea1f
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 891807 - @1.5x assets are required for system app
2013-07-25 03:25:22 -07:00