Closed Bug 383936 Opened 18 years ago Closed 18 years ago

Continue synchronisation of xpfe autocomplete with toolkit autocomplete

Categories

(SeaMonkey :: Autocomplete, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: philip.chee, Assigned: philip.chee)

References

Details

Attachments

(1 file, 4 obsolete files)

Attached patch support for <hbox> children (obsolete) — Splinter Review
I'm porting a Firefox extension to SeaMonkey which uses this construct: <textbox type="autocomplete"><hbox><image/></hbox></textbox> This works fine in Firefox but makes SeaMonkey's autocomplete.xml unhappy and non functional. This patch adds the toolkit versions support for hbox; and tidies up the anonids in the locality somewhat.
Attachment #267876 - Flags: superreview?(neil)
Attached patch Correct Attachment. (obsolete) — Splinter Review
Ooops wrong file attached.
Assignee: nobody → philip.chee
Attachment #267876 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #267876 - Flags: superreview?(neil)
Attachment #267877 - Flags: superreview?(neil)
hah, so we now have a second bug for syncing xpfe autocomplete with toolkit's in addition to bug 304309? :P
I thought of attaching this patch to bug 304309 but that one appears focused on the wallet to satchel conversion and had stuff not related to autocomplete.xml.
Comment on attachment 267877 [details] [diff] [review] Correct Attachment. sr=me except for the changes below: >- <xul:dropmarker class="autocomplete-history-dropmarker" allowevents="true" >- xbl:inherits="open,hidden=disablehistory" anonid="historydropmarker"/> >+ <xul:dropmarker anonid="historydropmarker" class="autocomplete-history-dropmarker" >+ allowevents="true" >+ xbl:inherits="open,hidden=disablehistory"/> This doesn't change anything, does it? >- <xul:popupset> >+ <xul:popupset anonid="popupset"> This is hardly worth your trouble. We might find we need it again.
Attachment #267877 - Flags: superreview?(neil) → superreview+
Attached patch Patch v2.0 (Nits Fixed) (obsolete) — Splinter Review
(In reply to comment 4) >>+ <xul:dropmarker anonid="historydropmarker" class="autocomplete-history-dropmarker" >>+ allowevents="true" >>+ xbl:inherits="open,hidden=disablehistory"/> >This doesn't change anything, does it? I just thought to sync the formatting to toolkit. >>- <xul:popupset> >>+ <xul:popupset anonid="popupset"> >This is hardly worth your trouble. We might find we need it again. Sorry, need /what/ again? Anyway this patch fixes Neils nits. Plus I've removed some trailing whitespace I spotted. Not too sure how to carry forward the sr+ though.
Attachment #267877 - Attachment is obsolete: true
Whiteboard: [checkin requested]
Whiteboard: [checkin requested] → [checkin needed]
Keywords: checkin-needed
Whiteboard: [checkin needed]
Patch v2.0 doesn't apply to the current tree. Philip, could you update it? Also, could you make the patch from the top-level "mozilla" directory?
Whiteboard: need updated patch
Attached patch Patch v2.1 (un-bitrotted) (obsolete) — Splinter Review
> could you make the patch from the top-level "mozilla" directory? How do I do that? This patch is generated by cvs diff -u -8p...
Attachment #267960 - Attachment is obsolete: true
Whiteboard: need updated patch
> > could you make the patch from the top-level "mozilla" directory? > How do I do that? This patch is generated by cvs diff -u -8p... You do that by running cvs diff from the mozilla/ directory.
> You do that by running cvs diff from the mozilla/ directory. Like this?
Attachment #272402 - Attachment is obsolete: true
Yes, thank you. I didn't have a chance to check this in, but if no-one beats me to it, I should be able to do it tonight or tomorrow.
Except it ended up having just the leaf names in the "---" and "+++" lines. Did you actually run cvs diff from the mozilla/ dir or just edited the patch? Checking in xpfe/components/autocomplete/resources/content/autocomplete.xml; /cvsroot/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml,v <-- autocomplete.xml new revision: 1.149; previous revision: 1.148 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Ooops sorry. I kept getting a cvs aborted message when I ran cvs diff from the mozilla dir so I just edited the patch directly. Perhaps I should just nuke everything and check it out again.
(In reply to comment #12) > Ooops sorry. I kept getting a cvs aborted message when I ran cvs diff from the > mozilla dir That's likely to happen if you're trying to do a full tree diff. Are you specifying the files/directories to diff? E.g. |cvs diff -up8 xpfe/components/autocomplete/resources/content|.
Pushed by frgrahl@gmx.net: https://hg.mozilla.org/comm-central/rev/13e6e2cbb2eb Continue synchronisation of xpfe autocomplete with toolkit autocomplete
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: