Граф коммитов

254230 Коммитов

Автор SHA1 Сообщение Дата
Jeff Walden a237a27a20 Bug 686582 - Begin to specialize ObjectOps::getElementAttributes to not just delegate to ObjectOps::getAttributes. r=dvander
--HG--
extra : rebase_source : a3767fed5456d13c5ee5b6a8617fa22e064c758c
2011-08-10 14:54:52 -07:00
Jeff Walden e96d878fa9 Bug 686582 - Begin to specialize ObjectOps::getElement to not just delegate to ObjectOps::getProperty. r=dvander
--HG--
extra : rebase_source : 3f9228a3fe7ff9ee817ddfbdb7a783d3a3093dec
2011-08-10 14:54:52 -07:00
Daniel Holbert a2513619c9 Bug 686044: Hold temporary reference to |this| inside DOMSVGPathSegList::InternalListWillChange whenever we're nonempty. r=jwatt 2011-09-15 15:42:57 -07:00
Daniel Holbert 1cd9f699e8 Bug 665392: Make <animateMotion>'s transform apply on top of the "transform" attribute, instead of the other way around. r=roc 2011-09-15 15:42:55 -07:00
Ehsan Akhgari d0f5d02a7e Backout changeset c0e8e3ada0ac (bug 681229) because the test fails on Windows 2011-09-15 17:43:24 -04:00
Lucas Rocha 2bdc61ebc8 Bug 681944 - Remove "empty" attribute from the thumbnails of restored tabs (r=mfinkle)
Once tabs are restored and their thumbnails are loaded from session data, the canvas should not be marked as empty anymore.
2011-09-15 21:33:20 +01:00
Lucas Rocha 20408399ed Bug 682291 / Bug 682406 - Update button with number of tabs on TabOpen/TabRemove events (r=mfinkle) 2011-09-15 21:33:20 +01:00
Ehsan Akhgari 7d425d34ec Bug 98160 - Part 2: Add some notes about the licensing of the code used from Chromium
DONTBUILD
2011-09-15 15:48:48 -04:00
Mounir Lamouri 256f7249b6 Merge. 2011-09-15 12:33:39 -07:00
Ehsan Akhgari bf6cfb1ea1 Bug 681229 - Sanitize the platform linebreaks to DOM linebreaks when pasting or drag-dropping text into text controls; r=roc 2011-09-15 15:32:42 -04:00
Mounir Lamouri 6e9fe11f59 Bug 676711 - Tab thumbnail should be updated everytime the page is reloaded. r=mfinkle
This is preventing situations where a page shows an error message and when
reloading, the correct content is shown but the thumbnail still shows the
previous error message.
2011-09-15 12:32:19 -07:00
Jeff Walden 5640581cbe Bug 686582 - Make the JSON Walk function do its walking over array elements using getElement instead of getProperty, a first step toward actually using element-based methods now being specialized. r=dvander
--HG--
extra : rebase_source : 9816241003454d8b23c8903c97656993cb834ea1
2011-08-10 14:54:52 -07:00
Jeff Walden bb472a9954 Bug 686582 - Begin to specialize ObjectOps::lookupElement to not just delegate to ObjectOps::lookupProperty. r=dvander
--HG--
extra : rebase_source : f04ec73fec1831c717e01779e0d692585f8ed74d
2011-08-10 14:54:52 -07:00
Jeff Walden 6eac15ca48 Bug 686582 - Add element-valued inline methods to JSObject, which forward to the corresponding id-valued methods for the moment. r=dvander
--HG--
extra : rebase_source : 5e422650d8c8b7891afaa611d09b3ff1d04d5bab
2011-08-10 14:54:51 -07:00
Wesley Johnston 2dd6080af0 Bug 686903 - Remove about:home fadein animation. r=mbrubeck 2011-09-15 10:39:00 -04:00
Mark Finkle adf688ddf8 Bug 686637 - Stop extracting hyphenation files from the APK [r=dougt] 2011-09-15 13:43:59 -04:00
Jeff Walden eb0081091d Bug 686009 - Clean up some comments in jstracer.cpp which refer to js_InitClass uses which are now mostly removed. Also remove an obsolete comment in JSObject::makeDenseArraySlow that referred to use of js_InitClass to initialize Array. r=bhackett
--HG--
extra : rebase_source : ed8371bd8e8130ec6807840d7bceb209e6863be3
2011-05-04 16:54:24 -04:00
Ehsan Akhgari 12bf623990 Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc 2011-09-15 10:54:50 -04:00
ithinc@sohu.com 19b8e3a167 Bug 652842 - _getToolbarItem(aId) returns null if the toolbaritem is on the Add-on Bar. r=enn 2011-09-15 16:01:24 +02:00
Ehsan Akhgari f3bacc8d1a Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
Neil Rashbrook 08ff38052a Bug 660532 Remove useless uses of PromiseFlatCString r=sdwilsh 2011-09-15 09:36:07 +01:00
Neil Rashbrook e626e8ff0c Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
Hari R 029285d0e6 Bug 684083 - Avoid null dereference when using Components.utils.getWeakReference(undefined). r=mrbkap 2011-09-14 23:13:00 -04:00
Neil Rashbrook 396ec9d7bf Backout of bug 611503 because Android has some weird string code 2011-09-14 21:14:57 +01:00
Neil Rashbrook 12e76a497d Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-14 20:21:20 +01:00
Margaret Leibovic 7c8221c720 merge m-c into fx-team 2011-09-14 12:08:14 -07:00
Dão Gottwald 7285767758 Bug 686671 - Reduce border radii of the url bar, search bar and toolbar buttons on the navigation toolbar. r=shorlander 2011-09-14 21:05:55 +02:00
Margaret Leibovic 66c17330d4 merge m-c into fx-team 2011-09-14 11:57:00 -07:00
Josh Aas 145f1babc9 Bug 622199: Add support for NPNVdocumentOrigin, ability to pass document origin directly to NPAPI plugins. r=bz 2011-09-14 12:22:27 -04:00
Josh Aas 916d4e1930 Bug 686538: Update to npapi-sdk r13. r=roc 2011-09-14 12:20:26 -04:00
Matt Brubeck 0366796b41 Bug 686380 - Hide the undo close tab thumbnail when switching or opening tabs [r=mfinkle] 2011-09-14 06:39:25 -07:00
Justin Wood 26a04bcc03 Address review comment for Bug 680113 that I missed when checking in. r=Unfocused 2011-09-14 06:33:12 -04:00
Margaret Leibovic 346534afd1 Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao 2011-09-13 16:42:37 -07:00
Margaret Leibovic c8339c97e8 merge m-c into fx-team 2011-09-13 16:47:04 -07:00
Mounir Lamouri 0d38832157 Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan
The buld bustage only appears with some options being disabled in the
mozconfig. Likely, nsRefreshDriver.h is included by another hedear that isn't
included when an option is disabled.
2011-09-13 14:32:07 -07:00
Ehsan Akhgari f26beb0c40 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-13 15:43:47 -04:00
Ehsan Akhgari c8732ad9d7 Bug 686507 - Don't spam my console when processing IPDL files; r=bsmedberg
DONTBUILD
2011-09-13 15:40:27 -04:00
Ehsan Akhgari 4df687ca99 Bug 686247 - Text control frames should accept dynamic changes to the CSS overflow property; r=bzbarsky,surkov 2011-09-13 15:09:51 -04:00
Alexander Surkov 21de2eb9d5 Bug 685846 - DOMMenuItemActive is not fired for richlistitem of richlistbox autocomplete popup if it's selected repeatedly, r=enn 2011-09-15 11:33:16 +09:00
Chris Leary f5d571372b Fix SpiderMonkey build warning.
--HG--
extra : rebase_source : dfb62c170abef907f3584697cf5d40b37f93be5a
2011-09-14 17:43:02 -07:00
Matt Brubeck c334c050c6 Merge mozilla-central to mozilla-inbound 2011-09-14 17:26:46 -07:00
Chris Leary aae1b5528e Bug 670049 - JSParseNode accessors. (r=dherman)
--HG--
extra : rebase_source : c83d7bafafe951e2365573c459e2fab2d5ba4362
2011-09-13 22:32:14 -07:00
Chris Leary 29d140647f Bug 685025 - Shell should be able to read from stdin. (r=brendan)
--HG--
extra : rebase_source : 9ddc8e09ddb00baa50bccef395330f846a2ce531
2011-09-14 17:00:59 -07:00
Joel Maher 3803a0a40b Bug 650535 - bustage fix for missing right paren 2011-09-14 20:02:02 -04:00
Joel Maher 4575405e49 Bug 650535 - Android tests fail with "Timed out while waiting for server startup" r=??? 2011-09-14 19:20:11 -04:00
Matt Woodrow 420d8a8863 Bug 676690 - Don't release DataSourceSurface pointers until we have finished accessing the pixels. r=Bas 2011-09-14 16:16:23 -07:00
Lucas Rocha 58225fa30e Bug 685487 - Reduce space between tabs in tablet mode (r=mbrubeck) 2011-09-14 14:03:17 -07:00
Lucas Rocha e74d938256 Bug 685487 - Add title label to tabs pane (r=mbrubeck) 2011-09-14 14:03:08 -07:00
Matt Brubeck 4b72859bf6 Bug 686743 - Fix styling of items in the overflow menu on Android [r=wesj] 2011-09-14 14:02:57 -07:00
Martin Richard 6b62274806 Bug 646333 - Make video constants consistently const T. r=cpearce 2011-09-15 07:39:50 +12:00