Commit Graph

139664 Commits

Author SHA1 Message Date
Mats Palmgren
2c6909af5c 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
dbe3390282 Backed out changeset 489046125fa6 (bug 897683) due to Ubuntu debug Jetpack perma-orange. 2013-07-25 08:51:50 -04:00
Alexander Surkov
f9709b7b26 Bug 893166 - getTextBeforeOffset line end fails on wrapped lines, r=tbsaunde 2013-07-24 14:11:02 -04:00
Mark Finkle
eba820179f Bug 897505 - crash in java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp6.onBitmapFound(BrowserApp.java) r=sriram 2013-07-25 08:33:38 -04:00
Markus Stange
0f26569e5a Bug 897260 - Don't go through DispatchMouseEvent when sending hit test events. r=jimm 2013-07-25 14:25:39 +02:00
Randell Jesup
6dd59d441b Bug 880879: re-land changes lost in the original merge of bug 880879 rs=jesup,derf
Bug 832579 (RTCP NACK doesn't work) plus one small mis-applied diff in alsa that lost the GUID
values for recording devices
2013-07-25 07:52:58 -04:00
Peter Chang
62cc49610d Bug 758845 - Enable Skia on B2G, r=gw280 2013-07-25 19:46:53 +08:00
Emanuel Hoogeveen
447b8c364b Bug 888088 (part 10) - Fix #include ordering in most of js/src/ion/. r=nnethercote. 2013-07-24 23:34:48 -07:00
Jonathan Wilde
67b8552457 Bug 894949 - Defect - Plural form strings are excessively complex for both devs and translators. f=flod, r=mbrubeck 2013-07-18 18:28:24 -07:00
Eric Faust
b3ea8699d7 Bug 897875 - Add IsCallPC(). (r=h4writer) 2013-07-25 03:49:48 -07:00
Eric Faust
3c44d6ff35 Bug 897866 - Move types::IsInlinableCall() to Ion.h as ion::IsIonInlinablePC() (r=h4writer) 2013-07-25 03:49:32 -07:00
Eric Faust
359ebeaa6b Bug 897492 - Fix bogus assert. (r=djvj) 2013-07-25 03:47:31 -07:00
Brian Nicholson
162dba6fb3 Bug 890515 - Purge 0-byte favicons and thumbnails from the database. r=rnewman
--HG--
extra : rebase_source : 0061324295111da592e2f543fa67f0042c005000
2013-07-24 22:08:42 -07:00
Johnny Stenback
a84c568ed5 Bug 896242. Fix possible crash due to dangling pointer to nsPluginElement. r=mccr8
---
 dom/base/nsPluginArray.cpp |   24 +++++++++++++++++++-----
 dom/base/nsPluginArray.h   |    1 +
 2 files changed, 20 insertions(+), 5 deletions(-)
2013-07-24 23:33:21 -07:00
Nicholas Nethercote
b3d76cccc1 Bug 892806 - Clean up InflateUTF8String() and related functions. r=terrence.
--HG--
extra : rebase_source : df901e9900fbd01f1adbe430b9ac52428499681f
2013-07-09 23:17:32 -07:00
Masayuki Nakano
468d8f7ad9 Bug 501496 part.13 nsListControlFrame should handle key navigation at keydown event handler r=neil 2013-07-25 15:09:29 +09:00
Masayuki Nakano
6f8029fd46 Bug 501496 part.12 tilt-visualizer should use keydown event handler instead of keypress event handler for Escape key r=vp 2013-07-25 15:09:29 +09:00
Masayuki Nakano
9a611627d9 Bug 501496 part.11 <browser> should not handle keydown event when escape key is pressed during auto scroll r=enndeakin 2013-07-25 15:09:29 +09:00
Masayuki Nakano
74ada5744a Bug 501496 part.10 nsXULPopupManager should handle keydown events for non-printable keys r=enndeakin 2013-07-25 15:09:29 +09:00
Masayuki Nakano
e7a1591617 Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug 2013-07-25 15:09:29 +09:00
Masayuki Nakano
b181171f7d Bug 501496 part.8 Native key event tests should prevent default only when the event is keypress r=smaug 2013-07-25 15:09:29 +09:00
Masayuki Nakano
c3b1ef1a90 Bug 501496 part.7 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Gonk r=smaug+mwu 2013-07-25 15:09:28 +09:00
Masayuki Nakano
be99de5b45 Bug 501496 part.6 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Android r=smaug+nchen 2013-07-25 15:09:28 +09:00
Masayuki Nakano
d75d632341 Bug 501496 part.5 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on OS/2 r=smaug 2013-07-25 15:09:28 +09:00
Masayuki Nakano
87981fb43c Bug 501496 part.4 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Qt r=smaug+romaxa 2013-07-25 15:09:28 +09:00
Masayuki Nakano
9cfb44c724 Bug 501496 part.3 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Cocoa r=smaug+smichaud 2013-07-25 15:09:28 +09:00
Masayuki Nakano
4f0af33543 Bug 501496 part.2 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on GTK r=smaug+karlt 2013-07-25 15:09:28 +09:00
Masayuki Nakano
247d68c8c2 Bug 501496 part.1 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Windows r=smaug+jimm 2013-07-25 15:09:28 +09:00
Peter Chang
1dcb6e83b0 Bug 894262 - Merge GonkIOSurfaceImage to GrallocImage, r=nical, kanru 2013-07-25 10:13:35 +08:00
Masayuki Nakano
cec9a79596 Bug 896362 part.2 Add tests for VK_ABNT_C1 and VK_ABNT_C2 r=jimm+smaug 2013-07-25 15:04:17 +09:00
Masayuki Nakano
c26c4b645c Bug 896362 part.1 Support VK_ABNT_C1 and VK_ABNT_C2 (keyCode and location) r=jimm+smaug 2013-07-25 15:04:17 +09:00
John Daggett
cdffe4d261 Bug 886691 - switch from references to pointers for values within GetValue. r=dbaron 2013-07-25 15:02:15 +09:00
John Daggett
31c7953287 Bug 886691 - make tests and serialization code sensitive to font features pref. r=dbaron 2013-07-25 15:01:41 +09:00
Mike Hommey
c07f02c7aa Backout changeset a13dafd65d1c (bug 895940) for breaking PGO builds on a CLOSED TREE 2013-07-25 14:26:09 +09:00
Wes Kocher
bd257776d0 Merge m-c to inbound on a CLOSED TREE 2013-07-24 20:10:47 -07:00
Bobby Holley
b9ad141c3d Bug 897789 - Add a fuzz factor to watchdog tests. r=Waldo
CLOSED TREE
2013-07-24 23:00:22 -04:00
Wes Kocher
a127409cdd Backout 4ededc9b11f (bug 897433) for intermittent dromeao crashes 2013-07-24 19:45:31 -07:00
Wes Kocher
40af7581a5 Backout 04bde6c5fb16 (bug 896292) for PGO-only build bustage on a CLOSED TREE 2013-07-24 19:28:18 -07:00
Jim Blandy
be33896229 Bug 867946: fix bug number in push comment DONTBUILD r=me 2013-07-24 17:59:41 -07:00
Ryan VanderMeulen
ece161737c Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen
abe5f8d26d Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen
9e614c96db Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Gaia Pushbot
fa2cbdab8a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/755ad2936b1b
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #11107 from khuey/896825

Bug 896825: Call the closeCallback even if the close transition has been cancelled.

========

https://hg.mozilla.org/integration/gaia-central/rev/ec55d3f26b76
Author: Kyle Huey <khuey@kylehuey.com>
Desc: Bug 896825: Call the closeCallback even if the close transition has been
cancelled. r=alive
2013-07-24 15:05:25 -07:00
Gaia Pushbot
f45cce2c46 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/142505d882b3
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Merge pull request #11134 from escapewindow/master

bug 896324 - Add Catalan to languages-dev.json.

========

https://hg.mozilla.org/integration/gaia-central/rev/57d1de6505fb
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_shira.json

========

https://hg.mozilla.org/integration/gaia-central/rev/11449be9daa6
Author: Aki Sasaki <aki@escapewindow.com>
Desc: Delete languages_basecamp.json

========

https://hg.mozilla.org/integration/gaia-central/rev/a32a0afc8146
Author: Aki Sasaki <aki@escapewindow.com>
Desc: bug 896324 - Add Catalan to languages-dev.json.
2013-07-24 15:03:41 -07:00
Gaia Pushbot
0545cc68d5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b201c99bbf0b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10859 from leob2g/Bug_891299_String_disappear

Bug 891299 - [Dialer] String disapper when using keypad and hide

========

https://hg.mozilla.org/integration/gaia-central/rev/aec4e8c211bc
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 891299 - [Dialer] String disapper when using keypad and hide
2013-07-24 14:50:44 -07:00
Gaia Pushbot
9fb0039a8d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eaa7e832a813
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10890 from EverythingMe/890437

[Bug 890437] E.me swipe keyboard hide [r=Evyatron]

========

https://hg.mozilla.org/integration/gaia-central/rev/1738fd4a1b75
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 890437] E.me swipe keyboard hide [r=Evyatron]
2013-07-24 14:50:23 -07:00
Ryan VanderMeulen
50f597ae2a Backed out changeset 8322b4eeb9c6 (bug 897239) to avoid the same Android reftest failures we hit when bug 896250 landed.
CLOSED TREE
2013-07-24 16:14:01 -04:00
Olli Pettay
a99a898ade Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 8dc76b113da44372fe3e558a588a8fc70d2cfaab
2013-07-24 22:34:51 +03:00
Guillaume Abadie
bb511b1b98 bug 890277 - ANGLE libGLESv2 Integer Overflow - r=bjacob 2013-07-24 17:57:41 -04:00
Wes Kocher
c502106946 Bug 897683 - Uplift Addon-SDK to Firefox r=me 2013-07-24 14:33:54 -07:00