Commit Graph

76694 Commits

Author SHA1 Message Date
Mounir Lamouri
d33881df9d 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
b0e5d5c9df 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
6df15f5190 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
f53e1c3100 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
2127ef7366 Bug 686903 - Remove about:home fadein animation. r=mbrubeck 2011-09-15 10:39:00 -04:00
Mark Finkle
2270f57e03 Bug 686637 - Stop extracting hyphenation files from the APK [r=dougt] 2011-09-15 13:43:59 -04:00
Jeff Walden
cb90bf8fd0 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
5512725a02 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
24385558c0 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
733e4ea2dd Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
Neil Rashbrook
c59400d1b6 Bug 660532 Remove useless uses of PromiseFlatCString r=sdwilsh 2011-09-15 09:36:07 +01:00
Neil Rashbrook
956f798ed0 Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
Hari R
82b52e08fa Bug 684083 - Avoid null dereference when using Components.utils.getWeakReference(undefined). r=mrbkap 2011-09-14 23:13:00 -04:00
Neil Rashbrook
843c1fef62 Backout of bug 611503 because Android has some weird string code 2011-09-14 21:14:57 +01:00
Neil Rashbrook
430bc94bad Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-14 20:21:20 +01:00
Margaret Leibovic
263fb8f319 merge m-c into fx-team 2011-09-14 12:08:14 -07:00
Dão Gottwald
273638a68e 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
7f4c39e9a7 merge m-c into fx-team 2011-09-14 11:57:00 -07:00
Josh Aas
930bcb078b 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
824a527b6d Bug 686538: Update to npapi-sdk r13. r=roc 2011-09-14 12:20:26 -04:00
Matt Brubeck
7a349a0a12 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
1e9a422ca0 Address review comment for Bug 680113 that I missed when checking in. r=Unfocused 2011-09-14 06:33:12 -04:00
Margaret Leibovic
5b575af948 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
69e8fba942 merge m-c into fx-team 2011-09-13 16:47:04 -07:00
Mounir Lamouri
13377aec83 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
e84b2a9321 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-13 15:43:47 -04:00
Ehsan Akhgari
b12858a5f4 Bug 686507 - Don't spam my console when processing IPDL files; r=bsmedberg
DONTBUILD
2011-09-13 15:40:27 -04:00
Ehsan Akhgari
7b45893388 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
6f106cfbfc 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
12c65c3fc1 Fix SpiderMonkey build warning.
--HG--
extra : rebase_source : dfb62c170abef907f3584697cf5d40b37f93be5a
2011-09-14 17:43:02 -07:00
Matt Brubeck
500d21ed32 Merge mozilla-central to mozilla-inbound 2011-09-14 17:26:46 -07:00
Chris Leary
d8356af29a Bug 670049 - JSParseNode accessors. (r=dherman)
--HG--
extra : rebase_source : c83d7bafafe951e2365573c459e2fab2d5ba4362
2011-09-13 22:32:14 -07:00
Chris Leary
fa6b47ea65 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
b8caec0608 Bug 650535 - bustage fix for missing right paren 2011-09-14 20:02:02 -04:00
Joel Maher
505dc9837d Bug 650535 - Android tests fail with "Timed out while waiting for server startup" r=??? 2011-09-14 19:20:11 -04:00
Matt Woodrow
a868d859af 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
7af5c33796 Bug 685487 - Reduce space between tabs in tablet mode (r=mbrubeck) 2011-09-14 14:03:17 -07:00
Lucas Rocha
95d51fae21 Bug 685487 - Add title label to tabs pane (r=mbrubeck) 2011-09-14 14:03:08 -07:00
Matt Brubeck
f9a642dc96 Bug 686743 - Fix styling of items in the overflow menu on Android [r=wesj] 2011-09-14 14:02:57 -07:00
Martin Richard
398b044837 Bug 646333 - Make video constants consistently const T. r=cpearce 2011-09-15 07:39:50 +12:00
Jonathan Kew
9fc16861d4 bug 685214 - use URI spec rather than file path to specify hyphenation dictionary, and read using nsIInputStream rather than stdio. r=bsmedberg 2011-09-14 20:20:26 +01:00
Florian Haenel
348c5227d7 Bug 667885 - about:support causes screen freeze. r=chrislord 2011-09-14 21:14:43 +02:00
Tom Schuster
22acbaaabb Bug 686323: Put JSOP_DIV logic into its own function r=dvander
--HG--
extra : rebase_source : 782f70b7af3d8f0866517f17af23c4c4d11fb9cd
2011-09-14 20:47:08 +02:00
Adrian Johnson
f5ccf3e8a4 Bug 454532. cairo: Print as Unicode. r=jrmuizel
--HG--
extra : rebase_source : 3b10e50f3763535d7eee5aa5dcdc6ca2ad445ad3
2011-09-14 11:44:15 -07:00
Rafael Ávila de Espíndola
b651fc9001 Bug 684659 - Drop xptc_platforms_unixish_x86.h. r=bsmedberg.
Drop MOZ_PRESERVE_PIC which is not used since 2002,
CFRONT_STYLE_THIS_ADJUST which was used only for really old systems
like the first Freebsd 5.

With those out, the only thing left in xptc_platforms_unixish_x86.h is
to set KEEP_STACK_16_BYTE_ALIGNED for QNX, since that is not supported
and KEEP_STACK_16_BYTE_ALIGNED can be set from Makefile.in if needed,
drop xptc_platforms_unixish_x86.h completely.
2011-09-14 11:38:07 -07:00
Chris Lord
7ab85e1b14 Bug 683514 - Use GL_EXT_unpack_subimage when available (part 2). r=joe
The previous patch used the extension in GLContext::TexImage2D, but not
TexSubImage2D. This patch corrects that and makes sure to use the extension
in both cases.
2011-09-14 10:54:54 -07:00
Ehsan Akhgari
870639f5e4 Backout changeset d469840a370f (bug 661900) to see if it helps resolve the Mobile NoChrome Tp4 regression 2011-09-14 13:37:54 -04:00
Phil Ringnalda
a0dbb25cfa Back out 307b5fa030fd (bug 683280) for timeouts in test_ipAddressOrigin.html 2011-09-14 09:10:41 -07:00
James Hobin
8d1ea59d20 Bug 659576 - bool nsGlobalWindow::ConfirmDialogAllowed() returns nsresult; r=jst 2011-09-14 16:34:25 +01:00
Ehsan Akhgari
6b8124559c Backed out changeset c9013399fa39 (bug 686247) because of mochitest-a11y failures on Linux 2011-09-13 13:29:30 -04:00