Commit Graph

139670 Commits

Author SHA1 Message Date
Mike de Boer
5825a93201 Bug 890690 - Add postDataString property to nsISearchSubmission. r=gavin 2013-07-19 19:56:38 +02:00
James Kitchener
9f0af7e407 Bug 885289 - Improve context menu behaviour for srcdoc iframes. r=mconley, r=bz 2013-07-25 09:32:50 -04:00
Arnaud Bienner
5937850e84 Bug 875753 - Color input: Gtk widget. r=karlt 2013-06-22 15:39:43 +02:00
Mina Almasry
fe501b5633 Bug 734861 - Expose stylesheets, including UA, for a document via inIDOMUtils. r=bz
This patch adds an API to inspector utils that gets all stylesheets associated with a document, including UA sheets.
2013-07-25 09:31:14 -04:00
Jon Coppeard
477e4df5c5 Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz 2013-07-25 13:57:00 +01:00
Jon Coppeard
0c479eead1 Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - js/src changes r=terrence 2013-07-25 13:57:00 +01:00
Mats Palmgren
5ee8afbf8a 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
10049b8ed1 Backed out changeset 489046125fa6 (bug 897683) due to Ubuntu debug Jetpack perma-orange. 2013-07-25 08:51:50 -04:00
Alexander Surkov
b286f29989 Bug 893166 - getTextBeforeOffset line end fails on wrapped lines, r=tbsaunde 2013-07-24 14:11:02 -04:00
Mark Finkle
0df91b2e29 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
b1f439e748 Bug 897260 - Don't go through DispatchMouseEvent when sending hit test events. r=jimm 2013-07-25 14:25:39 +02:00
Randell Jesup
da96a161fb 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
c5597b87f2 Bug 758845 - Enable Skia on B2G, r=gw280 2013-07-25 19:46:53 +08:00
Emanuel Hoogeveen
dd1a6cad4b 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
45e0d881c9 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
75d9f15814 Bug 897875 - Add IsCallPC(). (r=h4writer) 2013-07-25 03:49:48 -07:00
Eric Faust
f7422ed3c0 Bug 897866 - Move types::IsInlinableCall() to Ion.h as ion::IsIonInlinablePC() (r=h4writer) 2013-07-25 03:49:32 -07:00
Eric Faust
cf79b171a3 Bug 897492 - Fix bogus assert. (r=djvj) 2013-07-25 03:47:31 -07:00
Brian Nicholson
2c560d3919 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
f36bc35965 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
2874baae06 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
04c0fc2c90 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
aeda1670b3 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
d09ff35991 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
ee03864f22 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
0f31ecd06d 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
eda073062e 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
ea85490c9a 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
b59b2eefee 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
2cb44b1062 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
43e466927e 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
ada2c64b2d 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
669229185b 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
ee07abab87 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
416da61282 Bug 894262 - Merge GonkIOSurfaceImage to GrallocImage, r=nical, kanru 2013-07-25 10:13:35 +08:00
Masayuki Nakano
a4499513a4 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
23ca32449a 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
604c4d61cc Bug 886691 - switch from references to pointers for values within GetValue. r=dbaron 2013-07-25 15:02:15 +09:00
John Daggett
63463bcb7d Bug 886691 - make tests and serialization code sensitive to font features pref. r=dbaron 2013-07-25 15:01:41 +09:00
Mike Hommey
71fa775fa6 Backout changeset a13dafd65d1c (bug 895940) for breaking PGO builds on a CLOSED TREE 2013-07-25 14:26:09 +09:00
Wes Kocher
f83bb908de Merge m-c to inbound on a CLOSED TREE 2013-07-24 20:10:47 -07:00
Bobby Holley
9b761adefc Bug 897789 - Add a fuzz factor to watchdog tests. r=Waldo
CLOSED TREE
2013-07-24 23:00:22 -04:00
Wes Kocher
8973fa932b Backout 4ededc9b11f (bug 897433) for intermittent dromeao crashes 2013-07-24 19:45:31 -07:00
Wes Kocher
2395e0eb76 Backout 04bde6c5fb16 (bug 896292) for PGO-only build bustage on a CLOSED TREE 2013-07-24 19:28:18 -07:00
Jim Blandy
54b513ba9f Bug 867946: fix bug number in push comment DONTBUILD r=me 2013-07-24 17:59:41 -07:00
Ryan VanderMeulen
4089fb5f64 Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen
274e2e8dc0 Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen
0271fd8de0 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Gaia Pushbot
de2abedd74 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
87e6fb2575 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