Dão Gottwald
d9ef96060c
Bug 500702 - intermittent failure in browser_bug495058.js
2009-08-13 09:51:05 +02:00
Henri Sivonen
eb232d9281
Backout rev 58f91861b1f1. Accidental changes included.
2009-08-13 10:48:13 +03:00
Henri Sivonen
f131d2faa2
Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas
2009-08-13 10:45:24 +03:00
Ben Turner
3a9ade19e6
Bug 505718 - 'mochitest-plain timeout (hanging?) during shutdown on Windows'. Adding a comment to make the fix clearer.
2009-08-12 21:42:09 -07:00
Jesse Ruderman
68b319d377
Add reftest for default width and height of <canvas> (bug 291285, bug 293225)
2009-08-12 20:07:02 -07:00
Brad Lassey
f438359b73
merge from backout
2009-08-12 19:26:27 -07:00
Brad Lassey
e480b0ea50
Backed out changeset 08f71a710ae3 due to orange unit tests r=dougt
2009-08-12 19:26:03 -07:00
Ben Turner
a2fe1f4ef5
Bug 510061 - 'Workers: Don't allow setInterval to flood the worker queue.' r+sr=jst
2009-08-12 17:33:02 -07:00
Markus Stange
216feea4e2
Merge backout of bug 429954
...
--HG--
extra : rebase_source : 70fe4ff35fb93edc4ef7db05fcec672ddcdce0e4
2009-08-13 11:40:36 +12:00
Markus Stange
27c1859452
Backed out changeset b52fa2372a3a, bug 429954 because of test_popup_preventdefault_chrome.xul orange.
...
--HG--
extra : rebase_source : 724563157551de21855c99e3e1ed536100d0ec24
2009-08-13 11:39:40 +12:00
Ben Turner
fe9d9a7a1a
Bug 505718 - 'mochitest-plain timeout (hanging?) during shutdown on Windows'. Worker-related. r=mrbkap, sr=jst.
2009-08-12 16:39:15 -07:00
Ben Turner
69c89ea957
Bug 507930 - 'Workers: Implement WorkerLocation'. r+sr=jst
2009-08-12 16:39:08 -07:00
Jonathan Griffin
30323afdf4
Test for bug 301397. r=bzbarsky
2009-08-12 18:42:10 -04:00
Timothy Nikkel
5d073a4d86
Bug 500063. "ASSERTION: Already have an undisplayed context entry for aContent" while running leak tests. r=bzbarsky
2009-08-12 18:35:28 -04:00
Josh Aas
8fc23d2339
Various 64-bit fixes for Mac OS X widget and plugin code. b=509947 r=mstange
2009-08-12 18:32:41 -04:00
L. David Baron
57a4103fec
Remove buffering of test output by making stack fixers not buffer their standard output. (Bug 510014)
2009-08-12 15:20:52 -07:00
L. David Baron
e44eaaded8
Add additional test for :first-letter extension across pseudo-elements, and note failures with bug number now that bug has been filed.
2009-08-12 15:20:52 -07:00
Bobby Holley
920b3a1b0a
Orange fix for bug 507902 tests. r=jwalden
2009-08-13 00:15:24 +02:00
Markus Stange
f529605463
Bug 429954 - Windows that open already maximized will un-maximize to a teeny-tiny window in upper left.
...
Disallow zooming of windows that already have the zoomed size but have never been zoomed, because otherwise bad things happen to the window size. Moreover, reflect the window's zoom state in its size mode as nsSizeMode_Maximized.
r=josh
--HG--
extra : rebase_source : 46b161efcc60cefc9d9eb019d48f595c26eed6af
2009-08-13 09:00:33 +12:00
Markus Stange
df51e1d007
Bug 509876 - Clean up SyncFrameViewGeometryDependentProperties. r=roc
...
--HG--
extra : rebase_source : fdf898d51147231f33df507d28d927924dc465b8
2009-08-13 08:48:30 +12:00
Markus Stange
90370ecda5
Bug 509660 - Also persist the position of the window when its size changes, since the position might have changed, too. r=neil
...
--HG--
extra : rebase_source : a3a8cc5b010b47d0b8a6b3b244399ca581ab9454
2009-08-13 08:47:41 +12:00
Taras Glek
2fffd205ae
Bug 504864: mmap io for JARs r=bsmedberg
2009-08-12 13:50:12 -07:00
Boris Zbarsky
60dcec90a6
Adding some tests
2009-08-12 16:34:32 -04:00
Doug Turner
4f5320f9e8
Bug 482260. Add more tests cases for geolocation. Also fixes max age not being able to be set to zero. r=mfinkle,jmaher.
2009-08-12 12:17:33 -07:00
Jeff Muizelaar
d0084bddf1
Bug 510024. Remove unnecessary casts in nsAccessibleWrap.mm. r=davidb
...
The type of currAcc.get() is already nsIAccessible* so there is no need for a
further cast to nsIAccessible*
2009-08-12 14:54:54 -04:00
Peter Van der Beken
6988348311
Fix for bug 499199 (Try to avoid XPCCallContexts in quickstubs for wrapper-cached things). r/sr=jst.
...
--HG--
extra : rebase_source : 8fc828106f3cf5e82e902cefd79e55df2b8721c3
2009-08-10 12:12:59 +02:00
Peter Van der Beken
144462aae3
Fix for bug 500850 (Make inline style use wrapper cache and slimwrappers), add unlinking. r/sr=bz.
...
--HG--
extra : rebase_source : ec60be3645c020dd171e0ea4866759d6a508799c
2009-08-10 16:15:49 +02:00
Peter Van der Beken
3fef47323a
Fix for bug 508774 (nsGlobalModalWindow traverses mArguments twice). r/sr=jst.
...
--HG--
extra : rebase_source : a0e443bed353e24882c51eb77b1412449170b93b
2009-08-10 16:15:49 +02:00
Jeff Muizelaar
47e3115671
Bug 504920. Use cairo_set_can_convert_to_dib(TRUE) when creating optimized DDB image surfaces. r=vlad
...
This lets cairo convert and keep a DDB image into a DIB section when we paint
it to a canvas. Avoiding the continuous conversion to an image surface
improves the performance of drawImage on to a canvas on Win32, in particular
the peacekeeper experimentalMovie benchmark.
2009-08-12 10:44:53 -04:00
Neil Rashbrook
aabfcc4996
Bug 508523 Crash [@ nsDocAccessible::FlushPendingEvents] r=surkov
2009-08-12 15:38:42 +01:00
Bobby Holley
2958db9e76
Tests for bug 507902.r=joe
2009-08-12 16:23:39 +02:00
Bobby Holley
4275f152b5
Bug 507902 - nsImageFrame static Icon Loads should not use the mListener of the first instantiated nsImageFrame.r=bz,joe
2009-08-12 16:23:38 +02:00
Neil Rashbrook
fc065395c8
Bug 509242 Don't horizontally compress theme preview images r=Mossop
2009-08-12 15:18:47 +01:00
Neil Deakin
223d38e76c
Bug 508472, wait for load and paint events before starting test, r=dolske
2009-08-12 10:04:51 -04:00
Neil Deakin
5c4ab1a382
Bug 507056, move scale atom as it's needed for both xul and svg, r=bz
2009-08-12 10:04:40 -04:00
Neil Deakin
d01476b77a
Bug 230081, use proper cursors for frameset border resizing, r=dbaron
2009-08-12 10:03:35 -04:00
Neil Deakin
df5fb7cfe8
Bug 506754, send NS_ACTIVATE when calling ShowWindow(mWnd, SW_RESTORE), r=ere
2009-08-12 10:03:34 -04:00
Olli Pettay
5575b12b86
Bug 501257 - Implement HTML 5's HTMLElement.classList property, p=sylvain.pasche@gmail.com, r=smaug, sr=sicking
...
--HG--
extra : rebase_source : cbbd5a5679af57f97122082213f44491431d87e3
2009-08-12 11:55:14 +03:00
Navin Lal
630f98121a
Bug 385154 - remove nsInt64 usage from the tree. r=roc
2009-08-12 10:51:46 +02:00
Navin Lal
333101be35
Bug 502501 - rename History > Recently Closed Tabs > Open All in Tabs to Restore All Tabs. r=dao, ui-r=faaborg
2009-08-12 10:40:26 +02:00
timeless@mozdev.org
0e3dfb3440
Bug 506649 nsFocusManager::GetSelectionLocation has unreachable code block due to shadowed local variable
...
r=smaug r=enndeakin
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
34e59f2e57
Bug 508021 nsNPAPIPluginInstance::Print does not need to null check mCallbacks
...
r=jst
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
78a4c3aa78
Bug 507591 nsHTMLTableAccessible mLayoutHeuristic should not be an nsAutoString
...
r=marcoz
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
9a56245c7c
Bug 507411 container is unused in moz_container_unmap
...
r=roc
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
75dff8d71f
Bug 507367 incorrect null check in nsSVGPatternFrame::GetTargetGeometry
...
r=jwatt
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
3c817bcdd3
Bug 506645 nsTypedSelection::AddItem doesn't always null check aOutIndex
...
r=smaug
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
5a625c1127
Bug 506637 nsFocusController::GetControllers does not handle a null nsIFocusManager* fm well
...
r=smaug
2009-08-12 11:49:55 +02:00
timeless@mozdev.org
0fcff0c86c
Bug 506628 deadcode in nsPluginInstanceOwner::ProcessEventX11Composited
...
r=karlt
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
ce03efff0f
Bug 506627 find_dest_id abuses XQueryTree
...
r=karlt
2009-08-12 11:49:54 +02:00
timeless@mozdev.org
58d9ac5cce
Bug 506258 nsFrameSelection::ConstrainFrameAndPointToAnchorSubtree doesn't seem to use anchorFrame or anchorFrameOffset
...
r=roc
2009-08-12 11:49:54 +02:00